Class WriterNode

All Implemented Interfaces:
Iterable<Leaf>, ParsedPattern
Direct Known Subclasses:
Define, XmlNode

public abstract class WriterNode extends Node
The Node that maps to the program element.
Author:
Kohsuke Kawaguchi
  • Field Details

    • alternativeName

      protected String alternativeName
      If this node is the sole child of a pattern block, this field points to its name.

      When the element names are in conflict, this can be used.

  • Constructor Details

    • WriterNode

      public WriterNode(Locator location, Leaf leaf)