org.eclipse.modisco.omg.gastm
Interface ContinueStatement

All Superinterfaces:
GASTMObject, GASTMSyntaxObject, Statement

public interface ContinueStatement
extends Statement

A representation of the model object 'Continue Statement'.

The following features are supported:

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

Method Summary
 LabelAccess getTarget()
          Returns the value of the 'Target' containment reference.
 void setTarget(LabelAccess value)
          Sets the value of the 'Target' containment reference.
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.GASTMSyntaxObject
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfo
 

Method Detail

getTarget

LabelAccess getTarget()
Returns the value of the 'Target' containment reference.

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

Returns:
the value of the 'Target' containment reference.
See Also:
setTarget(LabelAccess), GASTMPackage.getContinueStatement_Target()
Generated:
Model:
containment="true"

setTarget

void setTarget(LabelAccess value)
Sets the value of the 'Target' containment reference.

Parameters:
value - the new value of the 'Target' containment reference.
See Also:
getTarget()
Generated: