public interface VisitorStarter
| Modifier and Type | Field and Description |
|---|---|
static VisitorStarter |
dummy |
| Modifier and Type | Method and Description |
|---|---|
void |
start(java.lang.Object rootNode)
Start the visitor, given the root-node of the AST.
|
static final VisitorStarter dummy