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

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

Uses of SimpleThisReference in edu.rice.cs.javalanglevels
 

Methods in edu.rice.cs.javalanglevels with parameters of type SimpleThisReference
 TypeData ExpressionTypeChecker.forSimpleThisReference(SimpleThisReference that)
          Make sure we are in a non-static context.
 Void JExpressionIFPrunableDepthFirstVisitor.forSimpleThisReference(SimpleThisReference that)
           
 Void JExpressionIFPrunableDepthFirstVisitor.forSimpleThisReferenceDoFirst(SimpleThisReference that)
           
 TypeData BodyTypeChecker.forSimpleThisReferenceOnly(SimpleThisReference that)
           
 Void JExpressionIFPrunableDepthFirstVisitor.forSimpleThisReferenceOnly(SimpleThisReference that)
           
 

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

Methods in edu.rice.cs.javalanglevels.tree with parameters of type SimpleThisReference
 RetType JExpressionIFAbstractVisitor.forSimpleThisReference(SimpleThisReference that)
           
 void JExpressionIFDepthFirstVisitor_void.forSimpleThisReference(SimpleThisReference that)
           
 void JExpressionIFAbstractVisitor_void.forSimpleThisReference(SimpleThisReference that)
           
 JExpressionIF JExpressionIFCopyDepthFirstVisitor.forSimpleThisReference(SimpleThisReference that)
           
 RetType JExpressionIFDepthFirstVisitor.forSimpleThisReference(SimpleThisReference that)
           
 RetType JExpressionIFVisitor.forSimpleThisReference(SimpleThisReference that)
          Process an instance of SimpleThisReference.
 void JExpressionIFVisitor_void.forSimpleThisReference(SimpleThisReference that)
          Process an instance of SimpleThisReference.
 void JExpressionIFDepthFirstVisitor_void.forSimpleThisReferenceDoFirst(SimpleThisReference that)
           
 void JExpressionIFDepthFirstVisitor_void.forSimpleThisReferenceOnly(SimpleThisReference that)
           
 JExpressionIF JExpressionIFCopyDepthFirstVisitor.forSimpleThisReferenceOnly(SimpleThisReference that)
           
 RetType JExpressionIFDepthFirstVisitor.forSimpleThisReferenceOnly(SimpleThisReference that)