public interface CatchClauseT extends CompoundStatementT
| Modifier and Type | Field and Description |
|---|---|
static CatchClauseT[] |
EMPTY_ARRAY |
| Modifier and Type | Method and Description |
|---|---|
FormalParameterT |
getCatchVariable()
A catch clause declares one variable, the caught exception.
|
TryStatementT |
getOwningTry() |
getControlExpression, getEndClause, getPrimaryClausegetStatementLabelsaccept, addSelf, addSelf, addSelfAfter, addSelfBefore, clearProperty, cloneSelf, getChildren, getOwningFile, getParent, getPosition, getProperty, getSiblingAfter, getSiblingBefore, getSiblings, getTreeKind, isSynthetic, removeSelf, replaceSelf, setPropertystatic final CatchClauseT[] EMPTY_ARRAY
FormalParameterT getCatchVariable()
TryStatementT getOwningTry()