Package groovy.util.slurpersupport
Class ReplacementNode
- java.lang.Object
-
- groovy.util.slurpersupport.ReplacementNode
-
- All Implemented Interfaces:
groovy.lang.Buildable
,groovy.lang.Writable
@Deprecated public abstract class ReplacementNode extends Object implements groovy.lang.Buildable, groovy.lang.Writable
Deprecated.Helper base class used for lazy updates.
-
-
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(groovy.lang.GroovyObject builder)
Deprecated.abstract void
build(groovy.lang.GroovyObject builder, Map namespaceMap, Map<String,String> namespaceTagHints)
Deprecated.Writer
writeTo(Writer out)
Deprecated.NOP
-
-
-
Method Detail
-
build
public abstract void build(groovy.lang.GroovyObject builder, Map namespaceMap, Map<String,String> namespaceTagHints)
Deprecated.
-
build
public void build(groovy.lang.GroovyObject builder)
Deprecated.- Specified by:
build
in interfacegroovy.lang.Buildable
-
writeTo
public Writer writeTo(Writer out) throws IOException
Deprecated.NOP- Specified by:
writeTo
in interfacegroovy.lang.Writable
- Returns:
- the Writer that was passed
- Throws:
IOException
-
-