| Modifier and Type | Method and Description |
|---|---|
Block |
getBody()
Returns the value of the 'Body' containment reference.
|
SingleVariableDeclaration |
getException()
Returns the value of the 'Exception' containment reference.
|
void |
setBody(Block value)
Sets the value of the '
Body' containment reference. |
void |
setException(SingleVariableDeclaration value)
Sets the value of the '
Exception' containment reference. |
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnitSingleVariableDeclaration getException()
Catch Clause'.
If the meaning of the 'Exception' containment reference isn't clear, there really should be more of a description here...
setException(SingleVariableDeclaration),
JavaPackage.getCatchClause_Exception(),
SingleVariableDeclaration.getCatchClause()void setException(SingleVariableDeclaration value)
Exception' containment reference.
value - the new value of the 'Exception' containment reference.getException()Block getBody()
If the meaning of the 'Body' containment reference isn't clear, there really should be more of a description here...
setBody(Block),
JavaPackage.getCatchClause_Body()