public interface AdditiveSubExpression
extends org.eclipse.emf.ecore.EObject
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
AdditiveOperator |
getAdditiveOperator()
Returns the value of the 'Additive Operator' containment reference
|
MultiplicativeExpression |
getMultiplicativeExpression()
Returns the value of the 'Multiplicative Expression' containment reference
|
void |
setAdditiveOperator(AdditiveOperator value)
Sets the value of the '
Additive Operator' containment reference |
void |
setMultiplicativeExpression(MultiplicativeExpression value)
Sets the value of the '
Multiplicative Expression' containment reference |
MultiplicativeExpression getMultiplicativeExpression()
If the meaning of the 'Multiplicative Expression' reference isn't clear, there really should be more of a description here...
setMultiplicativeExpression(MultiplicativeExpression),
AstPackage.getAdditiveSubExpression_MultiplicativeExpression()void setMultiplicativeExpression(MultiplicativeExpression value)
Multiplicative Expression' containment reference.
value - the new value of the 'Multiplicative Expression' containment reference.getMultiplicativeExpression()AdditiveOperator getAdditiveOperator()
If the meaning of the 'Additive Operator' reference isn't clear, there really should be more of a description here...
setAdditiveOperator(AdditiveOperator),
AstPackage.getAdditiveSubExpression_AdditiveOperator()void setAdditiveOperator(AdditiveOperator value)
Additive Operator' containment reference.
value - the new value of the 'Additive Operator' containment reference.getAdditiveOperator()Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.