public interface UnaryExpression extends Expression
The following features are supported:
GASTMPackage.getUnaryExpression()| Modifier and Type | Method and Description |
|---|---|
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. |
getExpressionType, setExpressionTypegetAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfoUnaryOperator 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()