|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PostfixExpression
A representation of the model object 'Postfix Expression'.
The following features are supported:
JavaPackage.getPostfixExpression()
Method Summary | |
---|---|
Expression |
getOperand()
Returns the value of the 'Operand' containment reference. |
PostfixExpressionKind |
getOperator()
Returns the value of the 'Operator' attribute. |
void |
setOperand(Expression value)
Sets the value of the ' Operand ' containment reference. |
void |
setOperator(PostfixExpressionKind value)
Sets the value of the ' Operator ' attribute. |
Methods inherited from interface org.eclipse.gmt.modisco.java.ASTNode |
---|
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnit |
Method Detail |
---|
PostfixExpressionKind getOperator()
PostfixExpressionKind
.
If the meaning of the 'Operator' attribute isn't clear, there really should be more of a description here...
PostfixExpressionKind
,
setOperator(PostfixExpressionKind)
,
JavaPackage.getPostfixExpression_Operator()
void setOperator(PostfixExpressionKind value)
Operator
' attribute.
value
- the new value of the 'Operator' attribute.PostfixExpressionKind
,
getOperator()
Expression getOperand()
If the meaning of the 'Operand' containment reference isn't clear, there really should be more of a description here...
setOperand(Expression)
,
JavaPackage.getPostfixExpression_Operand()
void setOperand(Expression value)
Operand
' containment reference.
value
- the new value of the 'Operand' containment reference.getOperand()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |