public interface ThrowStatement extends Statement
The following features are supported:
GASTMPackage.getThrowStatement()| Modifier and Type | Method and Description |
|---|---|
Expression |
getException()
Returns the value of the 'Exception' containment reference.
|
void |
setException(Expression value)
Sets the value of the '
Exception' containment reference. |
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfoExpression getException()
If the meaning of the 'Exception' containment reference isn't clear, there really should be more of a description here...
setException(Expression),
GASTMPackage.getThrowStatement_Exception()void setException(Expression value)
Exception' containment reference.
value - the new value of the 'Exception' containment reference.getException()