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

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

Uses of ComplexMethodInvocation in edu.rice.cs.javalanglevels
 

Methods in edu.rice.cs.javalanglevels with parameters of type ComplexMethodInvocation
 TypeData ExpressionTypeChecker.forComplexMethodInvocation(ComplexMethodInvocation that)
          Tries to match this method invocation to a method in the context.
 Void JExpressionIFPrunableDepthFirstVisitor.forComplexMethodInvocation(ComplexMethodInvocation that)
           
 Void JExpressionIFPrunableDepthFirstVisitor.forComplexMethodInvocationDoFirst(ComplexMethodInvocation that)
           
 Void JExpressionIFPrunableDepthFirstVisitor.forComplexMethodInvocationOnly(ComplexMethodInvocation that)
           
 

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

Methods in edu.rice.cs.javalanglevels.tree with parameters of type ComplexMethodInvocation
 RetType JExpressionIFAbstractVisitor.forComplexMethodInvocation(ComplexMethodInvocation that)
           
 void JExpressionIFDepthFirstVisitor_void.forComplexMethodInvocation(ComplexMethodInvocation that)
           
 void JExpressionIFAbstractVisitor_void.forComplexMethodInvocation(ComplexMethodInvocation that)
           
 JExpressionIF JExpressionIFCopyDepthFirstVisitor.forComplexMethodInvocation(ComplexMethodInvocation that)
           
 RetType JExpressionIFDepthFirstVisitor.forComplexMethodInvocation(ComplexMethodInvocation that)
           
 RetType JExpressionIFVisitor.forComplexMethodInvocation(ComplexMethodInvocation that)
          Process an instance of ComplexMethodInvocation.
 void JExpressionIFVisitor_void.forComplexMethodInvocation(ComplexMethodInvocation that)
          Process an instance of ComplexMethodInvocation.
 void JExpressionIFDepthFirstVisitor_void.forComplexMethodInvocationDoFirst(ComplexMethodInvocation that)
           
 void JExpressionIFDepthFirstVisitor_void.forComplexMethodInvocationOnly(ComplexMethodInvocation that)
           
 JExpressionIF JExpressionIFCopyDepthFirstVisitor.forComplexMethodInvocationOnly(ComplexMethodInvocation that, JExpressionIF enclosing_result, JExpressionIF name_result, JExpressionIF arguments_result)
           
 RetType JExpressionIFDepthFirstVisitor.forComplexMethodInvocationOnly(ComplexMethodInvocation that, RetType enclosing_result, RetType name_result, RetType arguments_result)