public interface LabeledStatement extends Statement
The following features are supported:
GASTMPackage.getLabeledStatement()| Modifier and Type | Method and Description |
|---|---|
LabelDefinition |
getLabel()
Returns the value of the 'Label' containment reference.
|
Statement |
getStatement()
Returns the value of the 'Statement' containment reference.
|
void |
setLabel(LabelDefinition value)
Sets the value of the '
Label' containment reference. |
void |
setStatement(Statement value)
Sets the value of the '
Statement' containment reference. |
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfoLabelDefinition getLabel()
If the meaning of the 'Label' containment reference isn't clear, there really should be more of a description here...
setLabel(LabelDefinition),
GASTMPackage.getLabeledStatement_Label()void setLabel(LabelDefinition value)
Label' containment reference.
value - the new value of the 'Label' containment reference.getLabel()Statement getStatement()
If the meaning of the 'Statement' containment reference isn't clear, there really should be more of a description here...
setStatement(Statement),
GASTMPackage.getLabeledStatement_Statement()void setStatement(Statement value)
Statement' containment reference.
value - the new value of the 'Statement' containment reference.getStatement()