Uses of Class
openjava.ptree.CaseGroupList

Packages that use CaseGroupList
openjava.ptree   
openjava.ptree.util   
 

Uses of CaseGroupList in openjava.ptree
 

Methods in openjava.ptree that return CaseGroupList
 CaseGroupList SwitchStatement.getCaseGroupList()
          Gets the case group list.
 CaseGroupList CaseGroupList.subList(int from_index, int to_index)
          Returns a view of the portion of this List between fromIndex, inclusive, and toIndex, exclusive.
 

Methods in openjava.ptree with parameters of type CaseGroupList
 void SwitchStatement.setCaseGroupList(CaseGroupList cglist)
          Sets the case group list.
 void CaseGroupList.addAll(CaseGroupList lst)
          Appends a list after this list.
 

Constructors in openjava.ptree with parameters of type CaseGroupList
SwitchStatement(Expression expr, CaseGroupList cglist)
          Allocates a new object.
 

Uses of CaseGroupList in openjava.ptree.util
 

Methods in openjava.ptree.util that return CaseGroupList
 CaseGroupList EvaluationShuttle.evaluateDown(CaseGroupList p)
           
 CaseGroupList EvaluationShuttle.evaluateUp(CaseGroupList p)
           
 

Methods in openjava.ptree.util with parameters of type CaseGroupList
abstract  void ParseTreeVisitor.visit(CaseGroupList p)
           
 CaseGroupList EvaluationShuttle.evaluateDown(CaseGroupList p)
           
 CaseGroupList EvaluationShuttle.evaluateUp(CaseGroupList p)
           
 void EvaluationShuttle.visit(CaseGroupList p)
           
 void SourceCodeWriter.visit(CaseGroupList p)