de.cau.cs.kieler.krep.editors.klp.klp
Interface CJmp

All Superinterfaces:
EObject, Instruction, Notifier
All Known Implementing Classes:
CJmpImpl

public interface CJmp
extends Instruction

A representation of the model object 'CJmp'.

The following features are supported:

See Also:
KlpPackage.getCJmp()
Rating red
Generated:
This code was automatically generated.
Model element

Method Summary
 JumpKind getCond()
          Returns the value of the 'Cond' attribute.
 Label getLabel()
          Returns the value of the 'Label' containment reference.
 Read getReg()
          Returns the value of the 'Reg' containment reference.
 void setCond(JumpKind value)
          Sets the value of the 'Cond' attribute.
 void setLabel(Label value)
          Sets the value of the 'Label' containment reference.
 void setReg(Read value)
          Sets the value of the 'Reg' containment reference.
 
Methods inherited from interface de.cau.cs.kieler.krep.editors.klp.klp.Instruction
getOpcode0, getOpcode1, getOpcode2, getOpcode3, setOpcode0, setOpcode1, setOpcode2, setOpcode3
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getCond

JumpKind getCond()
Returns the value of the 'Cond' attribute. The literals are from the enumeration JumpKind.

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

Returns:
the value of the 'Cond' attribute.
See Also:
JumpKind, setCond(JumpKind), KlpPackage.getCJmp_Cond()
Generated:
This code was automatically generated.
Model element

setCond

void setCond(JumpKind value)
Sets the value of the 'Cond' attribute.

Parameters:
value - the new value of the 'Cond' attribute.
See Also:
JumpKind, getCond()
Generated:
This code was automatically generated.

getReg

Read getReg()
Returns the value of the 'Reg' containment reference.

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

Returns:
the value of the 'Reg' containment reference.
See Also:
setReg(Read), KlpPackage.getCJmp_Reg()
Generated:
This code was automatically generated.
Model element:
containment=true

setReg

void setReg(Read value)
Sets the value of the 'Reg' containment reference.

Parameters:
value - the new value of the 'Reg' containment reference.
See Also:
getReg()
Generated:
This code was automatically generated.

getLabel

Label getLabel()
Returns the value of the 'Label' containment reference.

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

Returns:
the value of the 'Label' containment reference.
See Also:
setLabel(Label), KlpPackage.getCJmp_Label()
Generated:
This code was automatically generated.
Model element:
containment=true

setLabel

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

Parameters:
value - the new value of the 'Label' containment reference.
See Also:
getLabel()
Generated:
This code was automatically generated.