| |
|
| java.lang.Object javaparser.RAWParserTreeNode
RAWParserTreeNode | final public class RAWParserTreeNode (Code) | | Reusable through the RAWParserTreeNodeFactory.
Two times quicker as MutableTreeNode !!
Even quicker associated with the reusable nodes pool.
Must be sed with the new SimplifiedSyntaxTree.
|
getChildCount | public int getChildCount()(Code) | | |
getToken | public Token getToken()(Code) | | null if not a token
|
getTokenKind | public int getTokenKind()(Code) | | -1 if not a token
|
isToken | public boolean isToken()(Code) | | |
removeFromParent | public void removeFromParent()(Code) | | Without any terminations !
|
terminateAndOfferReuse | public void terminateAndOfferReuse()(Code) | | Not recurse.
|
toString | public String toString()(Code) | | Used by the simpifiedtree parser.
Name if non null or the token image.
|
|
|
|