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

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

Uses of NameReference in edu.rice.cs.javalanglevels
 

Methods in edu.rice.cs.javalanglevels with parameters of type NameReference
 TypeData LValueTypeChecker.forNameReference(NameReference that)
           
 TypeData LValueWithValueTypeChecker.forNameReference(NameReference that)
           
 Void JExpressionIFPrunableDepthFirstVisitor.forNameReferenceDoFirst(NameReference that)
           
 Void JExpressionIFPrunableDepthFirstVisitor.forNameReferenceOnly(NameReference that)
           
 

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

Subclasses of NameReference in edu.rice.cs.javalanglevels.tree
 class ComplexNameReference
          Class ComplexNameReference, a component of the JExpressionIF composite hierarchy.
 class SimpleNameReference
          Class SimpleNameReference, a component of the JExpressionIF composite hierarchy.
 

Methods in edu.rice.cs.javalanglevels.tree with parameters of type NameReference
 RetType JExpressionIFAbstractVisitor.forNameReference(NameReference that)
           
 void JExpressionIFAbstractVisitor_void.forNameReference(NameReference that)
           
 void JExpressionIFDepthFirstVisitor_void.forNameReferenceDoFirst(NameReference that)
           
 void JExpressionIFDepthFirstVisitor_void.forNameReferenceOnly(NameReference that)
           
 JExpressionIF JExpressionIFCopyDepthFirstVisitor.forNameReferenceOnly(NameReference that, JExpressionIF name_result)
           
 RetType JExpressionIFDepthFirstVisitor.forNameReferenceOnly(NameReference that, RetType name_result)