Package groovy.util.slurpersupport
Class ReplacementNode
java.lang.Object
groovy.util.slurpersupport.ReplacementNode
@Deprecated public abstract class ReplacementNode extends Object implements Buildable, Writable
Deprecated.
Helper base class used for lazy updates.
-
Constructor Summary
Constructors Constructor Description ReplacementNode()
Deprecated. -
Method Summary
-
Constructor Details
-
ReplacementNode
public ReplacementNode()Deprecated.
-
-
Method Details
-
build
public abstract void build(GroovyObject builder, Map namespaceMap, Map<String,String> namespaceTagHints)Deprecated. -
build
Deprecated. -
writeTo
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
-