public interface InfixExpression extends Expression
The following features are supported:
JavaPackage.getInfixExpression()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Expression> |
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.
InfixExpressionKind,
setOperator(InfixExpressionKind),
JavaPackage.getInfixExpression_Operator()void setOperator(InfixExpressionKind value)
Operator' attribute.
value - the new value of the 'Operator' attribute.InfixExpressionKind,
getOperator()Expression getRightOperand()
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()
setLeftOperand(Expression),
JavaPackage.getInfixExpression_LeftOperand()void setLeftOperand(Expression value)
Left Operand' containment reference.
value - the new value of the 'Left Operand' containment reference.getLeftOperand()org.eclipse.emf.common.util.EList<Expression> getExtendedOperands()
Expression.
JavaPackage.getInfixExpression_ExtendedOperands()Copyright © 2018–2020 Atlanmod. All rights reserved.