public interface ContinueStatement extends Statement
The following features are supported:
JavaPackage.getContinueStatement()| Modifier and Type | Method and Description |
|---|---|
LabeledStatement |
getLabel()
Returns the value of the 'Label' reference.
|
void |
setLabel(LabeledStatement value)
Sets the value of the '
Label' reference. |
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnitLabeledStatement getLabel()
Usages In Continue Statements'.
If the meaning of the 'Label' reference isn't clear, there really should be more of a description here...
setLabel(LabeledStatement),
JavaPackage.getContinueStatement_Label(),
LabeledStatement.getUsagesInContinueStatements()void setLabel(LabeledStatement value)
Label' reference.
value - the new value of the 'Label' reference.getLabel()