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

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

Uses of DefaultCase in edu.rice.cs.javalanglevels
 

Methods in edu.rice.cs.javalanglevels with parameters of type DefaultCase
 TypeData BodyTypeChecker.forDefaultCase(DefaultCase that)
          Delegate handling this default case to its superclass.
 Void JExpressionIFPrunableDepthFirstVisitor.forDefaultCase(DefaultCase that)
           
 Void JExpressionIFPrunableDepthFirstVisitor.forDefaultCaseDoFirst(DefaultCase that)
           
 Void JExpressionIFPrunableDepthFirstVisitor.forDefaultCaseOnly(DefaultCase that)
           
 

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

Methods in edu.rice.cs.javalanglevels.tree with parameters of type DefaultCase
 RetType JExpressionIFAbstractVisitor.forDefaultCase(DefaultCase that)
           
 void JExpressionIFDepthFirstVisitor_void.forDefaultCase(DefaultCase that)
           
 void JExpressionIFAbstractVisitor_void.forDefaultCase(DefaultCase that)
           
 JExpressionIF JExpressionIFCopyDepthFirstVisitor.forDefaultCase(DefaultCase that)
           
 RetType JExpressionIFDepthFirstVisitor.forDefaultCase(DefaultCase that)
           
 RetType JExpressionIFVisitor.forDefaultCase(DefaultCase that)
          Process an instance of DefaultCase.
 void JExpressionIFVisitor_void.forDefaultCase(DefaultCase that)
          Process an instance of DefaultCase.
 void JExpressionIFDepthFirstVisitor_void.forDefaultCaseDoFirst(DefaultCase that)
           
 void JExpressionIFDepthFirstVisitor_void.forDefaultCaseOnly(DefaultCase that)
           
 JExpressionIF JExpressionIFCopyDepthFirstVisitor.forDefaultCaseOnly(DefaultCase that, JExpressionIF code_result)
           
 RetType JExpressionIFDepthFirstVisitor.forDefaultCaseOnly(DefaultCase that, RetType code_result)