Package groovy.util.slurpersupport
Class ReplacementNode
- java.lang.Object
-
- groovy.util.slurpersupport.ReplacementNode
-
-
Constructor Summary
Constructors Constructor Description ReplacementNode()
Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
build(GroovyObject builder)
Deprecated.abstract void
build(GroovyObject builder, Map namespaceMap, Map<String,String> namespaceTagHints)
Deprecated.Writer
writeTo(Writer out)
Deprecated.NOP
-
-
-
Method Detail
-
build
public abstract void build(GroovyObject builder, Map namespaceMap, Map<String,String> namespaceTagHints)
Deprecated.
-
build
public void build(GroovyObject builder)
Deprecated.
-
writeTo
public Writer writeTo(Writer out) throws IOException
Deprecated.NOP- Specified by:
writeTo
in interfaceWritable
- Parameters:
out
- the Writer to which this Writable should output its data.- Returns:
- the Writer that was passed
- Throws:
IOException
- if an error occurred while outputting data to the writer
-
-