public interface LabeledStatement extends NamedElement, Statement
The following features are supported:
JavaPackage.getLabeledStatement()| Modifier and Type | Method and Description |
|---|---|
Statement |
getBody()
Returns the value of the 'Body' containment reference.
|
org.eclipse.emf.common.util.EList<BreakStatement> |
getUsagesInBreakStatements()
Returns the value of the 'Usages In Break Statements' reference list.
|
org.eclipse.emf.common.util.EList<ContinueStatement> |
getUsagesInContinueStatements()
Returns the value of the 'Usages In Continue Statements' reference list.
|
void |
setBody(Statement value)
Sets the value of the '
Body' containment reference. |
getName, getUsagesInImports, isProxy, setName, setProxygetComments, 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, spliteratorStatement getBody()
setBody(Statement),
JavaPackage.getLabeledStatement_Body()void setBody(Statement value)
Body' containment reference.
value - the new value of the 'Body' containment reference.getBody()org.eclipse.emf.common.util.EList<BreakStatement> getUsagesInBreakStatements()
BreakStatement.
It is bidirectional and its opposite is 'Label'.
JavaPackage.getLabeledStatement_UsagesInBreakStatements(),
BreakStatement.getLabel()org.eclipse.emf.common.util.EList<ContinueStatement> getUsagesInContinueStatements()
ContinueStatement.
It is bidirectional and its opposite is 'Label'.
JavaPackage.getLabeledStatement_UsagesInContinueStatements(),
ContinueStatement.getLabel()Copyright © 2018–2020 Atlanmod. All rights reserved.