de.cau.cs.kieler.krep.editors.klp.klp.impl
Class InstructionImpl

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended by org.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended by org.eclipse.emf.ecore.impl.MinimalEObjectImpl
              extended by org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
                  extended by de.cau.cs.kieler.krep.editors.klp.klp.impl.InstructionImpl
All Implemented Interfaces:
Instruction, Notifier, EObject, EStructuralFeature.Internal.DynamicValueHolder, InternalEObject
Direct Known Subclasses:
BinopImpl, CJmpImpl, DeclImpl, DoneImpl, JmpImpl, MoveImpl, PrioImpl, SetClkImpl, SetPCImpl

public abstract class InstructionImpl
extends MinimalEObjectImpl.Container
implements Instruction

An implementation of the model object 'Instruction'.

The following features are implemented:

Rating red
Generated:
This code was automatically generated.

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
MinimalEObjectImpl.Container.Dynamic
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
MinimalEObjectImpl.Container
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
BasicNotifierImpl.EAdapterList<E extends Object & Adapter>
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
InternalEObject.EStore
 
Field Summary
protected  int opcode0
          The cached value of the 'Opcode0' attribute.
protected static int OPCODE0_EDEFAULT
          The default value of the 'Opcode0' attribute.
protected  int opcode1
          The cached value of the 'Opcode1' attribute.
protected static int OPCODE1_EDEFAULT
          The default value of the 'Opcode1' attribute.
protected  int opcode2
          The cached value of the 'Opcode2' attribute.
protected static int OPCODE2_EDEFAULT
          The default value of the 'Opcode2' attribute.
protected  int opcode3
          The cached value of the 'Opcode3' attribute.
protected static int OPCODE3_EDEFAULT
          The default value of the 'Opcode3' attribute.
 
Fields inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
eContainer
 
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET
 
Fields inherited from interface org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder
NIL
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Constructor Summary
protected InstructionImpl()
           
 
Method Summary
 Object eGet(int featureID, boolean resolve, boolean coreType)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
 int getOpcode0()
           
 int getOpcode1()
           
 int getOpcode2()
           
 int getOpcode3()
           
 void setOpcode0(int newOpcode0)
           
 void setOpcode1(int newOpcode1)
           
 void setOpcode2(int newOpcode2)
           
 void setOpcode3(int newOpcode3)
           
 String toString()
           
 
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
eBasicSetContainer, eInternalContainer
 
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, 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 class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
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
 
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
 

Field Detail

OPCODE0_EDEFAULT

protected static final int OPCODE0_EDEFAULT
The default value of the 'Opcode0' attribute.

See Also:
getOpcode0(), Constant Field Values
Generated:
This code was automatically generated.
Ordered

opcode0

protected int opcode0
The cached value of the 'Opcode0' attribute.

See Also:
getOpcode0()
Generated:
This code was automatically generated.
Ordered

OPCODE1_EDEFAULT

protected static final int OPCODE1_EDEFAULT
The default value of the 'Opcode1' attribute.

See Also:
getOpcode1(), Constant Field Values
Generated:
This code was automatically generated.
Ordered

opcode1

protected int opcode1
The cached value of the 'Opcode1' attribute.

See Also:
getOpcode1()
Generated:
This code was automatically generated.
Ordered

OPCODE2_EDEFAULT

protected static final int OPCODE2_EDEFAULT
The default value of the 'Opcode2' attribute.

See Also:
getOpcode2(), Constant Field Values
Generated:
This code was automatically generated.
Ordered

opcode2

protected int opcode2
The cached value of the 'Opcode2' attribute.

See Also:
getOpcode2()
Generated:
This code was automatically generated.
Ordered

OPCODE3_EDEFAULT

protected static final int OPCODE3_EDEFAULT
The default value of the 'Opcode3' attribute.

See Also:
getOpcode3(), Constant Field Values
Generated:
This code was automatically generated.
Ordered

opcode3

protected int opcode3
The cached value of the 'Opcode3' attribute.

See Also:
getOpcode3()
Generated:
This code was automatically generated.
Ordered
Constructor Detail

InstructionImpl

protected InstructionImpl()

Generated:
This code was automatically generated.
Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class BasicEObjectImpl
Generated:
This code was automatically generated.

getOpcode0

public int getOpcode0()

Specified by:
getOpcode0 in interface Instruction
Returns:
the value of the 'Opcode0' attribute.
See Also:
Instruction.setOpcode0(int), KlpPackage.getInstruction_Opcode0()
Generated:
This code was automatically generated.

setOpcode0

public void setOpcode0(int newOpcode0)

Specified by:
setOpcode0 in interface Instruction
Parameters:
newOpcode0 - the new value of the 'Opcode0' attribute.
See Also:
Instruction.getOpcode0()
Generated:
This code was automatically generated.

getOpcode1

public int getOpcode1()

Specified by:
getOpcode1 in interface Instruction
Returns:
the value of the 'Opcode1' attribute.
See Also:
Instruction.setOpcode1(int), KlpPackage.getInstruction_Opcode1()
Generated:
This code was automatically generated.

setOpcode1

public void setOpcode1(int newOpcode1)

Specified by:
setOpcode1 in interface Instruction
Parameters:
newOpcode1 - the new value of the 'Opcode1' attribute.
See Also:
Instruction.getOpcode1()
Generated:
This code was automatically generated.

getOpcode2

public int getOpcode2()

Specified by:
getOpcode2 in interface Instruction
Returns:
the value of the 'Opcode2' attribute.
See Also:
Instruction.setOpcode2(int), KlpPackage.getInstruction_Opcode2()
Generated:
This code was automatically generated.

setOpcode2

public void setOpcode2(int newOpcode2)

Specified by:
setOpcode2 in interface Instruction
Parameters:
newOpcode2 - the new value of the 'Opcode2' attribute.
See Also:
Instruction.getOpcode2()
Generated:
This code was automatically generated.

getOpcode3

public int getOpcode3()

Specified by:
getOpcode3 in interface Instruction
Returns:
the value of the 'Opcode3' attribute.
See Also:
Instruction.setOpcode3(int), KlpPackage.getInstruction_Opcode3()
Generated:
This code was automatically generated.

setOpcode3

public void setOpcode3(int newOpcode3)

Specified by:
setOpcode3 in interface Instruction
Parameters:
newOpcode3 - the new value of the 'Opcode3' attribute.
See Also:
Instruction.getOpcode3()
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 BasicEObjectImpl
Generated:
This code was automatically generated.

eSet

public void eSet(int featureID,
                 Object newValue)

Specified by:
eSet in interface InternalEObject
Overrides:
eSet in class BasicEObjectImpl
Generated:
This code was automatically generated.

eUnset

public void eUnset(int featureID)

Specified by:
eUnset in interface InternalEObject
Overrides:
eUnset in class BasicEObjectImpl
Generated:
This code was automatically generated.

eIsSet

public boolean eIsSet(int featureID)

Specified by:
eIsSet in interface InternalEObject
Overrides:
eIsSet in class BasicEObjectImpl
Generated:
This code was automatically generated.

toString

public String toString()

Overrides:
toString in class BasicEObjectImpl
Generated:
This code was automatically generated.