|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| Visitor<T> | This interface contains the methods a visitor of the AST must implement |
| Class Summary | |
|---|---|
| AbstractVisitor<T> | A visitor that, by default, invokes the method defaultCase(). |
| DepthFirstVisitor | A visitor that traverses an AST in depth-first order. |
Contains interfaces and classes for traversing the syntax tree.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||