Interface BinaryExpression

All Superinterfaces:
org.eclipse.emf.ecore.EObject, Expression, Instruction, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
AffectationExpression, AndExpression, DifferenceExpression, EqualityExpression, GreaterExpression, GreaterOrEqualExpression, InExpression, LeftShiftExpression, LessExpression, LessOrEqualExpression, OrExpression, PlusExpression
All Known Implementing Classes:
AffectationExpressionImpl, AndExpressionImpl, BinaryExpressionImpl, DifferenceExpressionImpl, EqualityExpressionImpl, GreaterExpressionImpl, GreaterOrEqualExpressionImpl, InExpressionImpl, LeftShiftExpressionImpl, LessExpressionImpl, LessOrEqualExpressionImpl, OrExpressionImpl, PlusExpressionImpl

public interface BinaryExpression
extends Expression
A representation of the model object 'Binary Expression'.

The following features are supported:

See Also:
GremlinPackage.getBinaryExpression()
  • Method Summary

    Modifier and Type Method Description
    Instruction getLeft()
    Returns the value of the 'Left' containment reference.
    Instruction getRight()
    Returns the value of the 'Right' containment reference.
    void setLeft​(Instruction value)
    Sets the value of the 'Left' containment reference.
    void setRight​(Instruction 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