Package com.sun.tools.txw2.model
Class WriterNode
java.lang.Object
com.sun.tools.txw2.model.Leaf
com.sun.tools.txw2.model.Node
com.sun.tools.txw2.model.WriterNode
- All Implemented Interfaces:
Iterable<Leaf>,ParsedPattern
The
Node that maps to the program element.- Author:
- Kohsuke Kawaguchi
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringIf this node is the sole child of a pattern block, this field points to its name. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sun.tools.txw2.model.Node
addChild, hasOneChild, iteratorMethods inherited from class com.sun.tools.txw2.model.Leaf
createDataMethod, getNext, getPrev, merge, siblingsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
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
-