Uses of Class
org.antlr.runtime.tree.CommonTree
Packages that use CommonTree
-
Uses of CommonTree in org.antlr.runtime.tree
Subclasses of CommonTree in org.antlr.runtime.treeModifier and TypeClassDescriptionclass
A node representing erroneous token range in token streamstatic class
When using %label:TOKENNAME in a tree for parse(), we must track the label.static class
Fields in org.antlr.runtime.tree declared as CommonTreeModifier and TypeFieldDescriptionCommonTree.parent
Who is the parent node of this node; if null, implies node is rootConstructors in org.antlr.runtime.tree with parameters of type CommonTree