|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UnaryExpression
A representation of the model object 'Unary Expression'.
The following features are supported:
ExpressionsPackage.getUnaryExpression()
Method Summary | |
---|---|
Expression |
getOperand()
Returns the value of the 'Operand' containment reference. |
UnaryOperator |
getOperator()
Returns the value of the 'Operator' attribute. |
boolean |
isPostfix()
Returns the value of the 'Postfix' attribute. |
void |
setOperand(Expression value)
Sets the value of the ' Operand ' containment reference. |
void |
setOperator(UnaryOperator value)
Sets the value of the ' Operator ' attribute. |
void |
setPostfix(boolean value)
Sets the value of the ' Postfix ' attribute. |
Method Detail |
---|
UnaryOperator getOperator()
UnaryOperator
.
If the meaning of the 'Operator' attribute isn't clear, there really should be more of a description here...
UnaryOperator
,
setOperator(UnaryOperator)
,
ExpressionsPackage.getUnaryExpression_Operator()
void setOperator(UnaryOperator value)
Operator
' attribute.
value
- the new value of the 'Operator' attribute.UnaryOperator
,
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)
,
ExpressionsPackage.getUnaryExpression_Operand()
void setOperand(Expression value)
Operand
' containment reference.
value
- the new value of the 'Operand' containment reference.getOperand()
boolean isPostfix()
"false"
.
If the meaning of the 'Postfix' attribute isn't clear, there really should be more of a description here...
setPostfix(boolean)
,
ExpressionsPackage.getUnaryExpression_Postfix()
void setPostfix(boolean value)
Postfix
' attribute.
value
- the new value of the 'Postfix' attribute.isPostfix()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |