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

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

Uses of Body in edu.rice.cs.javalanglevels
 

Methods in edu.rice.cs.javalanglevels with parameters of type Body
 TypeData SpecialTypeChecker.forBody(Body that)
          Visit each of the items in the body and make sure that none throw uncaught exceptions
 Void JExpressionIFPrunableDepthFirstVisitor.forBodyDoFirst(Body that)
           
 Void JExpressionIFPrunableDepthFirstVisitor.forBodyOnly(Body that)
           
 TypeData BodyTypeChecker.forBodyOnly(Body that, TypeData[] items_result)
          Look at the result of each item in the body.
 

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

Subclasses of Body in edu.rice.cs.javalanglevels.tree
 class BracedBody
          Class BracedBody, a component of the JExpressionIF composite hierarchy.
 class UnbracedBody
          Class UnbracedBody, a component of the JExpressionIF composite hierarchy.
 

Methods in edu.rice.cs.javalanglevels.tree with parameters of type Body
 RetType JExpressionIFAbstractVisitor.forBody(Body that)
           
 void JExpressionIFAbstractVisitor_void.forBody(Body that)
           
 void JExpressionIFDepthFirstVisitor_void.forBodyDoFirst(Body that)
           
 void JExpressionIFDepthFirstVisitor_void.forBodyOnly(Body that)
           
 JExpressionIF JExpressionIFCopyDepthFirstVisitor.forBodyOnly(Body that, JExpressionIF[] statements_result)
           
 RetType JExpressionIFDepthFirstVisitor.forBodyOnly(Body that, RetType[] statements_result)