Uses of Class
koala.dynamicjava.tree.InnerAllocation

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

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

Methods in edu.rice.cs.dynamicjava.interpreter with parameters of type InnerAllocation
 Object ExpressionEvaluator.visit(InnerAllocation node)
           
 

Uses of InnerAllocation in koala.dynamicjava.tree
 

Subclasses of InnerAllocation in koala.dynamicjava.tree
 class AnonymousInnerAllocation
          This class represents the anonymous allocation nodes that extend an inner class.
 

Uses of InnerAllocation in koala.dynamicjava.tree.visitor
 

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

Uses of InnerAllocation in koala.dynamicjava.util
 

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