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

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

Uses of SimpleMethodInvocation in edu.rice.cs.javalanglevels
 

Methods in edu.rice.cs.javalanglevels with parameters of type SimpleMethodInvocation
 TypeData ExpressionTypeChecker.forSimpleMethodInvocation(SimpleMethodInvocation that)
          Tries to match this method invocation to a method in the context.
 Void JExpressionIFPrunableDepthFirstVisitor.forSimpleMethodInvocation(SimpleMethodInvocation that)
           
 Void JExpressionIFPrunableDepthFirstVisitor.forSimpleMethodInvocationDoFirst(SimpleMethodInvocation that)
           
 Void JExpressionIFPrunableDepthFirstVisitor.forSimpleMethodInvocationOnly(SimpleMethodInvocation that)
           
 

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

Methods in edu.rice.cs.javalanglevels.tree with parameters of type SimpleMethodInvocation
 RetType JExpressionIFAbstractVisitor.forSimpleMethodInvocation(SimpleMethodInvocation that)
           
 void JExpressionIFDepthFirstVisitor_void.forSimpleMethodInvocation(SimpleMethodInvocation that)
           
 void JExpressionIFAbstractVisitor_void.forSimpleMethodInvocation(SimpleMethodInvocation that)
           
 JExpressionIF JExpressionIFCopyDepthFirstVisitor.forSimpleMethodInvocation(SimpleMethodInvocation that)
           
 RetType JExpressionIFDepthFirstVisitor.forSimpleMethodInvocation(SimpleMethodInvocation that)
           
 RetType JExpressionIFVisitor.forSimpleMethodInvocation(SimpleMethodInvocation that)
          Process an instance of SimpleMethodInvocation.
 void JExpressionIFVisitor_void.forSimpleMethodInvocation(SimpleMethodInvocation that)
          Process an instance of SimpleMethodInvocation.
 void JExpressionIFDepthFirstVisitor_void.forSimpleMethodInvocationDoFirst(SimpleMethodInvocation that)
           
 void JExpressionIFDepthFirstVisitor_void.forSimpleMethodInvocationOnly(SimpleMethodInvocation that)
           
 JExpressionIF JExpressionIFCopyDepthFirstVisitor.forSimpleMethodInvocationOnly(SimpleMethodInvocation that, JExpressionIF name_result, JExpressionIF arguments_result)
           
 RetType JExpressionIFDepthFirstVisitor.forSimpleMethodInvocationOnly(SimpleMethodInvocation that, RetType name_result, RetType arguments_result)