public interface InfixExpression extends Expression
The following features are supported:
JavaPackage.getInfixExpression()| Modifier and Type | Method and Description |
|---|---|
|
getExtendedOperands()
Returns the value of the 'Extended Operands' containment reference list.
|
Expression |
getLeftOperand()
Returns the value of the 'Left Operand' containment reference.
|
InfixExpressionKind |
getOperator()
Returns the value of the 'Operator' attribute.
|
Expression |
getRightOperand()
Returns the value of the 'Right Operand' containment reference.
|
void |
setLeftOperand(Expression value)
Sets the value of the '
Left Operand' containment reference. |
void |
setOperator(InfixExpressionKind value)
Sets the value of the '
Operator' attribute. |
void |
setRightOperand(Expression value)
Sets the value of the '
Right Operand' containment reference. |
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnitInfixExpressionKind getOperator()
InfixExpressionKind.
If the meaning of the 'Operator' attribute isn't clear, there really should be more of a description here...
InfixExpressionKind,
setOperator(InfixExpressionKind),
JavaPackage.getInfixExpression_Operator()void setOperator(InfixExpressionKind value)
Operator' attribute.
value - the new value of the 'Operator' attribute.InfixExpressionKind,
getOperator()Expression getRightOperand()
If the meaning of the 'Right Operand' containment reference isn't clear, there really should be more of a description here...
setRightOperand(Expression),
JavaPackage.getInfixExpression_RightOperand()void setRightOperand(Expression value)
Right Operand' containment reference.
value - the new value of the 'Right Operand' containment reference.getRightOperand()Expression getLeftOperand()
If the meaning of the 'Left Operand' containment reference isn't clear, there really should be more of a description here...
setLeftOperand(Expression),
JavaPackage.getInfixExpression_LeftOperand()void setLeftOperand(Expression value)
Left Operand' containment reference.
value - the new value of the 'Left Operand' containment reference.getLeftOperand()getExtendedOperands()
Expression.
If the meaning of the 'Extended Operands' containment reference list isn't clear, there really should be more of a description here...
JavaPackage.getInfixExpression_ExtendedOperands()