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

Packages that use UnbracedBody
edu.rice.cs.javalanglevels   
edu.rice.cs.javalanglevels.parser   
edu.rice.cs.javalanglevels.tree   
 

Uses of UnbracedBody in edu.rice.cs.javalanglevels
 

Methods in edu.rice.cs.javalanglevels with parameters of type UnbracedBody
 TypeData SpecialTypeChecker.forUnbracedBody(UnbracedBody that)
          Delegate to forBody
 Void JExpressionIFPrunableDepthFirstVisitor.forUnbracedBody(UnbracedBody that)
           
 Void JExpressionIFPrunableDepthFirstVisitor.forUnbracedBodyDoFirst(UnbracedBody that)
           
 Void JExpressionIFPrunableDepthFirstVisitor.forUnbracedBodyOnly(UnbracedBody that)
           
 TypeData BodyTypeChecker.forUnbracedBodyOnly(UnbracedBody that, TypeData[] items_result)
          Delegates to forBodyOnly.
 

Uses of UnbracedBody in edu.rice.cs.javalanglevels.parser
 

Methods in edu.rice.cs.javalanglevels.parser that return UnbracedBody
 UnbracedBody JExprParser.UnbracedBody()
           
 

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

Methods in edu.rice.cs.javalanglevels.tree that return UnbracedBody
 UnbracedBody SwitchCase.getCode()
           
 

Methods in edu.rice.cs.javalanglevels.tree with parameters of type UnbracedBody
 RetType JExpressionIFAbstractVisitor.forUnbracedBody(UnbracedBody that)
           
 void JExpressionIFDepthFirstVisitor_void.forUnbracedBody(UnbracedBody that)
           
 void JExpressionIFAbstractVisitor_void.forUnbracedBody(UnbracedBody that)
           
 JExpressionIF JExpressionIFCopyDepthFirstVisitor.forUnbracedBody(UnbracedBody that)
           
 RetType JExpressionIFDepthFirstVisitor.forUnbracedBody(UnbracedBody that)
           
 RetType JExpressionIFVisitor.forUnbracedBody(UnbracedBody that)
          Process an instance of UnbracedBody.
 void JExpressionIFVisitor_void.forUnbracedBody(UnbracedBody that)
          Process an instance of UnbracedBody.
 void JExpressionIFDepthFirstVisitor_void.forUnbracedBodyDoFirst(UnbracedBody that)
           
 void JExpressionIFDepthFirstVisitor_void.forUnbracedBodyOnly(UnbracedBody that)
           
 JExpressionIF JExpressionIFCopyDepthFirstVisitor.forUnbracedBodyOnly(UnbracedBody that, JExpressionIF[] statements_result)
           
 RetType JExpressionIFDepthFirstVisitor.forUnbracedBodyOnly(UnbracedBody that, RetType[] statements_result)
           
 

Constructors in edu.rice.cs.javalanglevels.tree with parameters of type UnbracedBody
DefaultCase(SourceInfo in_sourceInfo, UnbracedBody in_code)
          Constructs a DefaultCase.
LabeledCase(SourceInfo in_sourceInfo, Expression in_label, UnbracedBody in_code)
          Constructs a LabeledCase.
SwitchCase(SourceInfo in_sourceInfo, UnbracedBody in_code)
          Constructs a SwitchCase.