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

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

Uses of ComplexThisConstructorInvocation in edu.rice.cs.javalanglevels
 

Methods in edu.rice.cs.javalanglevels with parameters of type ComplexThisConstructorInvocation
 TypeData ConstructorBodyTypeChecker.complexThisConstructorInvocationNotAllowed(ComplexThisConstructorInvocation that)
          ComplexThisConstructorInvocations are not ever allowed--throw an appropriate error.
 TypeData ExpressionTypeChecker.forComplexThisConstructorInvocation(ComplexThisConstructorInvocation that)
          ComplexThisConstructorInvocations are not ever allowed.
 java.lang.Void JExpressionIFPrunableDepthFirstVisitor.forComplexThisConstructorInvocation(ComplexThisConstructorInvocation that)
           
 java.lang.Void JExpressionIFPrunableDepthFirstVisitor.forComplexThisConstructorInvocationDoFirst(ComplexThisConstructorInvocation that)
           
 java.lang.Void JExpressionIFPrunableDepthFirstVisitor.forComplexThisConstructorInvocationOnly(ComplexThisConstructorInvocation that)
           
 

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

Methods in edu.rice.cs.javalanglevels.tree with parameters of type ComplexThisConstructorInvocation
 RetType JExpressionIFAbstractVisitor.forComplexThisConstructorInvocation(ComplexThisConstructorInvocation that)
           
 void JExpressionIFDepthFirstVisitor_void.forComplexThisConstructorInvocation(ComplexThisConstructorInvocation that)
           
 void JExpressionIFAbstractVisitor_void.forComplexThisConstructorInvocation(ComplexThisConstructorInvocation that)
           
 JExpressionIF JExpressionIFCopyDepthFirstVisitor.forComplexThisConstructorInvocation(ComplexThisConstructorInvocation that)
           
 RetType JExpressionIFDepthFirstVisitor.forComplexThisConstructorInvocation(ComplexThisConstructorInvocation that)
           
 RetType JExpressionIFVisitor.forComplexThisConstructorInvocation(ComplexThisConstructorInvocation that)
          Process an instance of ComplexThisConstructorInvocation.
 void JExpressionIFVisitor_void.forComplexThisConstructorInvocation(ComplexThisConstructorInvocation that)
          Process an instance of ComplexThisConstructorInvocation.
 void JExpressionIFDepthFirstVisitor_void.forComplexThisConstructorInvocationDoFirst(ComplexThisConstructorInvocation that)
           
 void JExpressionIFDepthFirstVisitor_void.forComplexThisConstructorInvocationOnly(ComplexThisConstructorInvocation that)
           
 JExpressionIF JExpressionIFCopyDepthFirstVisitor.forComplexThisConstructorInvocationOnly(ComplexThisConstructorInvocation that, JExpressionIF enclosing_result, JExpressionIF arguments_result)
           
 RetType JExpressionIFDepthFirstVisitor.forComplexThisConstructorInvocationOnly(ComplexThisConstructorInvocation that, RetType enclosing_result, RetType arguments_result)