Uses of Class
openjava.ptree.AllocationExpression

Packages that use AllocationExpression
openjava.mop Provides classes that are fundamental to the design of the OpenJava Meta-Object Protocols (MOP).  
openjava.ptree.util   
 

Uses of AllocationExpression in openjava.mop
 

Methods in openjava.mop with parameters of type AllocationExpression
 Expression OJClass.expandAllocation(Environment env, AllocationExpression expr)
           
 

Uses of AllocationExpression in openjava.ptree.util
 

Methods in openjava.ptree.util with parameters of type AllocationExpression
abstract  void ParseTreeVisitor.visit(AllocationExpression p)
           
 Expression EvaluationShuttle.evaluateDown(AllocationExpression p)
           
 Expression EvaluationShuttle.evaluateUp(AllocationExpression p)
           
 void EvaluationShuttle.visit(AllocationExpression p)
           
 void SourceCodeWriter.visit(AllocationExpression p)
           
 Expression ExpansionApplier.evaluateUp(AllocationExpression p)
          Includes expandAllocation() and expandExpression().