Interface BinaryExpression
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- Expression,- org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
- BinaryExpressionImpl
 A representation of the model object 'Binary Expression'.
 
 
The following features are supported:
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptiongetLeft()Returns the value of the 'Left' containment reference.Returns the value of the 'Operation' attribute.getRight()Returns the value of the 'Right' containment reference.voidsetLeft(Expression value) Sets the value of the 'Left' containment reference.voidsetOperation(BinaryOperation value) Sets the value of the 'Operation' attribute.voidsetRight(Expression value) Sets the value of the 'Right' containment reference.Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getOperationBinaryOperation getOperation()Returns the value of the 'Operation' attribute. The literals are from the enumerationBinaryOperation.- Returns:
- the value of the 'Operation' attribute.
- See Also:
 
- 
setOperationSets the value of the 'Operation' attribute.- Parameters:
- value- the new value of the 'Operation' attribute.
- See Also:
 
- 
getLeftExpression getLeft()Returns the value of the 'Left' containment reference.- Returns:
- the value of the 'Left' containment reference.
- See Also:
 
- 
setLeftSets the value of the 'Left' containment reference.- Parameters:
- value- the new value of the 'Left' containment reference.
- See Also:
 
- 
getRightExpression getRight()Returns the value of the 'Right' containment reference.- Returns:
- the value of the 'Right' containment reference.
- See Also:
 
- 
setRightSets the value of the 'Right' containment reference.- Parameters:
- value- the new value of the 'Right' containment reference.
- See Also:
 
 
-