Package fr.inria.atlanmod.mogwai.gremlin
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 InstructiongetLeft()Returns the value of the 'Left' containment reference.InstructiongetRight()Returns the value of the 'Right' containment reference.voidsetLeft(Instruction value)Sets the value of the 'Left' containment reference.voidsetRight(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, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getLeft
Instruction getLeft()Returns the value of the 'Left' containment reference.- Returns:
- the value of the 'Left' containment reference.
- See Also:
setLeft(Instruction),GremlinPackage.getBinaryExpression_Left()
-
setLeft
Sets the value of the 'Left' containment reference.- Parameters:
value- the new value of the 'Left' containment reference.- See Also:
getLeft()
-
getRight
Instruction getRight()Returns the value of the 'Right' containment reference.- Returns:
- the value of the 'Right' containment reference.
- See Also:
setRight(Instruction),GremlinPackage.getBinaryExpression_Right()
-
setRight
Sets the value of the 'Right' containment reference.- Parameters:
value- the new value of the 'Right' containment reference.- See Also:
getRight()
-