Interface Return

All Superinterfaces:
Commentable, EObject, Notifier, Statement
All Known Implementing Classes:
ReturnImpl

public interface Return extends Statement
A representation of the model object 'Return'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • getReturnValue

      Expression getReturnValue()
      Returns the value of the 'Return Value' containment reference.
      Returns:
      the value of the 'Return Value' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" resolveProxies="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:
      Generated class or method.