|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InfixExpression
A representation of the model object 'Infix Expression'.
The following features are supported:
JavaPackage.getInfixExpression()| Method Summary | |
|---|---|
|
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. |
| Methods inherited from interface org.eclipse.gmt.modisco.java.ASTNode |
|---|
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnit |
| Method Detail |
|---|
InfixExpressionKind 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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||