Class ReplacementNode

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

@Deprecated
public abstract class ReplacementNode
extends java.lang.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

    Modifier and Type Method Description
    void build​(groovy.lang.GroovyObject builder)
    Deprecated.
     
    abstract void build​(groovy.lang.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​(groovy.lang.GroovyObject builder, java.util.Map namespaceMap, java.util.Map<java.lang.String,​java.lang.String> namespaceTagHints)
      Deprecated.
    • build

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

      public java.io.Writer writeTo​(java.io.Writer out) throws java.io.IOException
      Deprecated.
      NOP
      Specified by:
      writeTo in interface groovy.lang.Writable
      Returns:
      the Writer that was passed
      Throws:
      java.io.IOException