Uses of Class
koala.dynamicjava.tree.visitor.AbstractVisitor

Packages that use AbstractVisitor
edu.rice.cs.dynamicjava.interpreter   
koala.dynamicjava.util Contains miscellaneous utility classes. 
 

Uses of AbstractVisitor in edu.rice.cs.dynamicjava.interpreter
 

Subclasses of AbstractVisitor in edu.rice.cs.dynamicjava.interpreter
 class ExpressionEvaluator
          Evaluates the given expression.
 class StatementChecker
          Traverses the given statements and declarations, performing static checks along the way.
 class StatementEvaluator
          Evaluates the given statement, assumed to have been processed by the StatementChecker without any errors.
 

Uses of AbstractVisitor in koala.dynamicjava.util
 

Subclasses of AbstractVisitor in koala.dynamicjava.util
 class DisplayVisitor
          This tree visitor displays the nodes of the tree on a given stream