Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Uses of Interface
javax.ide.model.java.source.tree.CatchClauseT

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
           

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.