org.eclipse.modisco.omg.gastm
Interface UnaryExpression

All Superinterfaces:
Expression, GASTMObject, GASTMSyntaxObject

public interface UnaryExpression
extends Expression

A representation of the model object 'Unary Expression'.

The following features are supported:

See Also:
GASTMPackage.getUnaryExpression()
Generated:
Model:

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

getOperator

UnaryOperator getOperator()
Returns the value of the 'Operator' containment reference.

If the meaning of the 'Operator' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Operator' containment reference.
See Also:
setOperator(UnaryOperator), GASTMPackage.getUnaryExpression_Operator()
Generated:
Model:
containment="true" required="true"

setOperator

void setOperator(UnaryOperator value)
Sets the value of the 'Operator' containment reference.

Parameters:
value - the new value of the 'Operator' containment reference.
See Also:
getOperator()
Generated:

getOperand

Expression getOperand()
Returns the value of the 'Operand' containment reference.

If the meaning of the 'Operand' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Operand' containment reference.
See Also:
setOperand(Expression), GASTMPackage.getUnaryExpression_Operand()
Generated:
Model:
containment="true" required="true"

setOperand

void setOperand(Expression value)
Sets the value of the 'Operand' containment reference.

Parameters:
value - the new value of the 'Operand' containment reference.
See Also:
getOperand()
Generated: