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

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

Uses of ComplexNameReference in edu.rice.cs.javalanglevels
 

Methods in edu.rice.cs.javalanglevels with parameters of type ComplexNameReference
 TypeData ExpressionTypeChecker.forComplexNameReference(ComplexNameReference that)
          To resolve this ComplexNameReference, first visit the lhs with an instance of this visitor in order to get its type.
 Void LanguageLevelVisitor.forComplexNameReference(ComplexNameReference that)
          Call the ResolveNameVisitor to see if this is a reference to a Type name.
 Void JExpressionIFPrunableDepthFirstVisitor.forComplexNameReference(ComplexNameReference that)
           
 Void JExpressionIFPrunableDepthFirstVisitor.forComplexNameReferenceDoFirst(ComplexNameReference that)
           
 Void JExpressionIFPrunableDepthFirstVisitor.forComplexNameReferenceOnly(ComplexNameReference that)
           
 

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

Methods in edu.rice.cs.javalanglevels.tree with parameters of type ComplexNameReference
 RetType JExpressionIFAbstractVisitor.forComplexNameReference(ComplexNameReference that)
           
 void JExpressionIFDepthFirstVisitor_void.forComplexNameReference(ComplexNameReference that)
           
 void JExpressionIFAbstractVisitor_void.forComplexNameReference(ComplexNameReference that)
           
 JExpressionIF JExpressionIFCopyDepthFirstVisitor.forComplexNameReference(ComplexNameReference that)
           
 RetType JExpressionIFDepthFirstVisitor.forComplexNameReference(ComplexNameReference that)
           
 RetType JExpressionIFVisitor.forComplexNameReference(ComplexNameReference that)
          Process an instance of ComplexNameReference.
 void JExpressionIFVisitor_void.forComplexNameReference(ComplexNameReference that)
          Process an instance of ComplexNameReference.
 void JExpressionIFDepthFirstVisitor_void.forComplexNameReferenceDoFirst(ComplexNameReference that)
           
 void JExpressionIFDepthFirstVisitor_void.forComplexNameReferenceOnly(ComplexNameReference that)
           
 JExpressionIF JExpressionIFCopyDepthFirstVisitor.forComplexNameReferenceOnly(ComplexNameReference that, JExpressionIF enclosing_result, JExpressionIF name_result)
           
 RetType JExpressionIFDepthFirstVisitor.forComplexNameReferenceOnly(ComplexNameReference that, RetType enclosing_result, RetType name_result)