xtc.lang.javacc.visitor |
Visitors for the JavaCC-generated Java AST.
|
Java Source File Name | Type | Comment |
DepthFirstVisitor.java | Class | Provides default methods which visit each node in the tree in depth-first
order. |
ObjectDepthFirst.java | Class | Provides default methods which visit each node in the tree in depth-first
order. |
ObjectVisitor.java | Interface | All Object visitors must implement this interface. |
Visitor.java | Interface | All void visitors must implement this interface. |