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