org.eclipse.modisco.omg.gastm
Interface JumpStatement

All Superinterfaces:
GASTMObject, GASTMSyntaxObject, Statement

public interface JumpStatement
extends Statement

A representation of the model object 'Jump Statement'.

The following features are supported:

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

Method Summary
 Expression getTarget()
          Returns the value of the 'Target' containment reference.
 void setTarget(Expression 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

Expression 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(Expression), GASTMPackage.getJumpStatement_Target()
Generated:
Model:
containment="true" required="true"

setTarget

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

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