Package koala.dynamicjava.tree.visitor

Contains interfaces and classes for traversing the syntax tree.

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.
 

Package koala.dynamicjava.tree.visitor Description

Contains interfaces and classes for traversing the syntax tree.