| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CatchClauseT | |
|---|---|
| javax.ide.model.java.source | Various interfaces for use with Tree objects. | 
| javax.ide.model.java.source.tree | The Java AST. | 
| Uses of CatchClauseT in javax.ide.model.java.source | 
|---|
| Methods in javax.ide.model.java.source that return CatchClauseT | |
|---|---|
abstract  CatchClauseT | 
TreeFactory.createCatchClause(FormalParameterListT parameters, BlockStatementT child)Creates a catch clause for a try-catch or a try-catch-finally statement.  | 
 CatchClauseT | 
TreeFactory.createCatchClause(FormalParameterT parameter, BlockStatementT child)Creates a catch clause for a try-catch or a try-catch-finally statement.  | 
| Methods in javax.ide.model.java.source with parameters of type CatchClauseT | |
|---|---|
abstract  TryStatementT | 
TreeFactory.createTryStatement(BlockStatementT tryClause, CatchClauseT[] catchClauses, FinallyClauseT finallyClause)Creates a try, try-catch, try-catch-finally, or a try-finally statement.  | 
 TryStatementT | 
TreeFactory.createTryStatement(BlockStatementT tryClause, CatchClauseT catchClause, FinallyClauseT finallyClause)Creates a try, try-catch, try-catch-finally, or a try-finally statement.  | 
 void | 
TreeVisitor.visitCatchClause(CatchClauseT tree)Visits a CatchClauseT.  | 
| Uses of CatchClauseT in javax.ide.model.java.source.tree | 
|---|
| Fields in javax.ide.model.java.source.tree declared as CatchClauseT | |
|---|---|
static CatchClauseT[] | 
CatchClauseT.EMPTY_ARRAY | 
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||