public interface MultiplicativeSubExpression
extends org.eclipse.emf.ecore.EObject
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
MultiplicativeOperator |
getMultiplicativeOperator()
Returns the value of the 'Multiplicative Operator' containment reference
|
UnaryExpression |
getUnaryExpression()
Returns the value of the 'Unary Expression' containment reference
|
void |
setMultiplicativeOperator(MultiplicativeOperator value)
Sets the value of the '
Multiplicative Operator' containment reference |
void |
setUnaryExpression(UnaryExpression value)
Sets the value of the '
Unary Expression' containment reference |
UnaryExpression getUnaryExpression()
If the meaning of the 'Unary Expression' reference isn't clear, there really should be more of a description here...
setUnaryExpression(UnaryExpression),
AstPackage.getMultiplicativeSubExpression_UnaryExpression()void setUnaryExpression(UnaryExpression value)
Unary Expression' containment reference.
value - the new value of the 'Unary Expression' containment reference.getUnaryExpression()MultiplicativeOperator getMultiplicativeOperator()
If the meaning of the 'Multiplicative Operator' reference isn't clear, there really should be more of a description here...
setMultiplicativeOperator(MultiplicativeOperator),
AstPackage.getMultiplicativeSubExpression_MultiplicativeOperator()void setMultiplicativeOperator(MultiplicativeOperator value)
Multiplicative Operator' containment reference.
value - the new value of the 'Multiplicative Operator' containment reference.getMultiplicativeOperator()Copyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.