public interface ReturnStatement extends Statement
The following features are supported:
GASTMPackage.getReturnStatement()| Modifier and Type | Method and Description |
|---|---|
Expression |
getReturnValue()
Returns the value of the 'Return Value' containment reference.
|
void |
setReturnValue(Expression value)
Sets the value of the '
Return Value' containment reference. |
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfoExpression getReturnValue()
If the meaning of the 'Return Value' containment reference isn't clear, there really should be more of a description here...
setReturnValue(Expression),
GASTMPackage.getReturnStatement_ReturnValue()void setReturnValue(Expression value)
Return Value' containment reference.
value - the new value of the 'Return Value' containment reference.getReturnValue()