|
||||||||||
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:
GASTMPackage.getUnaryExpression()
Method Summary | |
---|---|
Expression |
getOperand()
Returns the value of the 'Operand' containment reference. |
UnaryOperator |
getOperator()
Returns the value of the 'Operator' containment reference. |
void |
setOperand(Expression value)
Sets the value of the ' Operand ' containment reference. |
void |
setOperator(UnaryOperator value)
Sets the value of the ' Operator ' containment reference. |
Methods inherited from interface org.eclipse.modisco.omg.gastm.Expression |
---|
getExpressionType, setExpressionType |
Methods inherited from interface org.eclipse.modisco.omg.gastm.GASTMSyntaxObject |
---|
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfo |
Method Detail |
---|
UnaryOperator getOperator()
If the meaning of the 'Operator' containment reference isn't clear, there really should be more of a description here...
setOperator(UnaryOperator)
,
GASTMPackage.getUnaryExpression_Operator()
void setOperator(UnaryOperator value)
Operator
' containment reference.
value
- the new value of the 'Operator' containment reference.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)
,
GASTMPackage.getUnaryExpression_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 |