public static class TreeWizard.TreePattern extends CommonTree
| Modifier and Type | Field and Description |
|---|---|
boolean |
hasTextArg |
java.lang.String |
label |
childIndex, parent, startIndex, stopIndex, tokenchildrenINVALID_NODE| Constructor and Description |
|---|
TreePattern(Token payload) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Override to say how a node (not a tree) should look as text
|
dupNode, getCharPositionInLine, getChildIndex, getLine, getParent, getText, getToken, getTokenStartIndex, getTokenStopIndex, getType, isNil, setChildIndex, setParent, setTokenStartIndex, setTokenStopIndex, setUnknownTokenBoundariesaddChild, addChildren, createChildrenList, deleteChild, freshenParentAndChildIndexes, freshenParentAndChildIndexes, freshenParentAndChildIndexesDeeply, freshenParentAndChildIndexesDeeply, getAncestor, getAncestors, getChild, getChildCount, getChildren, getFirstChildWithType, hasAncestor, insertChild, replaceChildren, sanityCheckParentAndChildIndexes, sanityCheckParentAndChildIndexes, setChild, toStringTreepublic TreePattern(Token payload)
public java.lang.String toString()
BaseTreetoString in interface TreetoString in class CommonTree