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

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

Uses of ComplexSuperConstructorInvocation in edu.rice.cs.javalanglevels
 

Methods in edu.rice.cs.javalanglevels with parameters of type ComplexSuperConstructorInvocation
 TypeData ConstructorBodyTypeChecker.complexSuperConstructorInvocationAllowed(ComplexSuperConstructorInvocation that)
          This is used in the case where a complex super constructor invocation is allowed i.e.
 Void JExpressionIFPrunableDepthFirstVisitor.forComplexSuperConstructorInvocation(ComplexSuperConstructorInvocation that)
           
 Void JExpressionIFPrunableDepthFirstVisitor.forComplexSuperConstructorInvocationDoFirst(ComplexSuperConstructorInvocation that)
           
 Void JExpressionIFPrunableDepthFirstVisitor.forComplexSuperConstructorInvocationOnly(ComplexSuperConstructorInvocation that)
           
 

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

Methods in edu.rice.cs.javalanglevels.tree with parameters of type ComplexSuperConstructorInvocation
 RetType JExpressionIFAbstractVisitor.forComplexSuperConstructorInvocation(ComplexSuperConstructorInvocation that)
           
 void JExpressionIFDepthFirstVisitor_void.forComplexSuperConstructorInvocation(ComplexSuperConstructorInvocation that)
           
 void JExpressionIFAbstractVisitor_void.forComplexSuperConstructorInvocation(ComplexSuperConstructorInvocation that)
           
 JExpressionIF JExpressionIFCopyDepthFirstVisitor.forComplexSuperConstructorInvocation(ComplexSuperConstructorInvocation that)
           
 RetType JExpressionIFDepthFirstVisitor.forComplexSuperConstructorInvocation(ComplexSuperConstructorInvocation that)
           
 RetType JExpressionIFVisitor.forComplexSuperConstructorInvocation(ComplexSuperConstructorInvocation that)
          Process an instance of ComplexSuperConstructorInvocation.
 void JExpressionIFVisitor_void.forComplexSuperConstructorInvocation(ComplexSuperConstructorInvocation that)
          Process an instance of ComplexSuperConstructorInvocation.
 void JExpressionIFDepthFirstVisitor_void.forComplexSuperConstructorInvocationDoFirst(ComplexSuperConstructorInvocation that)
           
 void JExpressionIFDepthFirstVisitor_void.forComplexSuperConstructorInvocationOnly(ComplexSuperConstructorInvocation that)
           
 JExpressionIF JExpressionIFCopyDepthFirstVisitor.forComplexSuperConstructorInvocationOnly(ComplexSuperConstructorInvocation that, JExpressionIF enclosing_result, JExpressionIF arguments_result)
           
 RetType JExpressionIFDepthFirstVisitor.forComplexSuperConstructorInvocationOnly(ComplexSuperConstructorInvocation that, RetType enclosing_result, RetType arguments_result)