Uses of Class
edu.rice.cs.javalanglevels.tree.MethodInvocation

Packages that use MethodInvocation
edu.rice.cs.javalanglevels   
edu.rice.cs.javalanglevels.tree   
 

Uses of MethodInvocation in edu.rice.cs.javalanglevels
 

Methods in edu.rice.cs.javalanglevels with parameters of type MethodInvocation
 Void JExpressionIFPrunableDepthFirstVisitor.forMethodInvocationDoFirst(MethodInvocation that)
           
 Void JExpressionIFPrunableDepthFirstVisitor.forMethodInvocationOnly(MethodInvocation that)
           
 TypeData ExpressionTypeChecker.methodInvocationHelper(MethodInvocation that, TypeData context)
          Look up the method called in the method invocation within the context of the context TypeData.
 

Uses of MethodInvocation in edu.rice.cs.javalanglevels.tree
 

Subclasses of MethodInvocation in edu.rice.cs.javalanglevels.tree
 class ComplexMethodInvocation
          Class ComplexMethodInvocation, a component of the JExpressionIF composite hierarchy.
 class SimpleMethodInvocation
          Class SimpleMethodInvocation, a component of the JExpressionIF composite hierarchy.
 

Methods in edu.rice.cs.javalanglevels.tree with parameters of type MethodInvocation
 RetType JExpressionIFAbstractVisitor.forMethodInvocation(MethodInvocation that)
           
 void JExpressionIFAbstractVisitor_void.forMethodInvocation(MethodInvocation that)
           
 void JExpressionIFDepthFirstVisitor_void.forMethodInvocationDoFirst(MethodInvocation that)
           
 void JExpressionIFDepthFirstVisitor_void.forMethodInvocationOnly(MethodInvocation that)
           
 JExpressionIF JExpressionIFCopyDepthFirstVisitor.forMethodInvocationOnly(MethodInvocation that, JExpressionIF arguments_result, JExpressionIF name_result)
           
 RetType JExpressionIFDepthFirstVisitor.forMethodInvocationOnly(MethodInvocation that, RetType arguments_result, RetType name_result)