Uses of Class
koala.dynamicjava.tree.AnonymousAllocation

Packages that use AnonymousAllocation
edu.rice.cs.dynamicjava.interpreter   
koala.dynamicjava.tree.visitor Contains interfaces and classes for traversing the syntax tree. 
koala.dynamicjava.util Contains miscellaneous utility classes. 
 

Uses of AnonymousAllocation in edu.rice.cs.dynamicjava.interpreter
 

Methods in edu.rice.cs.dynamicjava.interpreter with parameters of type AnonymousAllocation
 void ClassChecker.checkBodies(AnonymousAllocation ast)
          Check the field initializers, method bodies, nested class bodies, etc., of a class or interface declaration.
 void ClassChecker.checkSignatures(AnonymousAllocation ast)
          Check the class's signature declarations.
 void ClassChecker.initializeClassSignatures(AnonymousAllocation ast)
          Initialize and check the structure of types in the signatures of the given class and any nested classes.
 Object ExpressionEvaluator.visit(AnonymousAllocation node)
           
 

Uses of AnonymousAllocation in koala.dynamicjava.tree.visitor
 

Methods in koala.dynamicjava.tree.visitor with parameters of type AnonymousAllocation
 Void DepthFirstVisitor.visit(AnonymousAllocation node)
           
 T AbstractVisitor.visit(AnonymousAllocation node)
          Visits an AnonymousAllocation
 T Visitor.visit(AnonymousAllocation node)
           
 

Uses of AnonymousAllocation in koala.dynamicjava.util
 

Methods in koala.dynamicjava.util with parameters of type AnonymousAllocation
 Void DisplayVisitor.visit(AnonymousAllocation node)
          Visits an AnonymousAllocation