| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.3.0) E17493-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SourceCatchClause
A catch clause of a try statement. JLS3 14.20.
| Field Summary | |
|---|---|
static SourceCatchClause[] | 
EMPTY_ARRAY | 
| Fields inherited from interface oracle.javatools.parser.java.v2.model.SourceElement | 
|---|
CHILDREN_ALL, CHILDREN_BLANKLINES, CHILDREN_COMMENTS, CHILDREN_default, CHILDREN_none, CHILDREN_REGULAR, PRINT_ALL, REFORMAT_ALL, REFORMAT_INDENT | 
| Method Summary | |
|---|---|
 SourceVariable | 
getCatchVariable()A catch clause declares one variable, the caught exception.  | 
 SourceTryStatement | 
getOwningTry() | 
| Methods inherited from interface oracle.javatools.parser.java.v2.model.statement.SourceCompoundStatement | 
|---|
getControlExpression, getEndClause, getPrimaryClause | 
| Methods inherited from interface oracle.javatools.parser.java.v2.model.statement.SourceStatement | 
|---|
getStatementLabels, getStatementToken | 
| Methods inherited from interface oracle.javatools.parser.java.v2.model.SourceElement | 
|---|
addSelf, addSelf, addSelfAfter, addSelfBefore, adjustTextIndentation, clearBinding, cloneSelf, compile, getBinding, getChildren, getChildren, getCompiledObject, getContainedElements, getEndOffset, getOwningFile, getOwningSourceFile, getParent, getSiblingAfter, getSiblingBefore, getSiblings, getSiblings, getStartOffset, getSymbolKind, getText, hasErrors, print, print, reformatSelf, removeSelf, replaceSelf, resolve, setBinding, setContext, visitSelf | 
| Field Detail | 
|---|
static final SourceCatchClause[] EMPTY_ARRAY
| Method Detail | 
|---|
SourceVariable getCatchVariable()
SourceTryStatement getOwningTry()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.3.0) E17493-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||