Uses of Class
koala.dynamicjava.tree.ArrayAllocation

Packages that use ArrayAllocation
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 ArrayAllocation in koala.dynamicjava.interpreter
 

Methods in koala.dynamicjava.interpreter with parameters of type ArrayAllocation
 java.lang.Object TypeChecker.visit(ArrayAllocation node)
          Visits an ArrayAllocation
 java.lang.Object NameVisitor.visit(ArrayAllocation node)
          Visits an ArrayAllocation
 java.lang.Object ClassInfoCompiler.ConstructorVisitor.visit(ArrayAllocation node)
          Visits an ArrayAllocation
 java.lang.Object EvaluationVisitor.visit(ArrayAllocation node)
          Visits an ArrayAllocation
 

Uses of ArrayAllocation in koala.dynamicjava.tree.visitor
 

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

Uses of ArrayAllocation in koala.dynamicjava.util
 

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



Copyright © 2001 Stephane Hillion. All Rights Reserved.