Uses of Class
openjava.ptree.CaseGroup

Packages that use CaseGroup
openjava.ptree   
openjava.ptree.util   
 

Uses of CaseGroup in openjava.ptree
 

Methods in openjava.ptree that return CaseGroup
 CaseGroup CaseGroupList.get(int n)
          Gets the specified element at the index.
 CaseGroup CaseGroupList.remove(int index)
          Removes the element at the specified position in this Vector. shifts any subsequent elements to the left (subtracts one from their indices).
 

Methods in openjava.ptree with parameters of type CaseGroup
 void CaseGroupList.add(CaseGroup p)
          Adds the specified element after the list This causes side-effect.
 void CaseGroupList.set(int index, CaseGroup p)
          Adds the specified element after the list This causes side-effect.
 void CaseGroupList.insertElementAt(CaseGroup p, int n)
          Inserts the specified element into the list before the specified element of the list.
 

Constructors in openjava.ptree with parameters of type CaseGroup
CaseGroupList(CaseGroup e0)
           
 

Uses of CaseGroup in openjava.ptree.util
 

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

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