Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

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

All Superinterfaces:
BlockElementT, CompoundStatementT, StatementT, Tree

public interface CatchClauseT
extends CompoundStatementT

A catch clause of a try statement. JLS3 14.20.


Field Summary
static CatchClauseT[] EMPTY_ARRAY
           
 
Method Summary
 FormalParameterT getCatchVariable()
          A catch clause declares one variable, the caught exception.
 TryStatementT getOwningTry()
           
 
Methods inherited from interface javax.ide.model.java.source.tree.CompoundStatementT
getControlExpression, getEndClause, getPrimaryClause
 
Methods inherited from interface javax.ide.model.java.source.tree.StatementT
getStatementLabels
 
Methods inherited from interface javax.ide.model.java.source.tree.Tree
accept, addSelf, addSelf, addSelfAfter, addSelfBefore, clearProperty, cloneSelf, getChildren, getOwningFile, getParent, getPosition, getProperty, getSiblingAfter, getSiblingBefore, getSiblings, getTreeKind, isSynthetic, removeSelf, replaceSelf, setProperty
 

Field Detail

EMPTY_ARRAY

static final CatchClauseT[] EMPTY_ARRAY
Method Detail

getCatchVariable

FormalParameterT getCatchVariable()
A catch clause declares one variable, the caught exception.


getOwningTry

TryStatementT getOwningTry()
Returns:
The owning try statement. Null if none (i.e. deformed tree).

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

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