public interface CatchBlock extends MinorSyntaxObject
The following features are supported:
GASTMPackage.getCatchBlock()| Modifier and Type | Method and Description |
|---|---|
Statement |
getBody()
Returns the value of the 'Body' containment reference.
|
void |
setBody(Statement value)
Sets the value of the '
Body' containment reference. |
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfoStatement getBody()
If the meaning of the 'Body' containment reference isn't clear, there really should be more of a description here...
setBody(Statement),
GASTMPackage.getCatchBlock_Body()