Package | Description |
---|---|
org.antlr.runtime.tree |
Modifier and Type | Class | Description |
---|---|---|
static class |
TreeWizard.Visitor |
Modifier and Type | Method | 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–2018 ANTLR. All rights reserved.