public interface XBinaryOperation extends XAbstractFeatureCall
The following features are supported:
XbasePackage.getXBinaryOperation()
Modifier and Type | Method and Description |
---|---|
XExpression |
getLeftOperand()
Returns the value of the 'Left Operand' containment reference.
|
XExpression |
getRightOperand()
Returns the value of the 'Right Operand' containment reference.
|
boolean |
isReassignFirstArgument()
Returns the value of the 'Reassign First Argument' attribute.
|
void |
setLeftOperand(XExpression value)
Sets the value of the '
Left Operand ' containment reference. |
void |
setReassignFirstArgument(boolean value)
Sets the value of the '
Reassign First Argument ' attribute. |
void |
setRightOperand(XExpression value)
Sets the value of the '
Right Operand ' containment reference. |
getActualArguments, getActualReceiver, getConcreteSyntaxFeatureName, getExplicitArguments, getFeature, getImplicitFirstArgument, getImplicitReceiver, getInvalidFeatureIssueCode, getTypeArguments, isExplicitOperationCallOrBuilderSyntax, isExtension, isOperation, isPackageFragment, isStatic, isTypeLiteral, isValidFeature, setFeature, setImplicitFirstArgument, setImplicitReceiver, setInvalidFeatureIssueCode
XExpression getLeftOperand()
If the meaning of the 'Left Operand' containment reference isn't clear, there really should be more of a description here...
setLeftOperand(XExpression)
,
XbasePackage.getXBinaryOperation_LeftOperand()
void setLeftOperand(XExpression value)
Left Operand
' containment reference.
value
- the new value of the 'Left Operand' containment reference.getLeftOperand()
XExpression getRightOperand()
If the meaning of the 'Right Operand' containment reference isn't clear, there really should be more of a description here...
setRightOperand(XExpression)
,
XbasePackage.getXBinaryOperation_RightOperand()
void setRightOperand(XExpression value)
Right Operand
' containment reference.
value
- the new value of the 'Right Operand' containment reference.getRightOperand()
boolean isReassignFirstArgument()
If the meaning of the 'Reassign First Argument' attribute isn't clear, there really should be more of a description here...
setReassignFirstArgument(boolean)
,
XbasePackage.getXBinaryOperation_ReassignFirstArgument()
void setReassignFirstArgument(boolean value)
Reassign First Argument
' attribute.
value
- the new value of the 'Reassign First Argument' attribute.isReassignFirstArgument()