public interface BreakStatement extends Statement
The following features are supported:
GASTMPackage.getBreakStatement()| Modifier and Type | Method and Description |
|---|---|
LabelAccess |
getTarget()
Returns the value of the 'Target' containment reference.
|
void |
setTarget(LabelAccess value)
Sets the value of the '
Target' containment reference. |
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfoLabelAccess getTarget()
If the meaning of the 'Target' containment reference isn't clear, there really should be more of a description here...
setTarget(LabelAccess),
GASTMPackage.getBreakStatement_Target()void setTarget(LabelAccess value)
Target' containment reference.
value - the new value of the 'Target' containment reference.getTarget()