| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| public void | traverse(PythonTree
The node whose children will be visited. node)Implements abstract org. Visit each of the children one by one. |
| protected Object | |
| public void | |
| public Object |
| Visitor | back to summary |
|---|---|
| public Visitor() | |
| traverse | back to summary |
|---|---|
| public void traverse(PythonTree node) throws Exception Implements abstract org. Visit each of the children one by one.
| |
| unhandled_node | back to summary |
|---|---|
| protected Object unhandled_node(PythonTree node) throws Exception Implements abstract org.
| |
| visit | back to summary |
|---|---|
| public void visit(PythonTree[] nodes) throws Exception | |
| visit | back to summary |
|---|---|
| public Object visit(PythonTree node) throws Exception Visit the node by calling a visitXXX method. | |