ujf.verimag.bip.cmodel
Interface CReturn

All Superinterfaces:
CBodyItem, CStm
All Known Implementing Classes:
CReturnImpl

public interface CReturn
extends CStm

A representation of the model object 'CReturn'.

The following features are supported:

See Also:
CmodelPackage.getCReturn()

Method Summary
 CExpression getReturnExpression()
          Returns the value of the 'Return Expression' containment reference.
 void setReturnExpression(CExpression value)
          Sets the value of the 'Return Expression' containment reference.
 

Method Detail

getReturnExpression

CExpression getReturnExpression()
Returns the value of the 'Return Expression' containment reference.

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

Returns:
the value of the 'Return Expression' containment reference.
See Also:
setReturnExpression(CExpression), CmodelPackage.getCReturn_ReturnExpression()

setReturnExpression

void setReturnExpression(CExpression value)
Sets the value of the 'Return Expression' containment reference.

Parameters:
value - the new value of the 'Return Expression' containment reference.
See Also:
getReturnExpression()