|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LabeledStatement
A representation of the model object 'Labeled Statement'.
The following features are supported:
JavaPackage.getLabeledStatement()
Method Summary | |
---|---|
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. |
Methods inherited from interface org.eclipse.gmt.modisco.java.NamedElement |
---|
getName, getUsagesInImports, isProxy, setName, setProxy |
Methods inherited from interface org.eclipse.gmt.modisco.java.ASTNode |
---|
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnit |
Methods inherited from interface org.eclipse.gmt.modisco.java.ASTNode |
---|
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnit |
Method Detail |
---|
Statement 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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |