Uses of Class
openjava.ptree.ArrayAllocationExpression

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

Uses of ArrayAllocationExpression in openjava.mop
 

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

Uses of ArrayAllocationExpression in openjava.ptree.util
 

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