Uses of Class
org.antlr.runtime.tree.BaseTree
Packages that use BaseTree
Package
Description
-
Uses of BaseTree in org.antlr.grammar.v3
Subclasses of BaseTree in org.antlr.grammar.v3 -
Uses of BaseTree in org.antlr.runtime.debug
Subclasses of BaseTree in org.antlr.runtime.debug -
Uses of BaseTree in org.antlr.runtime.tree
Subclasses of BaseTree in org.antlr.runtime.treeModifier and TypeClassDescriptionclassA node representing erroneous token range in token streamclassA tree node that is wrapper for a Token object.classA record of the rules used to match a token sequence.static classWhen using %label:TOKENNAME in a tree for parse(), we must track the label.static class -
Uses of BaseTree in org.antlr.tool
Subclasses of BaseTree in org.antlr.toolModifier and TypeClassDescriptionclassGrammars are first converted to ASTs using this class and then are converted to NFAs via a tree walker.