Interface BinaryExpression

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Expression getLeft()
      Returns the value of the 'Left' containment reference.
      BinaryOperation getOperation()
      Returns the value of the 'Operation' attribute.
      Expression getRight()
      Returns the value of the 'Right' containment reference.
      void setLeft​(Expression value)
      Sets the value of the 'Left' containment reference.
      void setOperation​(BinaryOperation value)
      Sets the value of the 'Operation' attribute.
      void setRight​(Expression value)
      Sets the value of the 'Right' containment reference.
      • 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