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, setOriginalCompilationUnitStatement 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.