org.eclipse.modisco.omg.gastm
Interface TryStatement

All Superinterfaces:
GASTMObject, GASTMSyntaxObject, Statement

public interface TryStatement
extends Statement

A representation of the model object 'Try Statement'.

The following features are supported:

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

Method Summary
  getCatchBlocks()
          Returns the value of the 'Catch Blocks' containment reference list.
 Statement getFinalStatement()
          Returns the value of the 'Final Statement' containment reference.
 Statement getGuardedStatement()
          Returns the value of the 'Guarded Statement' containment reference.
 void setFinalStatement(Statement value)
          Sets the value of the 'Final Statement' containment reference.
 void setGuardedStatement(Statement value)
          Sets the value of the 'Guarded Statement' containment reference.
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.GASTMSyntaxObject
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfo
 

Method Detail

getGuardedStatement

Statement getGuardedStatement()
Returns the value of the 'Guarded Statement' containment reference.

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

Returns:
the value of the 'Guarded Statement' containment reference.
See Also:
setGuardedStatement(Statement), GASTMPackage.getTryStatement_GuardedStatement()
Generated:
Model:
containment="true" required="true"

setGuardedStatement

void setGuardedStatement(Statement value)
Sets the value of the 'Guarded Statement' containment reference.

Parameters:
value - the new value of the 'Guarded Statement' containment reference.
See Also:
getGuardedStatement()
Generated:

getCatchBlocks

 getCatchBlocks()
Returns the value of the 'Catch Blocks' containment reference list. The list contents are of type CatchBlock.

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

Returns:
the value of the 'Catch Blocks' containment reference list.
See Also:
GASTMPackage.getTryStatement_CatchBlocks()
Generated:
Model:
containment="true"

getFinalStatement

Statement getFinalStatement()
Returns the value of the 'Final Statement' containment reference.

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

Returns:
the value of the 'Final Statement' containment reference.
See Also:
setFinalStatement(Statement), GASTMPackage.getTryStatement_FinalStatement()
Generated:
Model:
containment="true"

setFinalStatement

void setFinalStatement(Statement value)
Sets the value of the 'Final Statement' containment reference.

Parameters:
value - the new value of the 'Final Statement' containment reference.
See Also:
getFinalStatement()
Generated: