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 voidbuild(GroovyObject builder)Deprecated.abstract voidbuild(GroovyObject builder, Map namespaceMap, Map<String,String> namespaceTagHints)Deprecated.WriterwriteTo(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:
writeToin 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
-
-