Uses of Interface
org.antlr.runtime.tree.TreeWizard.ContextVisitor

Packages that use TreeWizard.ContextVisitor
org.antlr.runtime.tree   
 

Uses of TreeWizard.ContextVisitor in org.antlr.runtime.tree
 

Classes in org.antlr.runtime.tree that implement TreeWizard.ContextVisitor
static class TreeWizard.Visitor
           
 

Methods in org.antlr.runtime.tree with parameters of type TreeWizard.ContextVisitor
protected  void TreeWizard._visit(java.lang.Object t, java.lang.Object parent, int childIndex, int ttype, TreeWizard.ContextVisitor visitor)
          Do the recursive work for visit
 void TreeWizard.visit(java.lang.Object t, int ttype, TreeWizard.ContextVisitor visitor)
          Visit every ttype node in t, invoking the visitor.
 void TreeWizard.visit(java.lang.Object t, java.lang.String pattern, TreeWizard.ContextVisitor visitor)
          For all subtrees that match the pattern, execute the visit action.
 



Copyright © 2011. All Rights Reserved.