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

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

Uses of SwitchStatement in edu.rice.cs.javalanglevels
 

Methods in edu.rice.cs.javalanglevels with parameters of type SwitchStatement
 TypeData BodyTypeChecker.forSwitchStatement(SwitchStatement that)
           
 Void JExpressionIFPrunableDepthFirstVisitor.forSwitchStatement(SwitchStatement that)
           
 Void FullJavaVisitor.forSwitchStatementDoFirst(SwitchStatement that)
          Process SwitchStatement.
 Void JExpressionIFPrunableDepthFirstVisitor.forSwitchStatementDoFirst(SwitchStatement that)
           
 Void JExpressionIFPrunableDepthFirstVisitor.forSwitchStatementOnly(SwitchStatement that)
           
 TypeData TypeChecker.forSwitchStatementOnly(SwitchStatement that, TypeData testRes, TypeData[] casesRes)
           
 TypeData BodyTypeChecker.forSwitchStatementOnly(SwitchStatement that, TypeData testRes, TypeData[] cases_result, boolean sawDefault)
          Here, we follow the following rules for determining what to return: If there is not a default block, the statement does not return.
 

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

Methods in edu.rice.cs.javalanglevels.tree with parameters of type SwitchStatement
 RetType JExpressionIFAbstractVisitor.forSwitchStatement(SwitchStatement that)
           
 void JExpressionIFDepthFirstVisitor_void.forSwitchStatement(SwitchStatement that)
           
 void JExpressionIFAbstractVisitor_void.forSwitchStatement(SwitchStatement that)
           
 JExpressionIF JExpressionIFCopyDepthFirstVisitor.forSwitchStatement(SwitchStatement that)
           
 RetType JExpressionIFDepthFirstVisitor.forSwitchStatement(SwitchStatement that)
           
 RetType JExpressionIFVisitor.forSwitchStatement(SwitchStatement that)
          Process an instance of SwitchStatement.
 void JExpressionIFVisitor_void.forSwitchStatement(SwitchStatement that)
          Process an instance of SwitchStatement.
 void JExpressionIFDepthFirstVisitor_void.forSwitchStatementDoFirst(SwitchStatement that)
           
 void JExpressionIFDepthFirstVisitor_void.forSwitchStatementOnly(SwitchStatement that)
           
 JExpressionIF JExpressionIFCopyDepthFirstVisitor.forSwitchStatementOnly(SwitchStatement that, JExpressionIF test_result, JExpressionIF[] cases_result)
           
 RetType JExpressionIFDepthFirstVisitor.forSwitchStatementOnly(SwitchStatement that, RetType test_result, RetType[] cases_result)