Uses of Class
org.antlr.runtime.tree.CommonTree

Packages that use CommonTree
org.antlr.runtime.tree   
org.antlr.tool   
 

Uses of CommonTree in org.antlr.runtime.tree
 

Subclasses of CommonTree in org.antlr.runtime.tree
 class CommonErrorNode
          A node representing erroneous token range in token stream
static class TreeWizard.TreePattern
          When using %label:TOKENNAME in a tree for parse(), we must track the label.
static class TreeWizard.WildcardTreePattern
           
 

Fields in org.antlr.runtime.tree declared as CommonTree
 CommonTree CommonTree.parent
          Who is the parent node of this node; if null, implies node is root
 

Constructors in org.antlr.runtime.tree with parameters of type CommonTree
CommonTree(CommonTree node)
           
 

Uses of CommonTree in org.antlr.tool
 

Methods in org.antlr.tool with parameters of type CommonTree
static void Strip.ACTION(TokenRewriteStream tokens, CommonTree t)
           
 void Strip.rewrite(TreeAdaptor adaptor, CommonTree t, java.lang.String[] tokenNames)
           
 



Copyright © 2013. All Rights Reserved.