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

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

Uses of VariableReference in edu.rice.cs.javalanglevels
 

Methods in edu.rice.cs.javalanglevels with parameters of type VariableReference
 Void JExpressionIFPrunableDepthFirstVisitor.forVariableReferenceDoFirst(VariableReference that)
           
 Void JExpressionIFPrunableDepthFirstVisitor.forVariableReferenceOnly(VariableReference that)
           
 

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

Subclasses of VariableReference in edu.rice.cs.javalanglevels.tree
 class ComplexNameReference
          Class ComplexNameReference, a component of the JExpressionIF composite hierarchy.
 class ComplexSuperReference
          Class ComplexSuperReference, a component of the JExpressionIF composite hierarchy.
 class ComplexThisReference
          Class ComplexThisReference, a component of the JExpressionIF composite hierarchy.
 class NameReference
          Class NameReference, a component of the JExpressionIF composite hierarchy.
 class SimpleNameReference
          Class SimpleNameReference, a component of the JExpressionIF composite hierarchy.
 class SimpleSuperReference
          Class SimpleSuperReference, a component of the JExpressionIF composite hierarchy.
 class SimpleThisReference
          Class SimpleThisReference, a component of the JExpressionIF composite hierarchy.
 class SuperReference
          Class SuperReference, a component of the JExpressionIF composite hierarchy.
 class ThisReference
          Class ThisReference, a component of the JExpressionIF composite hierarchy.
 

Methods in edu.rice.cs.javalanglevels.tree with parameters of type VariableReference
 RetType JExpressionIFAbstractVisitor.forVariableReference(VariableReference that)
           
 void JExpressionIFAbstractVisitor_void.forVariableReference(VariableReference that)
           
 void JExpressionIFDepthFirstVisitor_void.forVariableReferenceDoFirst(VariableReference that)
           
 void JExpressionIFDepthFirstVisitor_void.forVariableReferenceOnly(VariableReference that)
           
 JExpressionIF JExpressionIFCopyDepthFirstVisitor.forVariableReferenceOnly(VariableReference that)
           
 RetType JExpressionIFDepthFirstVisitor.forVariableReferenceOnly(VariableReference that)