|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BinaryExpression
A representation of the model object 'Binary Expression'.
The following features are supported:
GASTMPackage.getBinaryExpression()| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.eclipse.modisco.omg.gastm.Expression |
|---|
getExpressionType, setExpressionType |
| Methods inherited from interface org.eclipse.modisco.omg.gastm.GASTMSyntaxObject |
|---|
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfo |
| Method Detail |
|---|
BinaryOperator 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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||