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

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

Uses of ThisReference in edu.rice.cs.javalanglevels
 

Methods in edu.rice.cs.javalanglevels with parameters of type ThisReference
 Void BodyBodyIntermediateVisitor.forThisReferenceDoFirst(ThisReference that)
          If this is the body of a constructor, referencing 'this' is illegal.
 Void InterfaceBodyFullJavaVisitor.forThisReferenceDoFirst(ThisReference that)
          No This literal in interfaces--give an appropriate error
 Void InterfaceBodyIntermediateVisitor.forThisReferenceDoFirst(ThisReference that)
          No This literal in interfaces--give an appropriate error
 Void JExpressionIFPrunableDepthFirstVisitor.forThisReferenceDoFirst(ThisReference that)
           
 Void JExpressionIFPrunableDepthFirstVisitor.forThisReferenceOnly(ThisReference that)
           
 

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

Subclasses of ThisReference in edu.rice.cs.javalanglevels.tree
 class ComplexThisReference
          Class ComplexThisReference, a component of the JExpressionIF composite hierarchy.
 class SimpleThisReference
          Class SimpleThisReference, a component of the JExpressionIF composite hierarchy.
 

Methods in edu.rice.cs.javalanglevels.tree with parameters of type ThisReference
 RetType JExpressionIFAbstractVisitor.forThisReference(ThisReference that)
           
 void JExpressionIFAbstractVisitor_void.forThisReference(ThisReference that)
           
 void JExpressionIFDepthFirstVisitor_void.forThisReferenceDoFirst(ThisReference that)
           
 void JExpressionIFDepthFirstVisitor_void.forThisReferenceOnly(ThisReference that)
           
 JExpressionIF JExpressionIFCopyDepthFirstVisitor.forThisReferenceOnly(ThisReference that)
           
 RetType JExpressionIFDepthFirstVisitor.forThisReferenceOnly(ThisReference that)