de.cau.cs.kieler.krep.editors.klp.klp.impl
Class CJmpImpl
java.lang.Object
org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
de.cau.cs.kieler.krep.editors.klp.klp.impl.InstructionImpl
de.cau.cs.kieler.krep.editors.klp.klp.impl.CJmpImpl
- All Implemented Interfaces:
- CJmp, Instruction, Notifier, EObject, EStructuralFeature.Internal.DynamicValueHolder, InternalEObject
public class CJmpImpl
- extends InstructionImpl
- implements CJmp
An implementation of the model object 'CJmp'.
The following features are implemented:
- Rating

- Generated:
- This code was automatically generated.
Constructor Summary |
protected |
CJmpImpl()
|
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl |
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetDirectResource, eSetProxyURI, eSettings |
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
COND_EDEFAULT
protected static final JumpKind COND_EDEFAULT
- The default value of the '
Cond
' attribute.
- See Also:
getCond()
- Generated:
- This code was automatically generated.
- Ordered
cond
protected JumpKind cond
- The cached value of the '
Cond
' attribute.
- See Also:
getCond()
- Generated:
- This code was automatically generated.
- Ordered
reg
protected Read reg
- The cached value of the '
Reg
' containment reference.
- See Also:
getReg()
- Generated:
- This code was automatically generated.
- Ordered
label
protected Label label
- The cached value of the '
Label
' containment reference.
- See Also:
getLabel()
- Generated:
- This code was automatically generated.
- Ordered
CJmpImpl
protected CJmpImpl()
-
- Generated:
- This code was automatically generated.
eStaticClass
protected EClass eStaticClass()
-
- Overrides:
eStaticClass
in class InstructionImpl
- Generated:
- This code was automatically generated.
getCond
public JumpKind getCond()
-
- Specified by:
getCond
in interface CJmp
- Returns:
- the value of the 'Cond' attribute.
- See Also:
JumpKind
,
CJmp.setCond(JumpKind)
,
KlpPackage.getCJmp_Cond()
- Generated:
- This code was automatically generated.
setCond
public void setCond(JumpKind newCond)
-
- Specified by:
setCond
in interface CJmp
- Parameters:
newCond
- the new value of the 'Cond' attribute.- See Also:
JumpKind
,
CJmp.getCond()
- Generated:
- This code was automatically generated.
getReg
public Read getReg()
-
- Specified by:
getReg
in interface CJmp
- Returns:
- the value of the 'Reg' containment reference.
- See Also:
CJmp.setReg(Read)
,
KlpPackage.getCJmp_Reg()
- Generated:
- This code was automatically generated.
basicSetReg
public NotificationChain basicSetReg(Read newReg,
NotificationChain msgs)
-
- Generated:
- This code was automatically generated.
setReg
public void setReg(Read newReg)
-
- Specified by:
setReg
in interface CJmp
- Parameters:
newReg
- the new value of the 'Reg' containment reference.- See Also:
CJmp.getReg()
- Generated:
- This code was automatically generated.
getLabel
public Label getLabel()
-
- Specified by:
getLabel
in interface CJmp
- Returns:
- the value of the 'Label' containment reference.
- See Also:
CJmp.setLabel(Label)
,
KlpPackage.getCJmp_Label()
- Generated:
- This code was automatically generated.
basicSetLabel
public NotificationChain basicSetLabel(Label newLabel,
NotificationChain msgs)
-
- Generated:
- This code was automatically generated.
setLabel
public void setLabel(Label newLabel)
-
- Specified by:
setLabel
in interface CJmp
- Parameters:
newLabel
- the new value of the 'Label' containment reference.- See Also:
CJmp.getLabel()
- Generated:
- This code was automatically generated.
eInverseRemove
public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
-
- Overrides:
eInverseRemove
in class BasicEObjectImpl
- Generated:
- This code was automatically generated.
eGet
public Object eGet(int featureID,
boolean resolve,
boolean coreType)
-
- Specified by:
eGet
in interface InternalEObject
- Overrides:
eGet
in class InstructionImpl
- Generated:
- This code was automatically generated.
eSet
public void eSet(int featureID,
Object newValue)
-
- Specified by:
eSet
in interface InternalEObject
- Overrides:
eSet
in class InstructionImpl
- Generated:
- This code was automatically generated.
eUnset
public void eUnset(int featureID)
-
- Specified by:
eUnset
in interface InternalEObject
- Overrides:
eUnset
in class InstructionImpl
- Generated:
- This code was automatically generated.
eIsSet
public boolean eIsSet(int featureID)
-
- Specified by:
eIsSet
in interface InternalEObject
- Overrides:
eIsSet
in class InstructionImpl
- Generated:
- This code was automatically generated.
toString
public String toString()
-
- Overrides:
toString
in class InstructionImpl
- Generated:
- This code was automatically generated.