Package koala.dynamicjava.tree.visitor

Contains interfaces and classes for traversing the syntax tree.

See:
          Description

Interface Summary
Visitor This interface contains the methods a visitor of the AST must implement
 

Class Summary
VisitorObject This class implements all the methods of Visitor but do nothing (it returns null at each call to 'visit').
 

Package koala.dynamicjava.tree.visitor Description

Contains interfaces and classes for traversing the syntax tree.



Copyright © 2001 Stephane Hillion. All Rights Reserved.