public interface VisitorStarter
| Modifier and Type | Field and Description |
|---|---|
static VisitorStarter |
DUMMY |
| Modifier and Type | Method and Description |
|---|---|
void |
start(Node rootNode)
Start the visitor, given the root-node of the AST.
|
static final VisitorStarter DUMMY
void start(Node rootNode)
rootNode - The root node of the ASTCopyright © 2002–2014 InfoEther. All rights reserved.