|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XBinaryOperation
A representation of the model object 'XBinary Operation'.
The following features are supported:
XbasePackage.getXBinaryOperation()
Method Summary | |
---|---|
XExpression |
getLeftOperand()
Returns the value of the 'Left Operand' containment reference |
XExpression |
getRightOperand()
Returns the value of the 'Right Operand' containment reference |
void |
setLeftOperand(XExpression value)
Sets the value of the ' Left Operand ' containment reference |
void |
setRightOperand(XExpression value)
Sets the value of the ' Right Operand ' containment reference |
Methods inherited from interface org.eclipse.xtext.xbase.XAbstractFeatureCall |
---|
getConcreteSyntaxFeatureName, getExplicitArguments, getFeature, getImplicitFirstArgument, getImplicitReceiver, getInvalidFeatureIssueCode, getTypeArguments, isExplicitOperationCallOrBuilderSyntax, isValidFeature, setFeature, setImplicitFirstArgument, setImplicitReceiver, setInvalidFeatureIssueCode |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |