public interface ConditionalExpression extends Expression
The following features are supported:
GASTMPackage.getConditionalExpression()| Modifier and Type | Method and Description |
|---|---|
Expression |
getCondition()
Returns the value of the 'Condition' containment reference.
|
Expression |
getOnFalseOperand()
Returns the value of the 'On False Operand' containment reference.
|
Expression |
getOnTrueOperand()
Returns the value of the 'On True Operand' containment reference.
|
void |
setCondition(Expression value)
Sets the value of the '
Condition' containment reference. |
void |
setOnFalseOperand(Expression value)
Sets the value of the '
On False Operand' containment reference. |
void |
setOnTrueOperand(Expression value)
Sets the value of the '
On True Operand' containment reference. |
getExpressionType, setExpressionTypegetAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfoExpression getCondition()
If the meaning of the 'Condition' containment reference isn't clear, there really should be more of a description here...
setCondition(Expression),
GASTMPackage.getConditionalExpression_Condition()void setCondition(Expression value)
Condition' containment reference.
value - the new value of the 'Condition' containment reference.getCondition()Expression getOnTrueOperand()
If the meaning of the 'On True Operand' containment reference isn't clear, there really should be more of a description here...
setOnTrueOperand(Expression),
GASTMPackage.getConditionalExpression_OnTrueOperand()void setOnTrueOperand(Expression value)
On True Operand' containment reference.
value - the new value of the 'On True Operand' containment reference.getOnTrueOperand()Expression getOnFalseOperand()
If the meaning of the 'On False Operand' containment reference isn't clear, there really should be more of a description here...
setOnFalseOperand(Expression),
GASTMPackage.getConditionalExpression_OnFalseOperand()void setOnFalseOperand(Expression value)
On False Operand' containment reference.
value - the new value of the 'On False Operand' containment reference.getOnFalseOperand()