org.eclipse.modisco.omg.gastm
Interface CatchBlock

All Superinterfaces:
GASTMObject, GASTMSyntaxObject, MinorSyntaxObject
All Known Subinterfaces:
TypesCatchBlock, VariableCatchBlock

public interface CatchBlock
extends MinorSyntaxObject

A representation of the model object 'Catch Block'.

The following features are supported:

See Also:
GASTMPackage.getCatchBlock()
Generated:
Model:

Method Summary
 Statement getBody()
          Returns the value of the 'Body' containment reference.
 void setBody(Statement value)
          Sets the value of the 'Body' containment reference.
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.GASTMSyntaxObject
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfo
 

Method Detail

getBody

Statement getBody()
Returns the value of the 'Body' containment reference.

If the meaning of the 'Body' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Body' containment reference.
See Also:
setBody(Statement), GASTMPackage.getCatchBlock_Body()
Generated:
Model:
containment="true" required="true"

setBody

void setBody(Statement value)
Sets the value of the 'Body' containment reference.

Parameters:
value - the new value of the 'Body' containment reference.
See Also:
getBody()
Generated: