public interface RangeExpression extends Expression
The following features are supported:
GASTMPackage.getRangeExpression()| Modifier and Type | Method and Description |
|---|---|
Expression |
getFromExpression()
Returns the value of the 'From Expression' containment reference.
|
Expression |
getToExpression()
Returns the value of the 'To Expression' containment reference.
|
void |
setFromExpression(Expression value)
Sets the value of the '
From Expression' containment reference. |
void |
setToExpression(Expression value)
Sets the value of the '
To Expression' containment reference. |
getExpressionType, setExpressionTypegetAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfoExpression getFromExpression()
If the meaning of the 'From Expression' containment reference isn't clear, there really should be more of a description here...
setFromExpression(Expression),
GASTMPackage.getRangeExpression_FromExpression()void setFromExpression(Expression value)
From Expression' containment reference.
value - the new value of the 'From Expression' containment reference.getFromExpression()Expression getToExpression()
If the meaning of the 'To Expression' containment reference isn't clear, there really should be more of a description here...
setToExpression(Expression),
GASTMPackage.getRangeExpression_ToExpression()void setToExpression(Expression value)
To Expression' containment reference.
value - the new value of the 'To Expression' containment reference.getToExpression()