public interface BinaryExpression extends Expression
The following features are supported:
GremlinPackage.getBinaryExpression()| Modifier and Type | Method and 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. |
Instruction getLeft()
setLeft(Instruction),
GremlinPackage.getBinaryExpression_Left()void setLeft(Instruction value)
Left' containment reference.
value - the new value of the 'Left' containment reference.getLeft()Instruction getRight()
setRight(Instruction),
GremlinPackage.getBinaryExpression_Right()void setRight(Instruction value)
Right' containment reference.
value - the new value of the 'Right' containment reference.getRight()Copyright © 2018–2019 Atlanmod. All rights reserved.