org.eclipse.modisco.omg.gastm
Interface ReturnStatement

All Superinterfaces:
GASTMObject, GASTMSyntaxObject, Statement

public interface ReturnStatement
extends Statement

A representation of the model object 'Return Statement'.

The following features are supported:

See Also:
GASTMPackage.getReturnStatement()
Generated:
Model:

Method Summary
 Expression getReturnValue()
          Returns the value of the 'Return Value' containment reference.
 void setReturnValue(Expression value)
          Sets the value of the 'Return Value' containment reference.
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.GASTMSyntaxObject
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfo
 

Method Detail

getReturnValue

Expression getReturnValue()
Returns the value of the 'Return Value' containment reference.

If the meaning of the 'Return Value' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Return Value' containment reference.
See Also:
setReturnValue(Expression), GASTMPackage.getReturnStatement_ReturnValue()
Generated:
Model:
containment="true"

setReturnValue

void setReturnValue(Expression value)
Sets the value of the 'Return Value' containment reference.

Parameters:
value - the new value of the 'Return Value' containment reference.
See Also:
getReturnValue()
Generated: