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

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

Uses of ComplexThisReference in edu.rice.cs.javalanglevels
 

Methods in edu.rice.cs.javalanglevels with parameters of type ComplexThisReference
 Void JExpressionIFPrunableDepthFirstVisitor.forComplexThisReference(ComplexThisReference that)
           
 Void JExpressionIFPrunableDepthFirstVisitor.forComplexThisReferenceDoFirst(ComplexThisReference that)
           
 Void JExpressionIFPrunableDepthFirstVisitor.forComplexThisReferenceOnly(ComplexThisReference that)
           
 TypeData ExpressionTypeChecker.forComplexThisReferenceOnly(ComplexThisReference that, TypeData enclosing_result)
          Check to make sure that the enclosing result could be resolved and that it a type name.
 

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

Methods in edu.rice.cs.javalanglevels.tree with parameters of type ComplexThisReference
 RetType JExpressionIFAbstractVisitor.forComplexThisReference(ComplexThisReference that)
           
 void JExpressionIFDepthFirstVisitor_void.forComplexThisReference(ComplexThisReference that)
           
 void JExpressionIFAbstractVisitor_void.forComplexThisReference(ComplexThisReference that)
           
 JExpressionIF JExpressionIFCopyDepthFirstVisitor.forComplexThisReference(ComplexThisReference that)
           
 RetType JExpressionIFDepthFirstVisitor.forComplexThisReference(ComplexThisReference that)
           
 RetType JExpressionIFVisitor.forComplexThisReference(ComplexThisReference that)
          Process an instance of ComplexThisReference.
 void JExpressionIFVisitor_void.forComplexThisReference(ComplexThisReference that)
          Process an instance of ComplexThisReference.
 void JExpressionIFDepthFirstVisitor_void.forComplexThisReferenceDoFirst(ComplexThisReference that)
           
 void JExpressionIFDepthFirstVisitor_void.forComplexThisReferenceOnly(ComplexThisReference that)
           
 JExpressionIF JExpressionIFCopyDepthFirstVisitor.forComplexThisReferenceOnly(ComplexThisReference that, JExpressionIF enclosing_result)
           
 RetType JExpressionIFDepthFirstVisitor.forComplexThisReferenceOnly(ComplexThisReference that, RetType enclosing_result)