Constructor and Description |
---|
ReplacementNode()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
build(GroovyObject builder)
Deprecated.
|
abstract void |
build(GroovyObject builder,
Map namespaceMap,
Map<String,String> namespaceTagHints)
Deprecated.
|
Writer |
writeTo(Writer out)
Deprecated.
NOP
|
public abstract void build(GroovyObject builder, Map namespaceMap, Map<String,String> namespaceTagHints)
public void build(GroovyObject builder)
public Writer writeTo(Writer out) throws IOException
writeTo
in interface Writable
out
- the Writer to which this Writable should output its data.IOException
- if an error occurred while outputting data to the writer