Package groovy.util.slurpersupport
Class ReplacementNode
- java.lang.Object
- 
- groovy.util.slurpersupport.ReplacementNode
 
- 
- 
Constructor SummaryConstructors Constructor Description ReplacementNode()Deprecated.
 - 
Method SummaryAll 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- 
buildpublic abstract void build(GroovyObject builder, Map namespaceMap, Map<String,String> namespaceTagHints) Deprecated.
 - 
buildpublic void build(GroovyObject builder) Deprecated.
 - 
writeTopublic Writer writeTo(Writer out) throws IOException Deprecated.NOP- Specified by:
- writeToin interface- Writable
- 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
 
 
- 
 
-