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

E17493-02

Uses of Interface
oracle.javatools.parser.java.v2.model.statement.SourceCatchClause

Packages that use SourceCatchClause
oracle.javatools.parser.java.v2 The parser API. 
oracle.javatools.parser.java.v2.model.statement The parser model API for statements. 
oracle.javatools.parser.java.v2.util Various utilities for use with the parser. 
oracle.jdeveloper.java.util Public utilities for use with the java model, including the parser. 
 

Uses of SourceCatchClause in oracle.javatools.parser.java.v2
 

Methods in oracle.javatools.parser.java.v2 that return SourceCatchClause
abstract  SourceCatchClause SourceFactory.createCatchClause(SourceCatchParameter parameter, SourceBlockStatement block)
          Creates a catch clause for a try-catch or a try-catch-finally statement.
abstract  SourceCatchClause SourceFactory.createCatchClause(SourceFormalParameterList parameters, SourceBlockStatement block)
          Deprecated. Use createCatchClause( SourceCatchParameter, SourceBlockStatement ) instead
 SourceCatchClause SourceFactory.createCatchClause(SourceLocalVariable parameter, SourceBlockStatement block)
          Deprecated. This method can only create JDK6 ( or before ) compatible catch parameters. Use createCatchClause( SourceCatchParameter, SourceBlockStatement ) instead
 

Methods in oracle.javatools.parser.java.v2 with parameters of type SourceCatchClause
abstract  SourceTryStatement SourceFactory.createTryStatement(SourceBlockStatement tryClause, SourceCatchClause[] catchClauses, SourceFinallyClause finallyClause)
          Creates a try, try-catch, try-catch-finally, or a try-finally statement.
 

Uses of SourceCatchClause in oracle.javatools.parser.java.v2.model.statement
 

Fields in oracle.javatools.parser.java.v2.model.statement declared as SourceCatchClause
static SourceCatchClause[] SourceCatchClause.EMPTY_ARRAY
           
 

Methods in oracle.javatools.parser.java.v2.model.statement that return types with arguments of type SourceCatchClause
 java.util.List<SourceCatchClause> SourceTryStatement.getCatchClauses()
           
 

Uses of SourceCatchClause in oracle.javatools.parser.java.v2.util
 

Methods in oracle.javatools.parser.java.v2.util with parameters of type SourceCatchClause
 void SourceVisitor.whenEnterCatchStatement(SourceCatchClause sourceCatchClause)
           
 void SourceVisitor.whenExitCatchStatement(SourceCatchClause sourceCatchClause)
           
 

Uses of SourceCatchClause in oracle.jdeveloper.java.util
 

Methods in oracle.jdeveloper.java.util that return SourceCatchClause
static SourceCatchClause SourceUtils.addCatchClause(SourceTryStatement tryStmt, java.lang.String catchType, java.lang.String catchName, SourceBlock catchBlock)
          Adds a catch clause to the block, usin gthe given catch info.
 


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

E17493-02

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