public interface ConditionalExpression extends Expression
The following features are supported:
JavaPackage.getConditionalExpression()| Modifier and Type | Method and Description |
|---|---|
Expression |
getElseExpression()
Returns the value of the 'Else Expression' containment reference.
|
Expression |
getExpression()
Returns the value of the 'Expression' containment reference.
|
Expression |
getThenExpression()
Returns the value of the 'Then Expression' containment reference.
|
void |
setElseExpression(Expression value)
Sets the value of the '
Else Expression' containment reference. |
void |
setExpression(Expression value)
Sets the value of the '
Expression' containment reference. |
void |
setThenExpression(Expression value)
Sets the value of the '
Then Expression' containment reference. |
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUniteInternalContainer, from, id, id, iterator, resource, resourceeBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eContainerFeatureID, eDerivedOperationID, eDerivedStructuralFeatureID, eDirectResource, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eNotificationRequired, eObjectForURIFragmentSegment, eProxyURI, eResolveProxy, eSet, eSetClass, eSetProxyURI, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegmenteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverforEach, spliteratorExpression getElseExpression()
setElseExpression(Expression),
JavaPackage.getConditionalExpression_ElseExpression()void setElseExpression(Expression value)
Else Expression' containment reference.
value - the new value of the 'Else Expression' containment reference.getElseExpression()Expression getExpression()
setExpression(Expression),
JavaPackage.getConditionalExpression_Expression()void setExpression(Expression value)
Expression' containment reference.
value - the new value of the 'Expression' containment reference.getExpression()Expression getThenExpression()
setThenExpression(Expression),
JavaPackage.getConditionalExpression_ThenExpression()void setThenExpression(Expression value)
Then Expression' containment reference.
value - the new value of the 'Then Expression' containment reference.getThenExpression()Copyright © 2018–2020 Atlanmod. All rights reserved.