public interface BinaryExpression extends Expression
The following features are supported:
PLIPackage.getBinaryExpression()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
InfixOperator |
getInfixOperator()
Returns the value of the 'Infix Operator' containment reference.
|
Expression |
getLeft()
Returns the value of the 'Left' containment reference.
|
Expression |
getRight()
Returns the value of the 'Right' containment reference.
|
void |
setInfixOperator(InfixOperator value)
Sets the value of the '
Infix Operator' containment reference. |
void |
setLeft(Expression value)
Sets the value of the '
Left' containment reference. |
void |
setRight(Expression value)
Sets the value of the '
Right' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParentstatic final java.lang.String copyright
Expression getLeft()
setLeft(Expression),
PLIPackage.getBinaryExpression_Left()void setLeft(Expression value)
Left' containment reference.
value - the new value of the 'Left' containment reference.getLeft()InfixOperator getInfixOperator()
setInfixOperator(InfixOperator),
PLIPackage.getBinaryExpression_InfixOperator()void setInfixOperator(InfixOperator value)
Infix Operator' containment reference.
value - the new value of the 'Infix Operator' containment reference.getInfixOperator()Expression getRight()
setRight(Expression),
PLIPackage.getBinaryExpression_Right()void setRight(Expression value)
Right' containment reference.
value - the new value of the 'Right' containment reference.getRight()