Uses of Class
openjava.ptree.CatchList

Packages that use CatchList
openjava.ptree   
openjava.ptree.util   
 

Uses of CatchList in openjava.ptree
 

Methods in openjava.ptree that return CatchList
 CatchList TryStatement.getCatchList()
          Gets the catch block list.
 CatchList CatchList.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 CatchList
 void TryStatement.setCatchList(CatchList catchlist)
          Sets the catch block list.
 void CatchList.addAll(CatchList lst)
          Appends a list after this list.
 

Constructors in openjava.ptree with parameters of type CatchList
TryStatement(StatementList stmts, CatchList catchlist, StatementList finallee)
          Allocates a new TryStatement object.
TryStatement(StatementList stmts, CatchList catchlist)
          Allocates a new TryStatement object.
 

Uses of CatchList in openjava.ptree.util
 

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

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