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. |