public interface ForStatement extends Statement
The following features are supported:
JavaPackage.getForStatement()| Modifier and Type | Method and Description |
|---|---|
Statement |
getBody()
Returns the value of the 'Body' containment reference.
|
Expression |
getExpression()
Returns the value of the 'Expression' containment reference.
|
org.eclipse.emf.common.util.EList<Expression> |
getInitializers()
Returns the value of the 'Initializers' containment reference list.
|
org.eclipse.emf.common.util.EList<Expression> |
getUpdaters()
Returns the value of the 'Updaters' containment reference list.
|
void |
setBody(Statement value)
Sets the value of the '
Body' containment reference. |
void |
setExpression(Expression value)
Sets the value of the '
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 getExpression()
setExpression(Expression),
JavaPackage.getForStatement_Expression()void setExpression(Expression value)
Expression' containment reference.
value - the new value of the 'Expression' containment reference.getExpression()org.eclipse.emf.common.util.EList<Expression> getUpdaters()
Expression.
JavaPackage.getForStatement_Updaters()org.eclipse.emf.common.util.EList<Expression> getInitializers()
Expression.
JavaPackage.getForStatement_Initializers()Statement getBody()
setBody(Statement),
JavaPackage.getForStatement_Body()Copyright © 2018–2020 Atlanmod. All rights reserved.