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

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

Uses of FunctionInvocation in edu.rice.cs.javalanglevels
 

Methods in edu.rice.cs.javalanglevels with parameters of type FunctionInvocation
 Void JExpressionIFPrunableDepthFirstVisitor.forFunctionInvocationDoFirst(FunctionInvocation that)
           
 Void JExpressionIFPrunableDepthFirstVisitor.forFunctionInvocationOnly(FunctionInvocation that)
           
 

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

Subclasses of FunctionInvocation in edu.rice.cs.javalanglevels.tree
 class ComplexMethodInvocation
          Class ComplexMethodInvocation, a component of the JExpressionIF composite hierarchy.
 class ComplexSuperConstructorInvocation
          Class ComplexSuperConstructorInvocation, a component of the JExpressionIF composite hierarchy.
 class ComplexThisConstructorInvocation
          Class ComplexThisConstructorInvocation, a component of the JExpressionIF composite hierarchy.
 class MethodInvocation
          Class MethodInvocation, a component of the JExpressionIF composite hierarchy.
 class SimpleMethodInvocation
          Class SimpleMethodInvocation, a component of the JExpressionIF composite hierarchy.
 class SimpleSuperConstructorInvocation
          Class SimpleSuperConstructorInvocation, a component of the JExpressionIF composite hierarchy.
 class SimpleThisConstructorInvocation
          Class SimpleThisConstructorInvocation, a component of the JExpressionIF composite hierarchy.
 class SuperConstructorInvocation
          Class SuperConstructorInvocation, a component of the JExpressionIF composite hierarchy.
 class ThisConstructorInvocation
          Class ThisConstructorInvocation, a component of the JExpressionIF composite hierarchy.
 

Methods in edu.rice.cs.javalanglevels.tree with parameters of type FunctionInvocation
 RetType JExpressionIFAbstractVisitor.forFunctionInvocation(FunctionInvocation that)
           
 void JExpressionIFAbstractVisitor_void.forFunctionInvocation(FunctionInvocation that)
           
 void JExpressionIFDepthFirstVisitor_void.forFunctionInvocationDoFirst(FunctionInvocation that)
           
 void JExpressionIFDepthFirstVisitor_void.forFunctionInvocationOnly(FunctionInvocation that)
           
 JExpressionIF JExpressionIFCopyDepthFirstVisitor.forFunctionInvocationOnly(FunctionInvocation that, JExpressionIF arguments_result)
           
 RetType JExpressionIFDepthFirstVisitor.forFunctionInvocationOnly(FunctionInvocation that, RetType arguments_result)