org.eclipse.gmt.modisco.java
Interface ContinueStatement

All Superinterfaces:
ASTNode, Statement

public interface ContinueStatement
extends Statement

A representation of the model object 'Continue Statement'.

The following features are supported:

See Also:
JavaPackage.getContinueStatement()
Generated:
Model:

Method Summary
 LabeledStatement getLabel()
          Returns the value of the 'Label' reference.
 void setLabel(LabeledStatement value)
          Sets the value of the 'Label' reference.
 
Methods inherited from interface org.eclipse.gmt.modisco.java.ASTNode
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnit
 

Method Detail

getLabel

LabeledStatement getLabel()
Returns the value of the 'Label' reference. It is bidirectional and its opposite is 'Usages In Continue Statements'.

If the meaning of the 'Label' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Label' reference.
See Also:
setLabel(LabeledStatement), JavaPackage.getContinueStatement_Label(), LabeledStatement.getUsagesInContinueStatements()
Generated:
Model:
opposite="usagesInContinueStatements" ordered="false"

setLabel

void setLabel(LabeledStatement value)
Sets the value of the 'Label' reference.

Parameters:
value - the new value of the 'Label' reference.
See Also:
getLabel()
Generated: