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

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

Uses of DoStatement in edu.rice.cs.javalanglevels
 

Methods in edu.rice.cs.javalanglevels with parameters of type DoStatement
 TypeData BodyTypeChecker.forDoStatement(DoStatement that)
          First, visit the body of the do statement with a body type checker.
 Void JExpressionIFPrunableDepthFirstVisitor.forDoStatement(DoStatement that)
           
 Void JExpressionIFPrunableDepthFirstVisitor.forDoStatementDoFirst(DoStatement that)
           
 Void JExpressionIFPrunableDepthFirstVisitor.forDoStatementOnly(DoStatement that)
           
 TypeData BodyTypeChecker.forDoStatementOnly(DoStatement that, TypeData codeRes, TypeData condition_result)
          Make sure that the condition statement of the while returns type boolean.
 

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

Methods in edu.rice.cs.javalanglevels.tree with parameters of type DoStatement
 RetType JExpressionIFAbstractVisitor.forDoStatement(DoStatement that)
           
 void JExpressionIFDepthFirstVisitor_void.forDoStatement(DoStatement that)
           
 void JExpressionIFAbstractVisitor_void.forDoStatement(DoStatement that)
           
 JExpressionIF JExpressionIFCopyDepthFirstVisitor.forDoStatement(DoStatement that)
           
 RetType JExpressionIFDepthFirstVisitor.forDoStatement(DoStatement that)
           
 RetType JExpressionIFVisitor.forDoStatement(DoStatement that)
          Process an instance of DoStatement.
 void JExpressionIFVisitor_void.forDoStatement(DoStatement that)
          Process an instance of DoStatement.
 void JExpressionIFDepthFirstVisitor_void.forDoStatementDoFirst(DoStatement that)
           
 void JExpressionIFDepthFirstVisitor_void.forDoStatementOnly(DoStatement that)
           
 JExpressionIF JExpressionIFCopyDepthFirstVisitor.forDoStatementOnly(DoStatement that, JExpressionIF code_result, JExpressionIF condition_result)
           
 RetType JExpressionIFDepthFirstVisitor.forDoStatementOnly(DoStatement that, RetType code_result, RetType condition_result)