Interface Throw

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

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

The following features are supported:

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

    • getThrowable

      Expression getThrowable()
      Returns the value of the 'Throwable' containment reference.
      Returns:
      the value of the 'Throwable' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" resolveProxies="true" required="true"
    • setThrowable

      void setThrowable(Expression value)
      Sets the value of the 'Throwable' containment reference.
      Parameters:
      value - the new value of the 'Throwable' containment reference.
      See Also:
      Generated class or method.