public interface IfStatement extends Statement
The following features are supported:
JavaPackage.getIfStatement()| Modifier and Type | Method and Description |
|---|---|
Statement |
getElseStatement()
Returns the value of the 'Else Statement' containment reference.
|
Expression |
getExpression()
Returns the value of the 'Expression' containment reference.
|
Statement |
getThenStatement()
Returns the value of the 'Then Statement' containment reference.
|
void |
setElseStatement(Statement value)
Sets the value of the '
Else Statement' containment reference. |
void |
setExpression(Expression value)
Sets the value of the '
Expression' containment reference. |
void |
setThenStatement(Statement value)
Sets the value of the '
Then Statement' 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 getExpression()
setExpression(Expression),
JavaPackage.getIfStatement_Expression()void setExpression(Expression value)
Expression' containment reference.
value - the new value of the 'Expression' containment reference.getExpression()Statement getThenStatement()
setThenStatement(Statement),
JavaPackage.getIfStatement_ThenStatement()void setThenStatement(Statement value)
Then Statement' containment reference.
value - the new value of the 'Then Statement' containment reference.getThenStatement()Statement getElseStatement()
setElseStatement(Statement),
JavaPackage.getIfStatement_ElseStatement()void setElseStatement(Statement value)
Else Statement' containment reference.
value - the new value of the 'Else Statement' containment reference.getElseStatement()Copyright © 2018–2020 Atlanmod. All rights reserved.