Uses of Class
koala.dynamicjava.tree.SimpleAllocation

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

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

Uses of SimpleAllocation in koala.dynamicjava.interpreter.context
 

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

Uses of SimpleAllocation in koala.dynamicjava.tree.visitor
 

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

Uses of SimpleAllocation in koala.dynamicjava.util
 

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



Copyright © 2001 Stephane Hillion. All Rights Reserved.