Uses of Class
koala.dynamicjava.tree.ClassAllocation

Packages that use ClassAllocation
koala.dynamicjava.interpreter Contains the classes for interpreting Java language statements. 
koala.dynamicjava.interpreter.context Provides the classes that hold the context of execution. 
koala.dynamicjava.tree.visitor Contains interfaces and classes for traversing the syntax tree. 
koala.dynamicjava.util Contains miscellaneous utility classes. 
 

Uses of ClassAllocation in koala.dynamicjava.interpreter
 

Methods in koala.dynamicjava.interpreter with parameters of type ClassAllocation
 java.lang.Object TypeChecker.visit(ClassAllocation node)
          Visits a ClassAllocation
 java.lang.Object NameVisitor.visit(ClassAllocation node)
          Visits a ClassAllocation
 java.lang.Object EvaluationVisitor.visit(ClassAllocation node)
          Visits a ClassAllocation
 

Uses of ClassAllocation in koala.dynamicjava.interpreter.context
 

Methods in koala.dynamicjava.interpreter.context with parameters of type ClassAllocation
 java.lang.Class GlobalContext.setProperties(ClassAllocation node, java.lang.Class c, java.lang.Class[] args, java.util.List memb)
          Sets the properties of a ClassAllocation node
 java.lang.Object GlobalContext.invokeConstructor(ClassAllocation node, java.lang.Object[] args)
          Invokes a constructor
 java.lang.Class StaticContext.setProperties(ClassAllocation node, java.lang.Class c, java.lang.Class[] args, java.util.List memb)
          Sets the properties of a ClassAllocation node
 java.lang.Class MethodContext.setProperties(ClassAllocation node, java.lang.Class c, java.lang.Class[] args, java.util.List memb)
          Sets the properties of a ClassAllocation node
 java.lang.Object MethodContext.invokeConstructor(ClassAllocation node, java.lang.Object[] args)
          Invokes a constructor
 java.lang.Class Context.setProperties(ClassAllocation node, java.lang.Class c, java.lang.Class[] args, java.util.List memb)
          Sets the properties of a ClassAllocation node
 java.lang.Object Context.invokeConstructor(ClassAllocation node, java.lang.Object[] args)
          Invokes a constructor
 

Uses of ClassAllocation in koala.dynamicjava.tree.visitor
 

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

Uses of ClassAllocation in koala.dynamicjava.util
 

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



Copyright © 2001 Stephane Hillion. All Rights Reserved.