public interface SourceCatchClause extends SourceCompoundStatement
| Modifier and Type | Field and Description |
|---|---|
static SourceCatchClause[] |
EMPTY_ARRAY |
CHILDREN_ALL, CHILDREN_BLANKLINES, CHILDREN_COMMENTS, CHILDREN_default, CHILDREN_none, CHILDREN_REGULAR, PRINT_ALL, REFORMAT_ALL, REFORMAT_INDENT| Modifier and Type | Method and Description |
|---|---|
SourceVariable |
getCatchVariable()
A catch clause declares one variable, the caught exception.
|
SourceTryStatement |
getOwningTry() |
getControlExpression, getEndClause, getPrimaryClausegetStatementLabels, getStatementTokenaddSelf, addSelf, addSelfAfter, addSelfBefore, adjustTextIndentation, clearBinding, cloneSelf, compile, createContext, getBinding, getChildren, getChildren, getCompiledObject, getContainedElements, getContext, getEndOffset, getFirstToken, getJdkVersion, getLastToken, getOwningFile, getOwningSourceFile, getParent, getSiblingAfter, getSiblingAfter, getSiblingBefore, getSiblingBefore, getSiblings, getSiblings, getStartOffset, getSymbolKind, getText, getTokens, getTokens, hasErrors, print, print, print, print, reformatSelf, removeSelf, replaceSelf, resolve, setBinding, setContext, visitSelfstatic final SourceCatchClause[] EMPTY_ARRAY
SourceVariable getCatchVariable()
SourceTryStatement getOwningTry()