org.eclipse.modisco.omg.gastm
Interface BreakStatement

All Superinterfaces:
GASTMObject, GASTMSyntaxObject, Statement

public interface BreakStatement
extends Statement

A representation of the model object 'Break Statement'.

The following features are supported:

See Also:
GASTMPackage.getBreakStatement()
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.getBreakStatement_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: