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.
|
|
getUsagesInBreakStatements()
Returns the value of the 'Usages In Break Statements' reference list.
|
|
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()
If the meaning of the 'Body' containment reference isn't clear, there really should be more of a description here...
setBody(Statement),
JavaPackage.getLabeledStatement_Body()void setBody(Statement value)
Body' containment reference.
value - the new value of the 'Body' containment reference.getBody()getUsagesInBreakStatements()
BreakStatement.
It is bidirectional and its opposite is 'Label'.
If the meaning of the 'Usages In Break Statements' reference list isn't clear, there really should be more of a description here...
JavaPackage.getLabeledStatement_UsagesInBreakStatements(),
BreakStatement.getLabel()getUsagesInContinueStatements()
ContinueStatement.
It is bidirectional and its opposite is 'Label'.
If the meaning of the 'Usages In Continue Statements' reference list isn't clear, there really should be more of a description here...
JavaPackage.getLabeledStatement_UsagesInContinueStatements(),
ContinueStatement.getLabel()