Uses of Class
koala.dynamicjava.tree.InnerClassAllocation

Packages that use InnerClassAllocation
koala.dynamicjava.interpreter Contains the classes for interpreting Java language statements. 
koala.dynamicjava.tree.visitor Contains interfaces and classes for traversing the syntax tree. 
koala.dynamicjava.util Contains miscellaneous utility classes. 
 

Uses of InnerClassAllocation in koala.dynamicjava.interpreter
 

Methods in koala.dynamicjava.interpreter with parameters of type InnerClassAllocation
 java.lang.Object NameVisitor.visit(InnerClassAllocation node)
          Visits an InnerClassAllocation
 

Uses of InnerClassAllocation in koala.dynamicjava.tree.visitor
 

Methods in koala.dynamicjava.tree.visitor with parameters of type InnerClassAllocation
 java.lang.Object VisitorObject.visit(InnerClassAllocation node)
          Visits an InnerClassAllocation
 java.lang.Object Visitor.visit(InnerClassAllocation node)
          Visits an InnerClassAllocation
 

Uses of InnerClassAllocation in koala.dynamicjava.util
 

Methods in koala.dynamicjava.util with parameters of type InnerClassAllocation
 java.lang.Object DisplayVisitor.visit(InnerClassAllocation node)
          Visits an InnerClassAllocation
 



Copyright © 2001 Stephane Hillion. All Rights Reserved.