public interface BinaryExpression extends Expression
The following features are supported:
GASTMPackage.getBinaryExpression()| Modifier and Type | Method and Description |
|---|---|
Expression |
getLeftOperand()
Returns the value of the 'Left Operand' containment reference.
|
BinaryOperator |
getOperator()
Returns the value of the 'Operator' containment reference.
|
Expression |
getRightOperand()
Returns the value of the 'Right Operand' containment reference.
|
void |
setLeftOperand(Expression value)
Sets the value of the '
Left Operand' containment reference. |
void |
setOperator(BinaryOperator value)
Sets the value of the '
Operator' containment reference. |
void |
setRightOperand(Expression value)
Sets the value of the '
Right Operand' containment reference. |
getExpressionType, setExpressionTypegetAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfoBinaryOperator getOperator()
If the meaning of the 'Operator' containment reference isn't clear, there really should be more of a description here...
setOperator(BinaryOperator),
GASTMPackage.getBinaryExpression_Operator()void setOperator(BinaryOperator value)
Operator' containment reference.
value - the new value of the 'Operator' containment reference.getOperator()Expression getLeftOperand()
If the meaning of the 'Left Operand' containment reference isn't clear, there really should be more of a description here...
setLeftOperand(Expression),
GASTMPackage.getBinaryExpression_LeftOperand()void setLeftOperand(Expression value)
Left Operand' containment reference.
value - the new value of the 'Left Operand' containment reference.getLeftOperand()Expression getRightOperand()
If the meaning of the 'Right Operand' containment reference isn't clear, there really should be more of a description here...
setRightOperand(Expression),
GASTMPackage.getBinaryExpression_RightOperand()void setRightOperand(Expression value)
Right Operand' containment reference.
value - the new value of the 'Right Operand' containment reference.getRightOperand()