Uses of Class
org.antlr.runtime.tree.CommonTree
-
Packages that use CommonTree Package Description org.antlr.runtime.tree org.antlr.tool -
-
Uses of CommonTree in org.antlr.runtime.tree
Subclasses of CommonTree in org.antlr.runtime.tree Modifier and Type Class Description classCommonErrorNodeA node representing erroneous token range in token streamstatic classTreeWizard.TreePatternWhen using %label:TOKENNAME in a tree for parse(), we must track the label.static classTreeWizard.WildcardTreePatternFields in org.antlr.runtime.tree declared as CommonTree Modifier and Type Field Description CommonTreeCommonTree. parentWho is the parent node of this node; if null, implies node is rootConstructors in org.antlr.runtime.tree with parameters of type CommonTree Constructor Description CommonTree(CommonTree node) -
Uses of CommonTree in org.antlr.tool
Methods in org.antlr.tool with parameters of type CommonTree Modifier and Type Method Description static voidStrip. ACTION(TokenRewriteStream tokens, CommonTree t)voidStrip. rewrite(TreeAdaptor adaptor, CommonTree t, String[] tokenNames)
-