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