Package | Description |
---|---|
org.antlr.runtime.tree |
Modifier and Type | Class and Description |
---|---|
static class |
TreeWizard.Visitor |
Modifier and Type | Method and Description |
---|---|
protected void |
TreeWizard._visit(Object t,
Object parent,
int childIndex,
int ttype,
TreeWizard.ContextVisitor visitor)
Do the recursive work for visit
|
void |
TreeWizard.visit(Object t,
int ttype,
TreeWizard.ContextVisitor visitor)
Visit every ttype node in t, invoking the visitor.
|
void |
TreeWizard.visit(Object t,
String pattern,
TreeWizard.ContextVisitor visitor)
For all subtrees that match the pattern, execute the visit action.
|
Copyright © 1992–2015 ANTLR. All rights reserved.