|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TryStatement
A representation of the model object 'Try Statement'.
The following features are supported:
GASTMPackage.getTryStatement()
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 |
---|
Statement getGuardedStatement()
If the meaning of the 'Guarded Statement' containment reference isn't clear, there really should be more of a description here...
setGuardedStatement(Statement)
,
GASTMPackage.getTryStatement_GuardedStatement()
void setGuardedStatement(Statement value)
Guarded Statement
' containment reference.
value
- the new value of the 'Guarded Statement' containment reference.getGuardedStatement()
getCatchBlocks()
CatchBlock
.
If the meaning of the 'Catch Blocks' containment reference list isn't clear, there really should be more of a description here...
GASTMPackage.getTryStatement_CatchBlocks()
Statement getFinalStatement()
If the meaning of the 'Final Statement' containment reference isn't clear, there really should be more of a description here...
setFinalStatement(Statement)
,
GASTMPackage.getTryStatement_FinalStatement()
void setFinalStatement(Statement value)
Final Statement
' containment reference.
value
- the new value of the 'Final Statement' containment reference.getFinalStatement()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |