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

Packages that use VisitorObject
koala.dynamicjava.classinfo Contains all the classes and interfaces for using reflection on Java or interpreted classes. 
koala.dynamicjava.interpreter Contains the classes for interpreting Java language statements. 
koala.dynamicjava.util Contains miscellaneous utility classes. 
 

Uses of VisitorObject in koala.dynamicjava.classinfo
 

Subclasses of VisitorObject in koala.dynamicjava.classinfo
 class TypeVisitor
          The instances of this class are used to get the ClassInfo that match a type node of a syntax tree
 

Uses of VisitorObject in koala.dynamicjava.interpreter
 

Subclasses of VisitorObject in koala.dynamicjava.interpreter
protected  class ClassInfoCompiler.ConstructorVisitor
          To build the constructors
protected  class ClassInfoCompiler.MembersVisitor
          To visit the members of a type declaration
 class EvaluationVisitor
          This tree visitor evaluates each node of a syntax tree
 class NameVisitor
          This tree visitor resolves the ambiguity in identifiers in a syntax tree
protected  class TreeCompiler.CompilationUnitVisitor
          To create the class infos for a compilation unit
 class TypeChecker
          This tree visitor checks the typing rules and loads the classes, fields and methods
 

Uses of VisitorObject in koala.dynamicjava.util
 

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



Copyright © 2001 Stephane Hillion. All Rights Reserved.