Uses of Class
openjava.ptree.MethodCall

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

Uses of MethodCall in openjava.mop
 

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

Uses of MethodCall in openjava.ptree.util
 

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