Class ReplacementNode

java.lang.Object
groovy.util.slurpersupport.ReplacementNode
All Implemented Interfaces:
Buildable, Writable

@Deprecated
public abstract class ReplacementNode
extends java.lang.Object
implements Buildable, Writable
Deprecated.
Helper base class used for lazy updates.
  • Constructor Summary

    Constructors
    Constructor Description
    ReplacementNode()
    Deprecated.
     
  • Method Summary

    Modifier and Type Method Description
    void build​(GroovyObject builder)
    Deprecated.
     
    abstract void build​(GroovyObject builder, java.util.Map namespaceMap, java.util.Map<java.lang.String,​java.lang.String> namespaceTagHints)
    Deprecated.
     
    java.io.Writer writeTo​(java.io.Writer out)
    Deprecated.
    NOP

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ReplacementNode

      public ReplacementNode()
      Deprecated.
  • Method Details

    • build

      public abstract void build​(GroovyObject builder, java.util.Map namespaceMap, java.util.Map<java.lang.String,​java.lang.String> namespaceTagHints)
      Deprecated.
    • build

      public void build​(GroovyObject builder)
      Deprecated.
      Specified by:
      build in interface Buildable
    • writeTo

      public java.io.Writer writeTo​(java.io.Writer out) throws java.io.IOException
      Deprecated.
      NOP
      Specified by:
      writeTo in interface Writable
      Parameters:
      out - the Writer to which this Writable should output its data.
      Returns:
      the Writer that was passed
      Throws:
      java.io.IOException - if an error occurred while outputting data to the writer