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

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
                      extended by de.cau.cs.kieler.krep.editors.klp.klp.impl.BinopImpl
All Implemented Interfaces:
Binop, Instruction, Notifier, EObject, EStructuralFeature.Internal.DynamicValueHolder, InternalEObject

public class BinopImpl
extends InstructionImpl
implements Binop

An implementation of the model object 'Binop'.

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  Read arg1
          The cached value of the 'Arg1' containment reference.
protected  Read arg2
          The cached value of the 'Arg2' containment reference.
protected  Operator op
          The cached value of the 'Op' attribute.
protected static Operator OP_EDEFAULT
          The default value of the 'Op' attribute.
protected  Reg to
          The cached value of the 'To' reference.
protected  int val
          The cached value of the 'Val' attribute.
protected static int VAL_EDEFAULT
          The default value of the 'Val' attribute.
 
Fields inherited from class de.cau.cs.kieler.krep.editors.klp.klp.impl.InstructionImpl
opcode0, OPCODE0_EDEFAULT, opcode1, OPCODE1_EDEFAULT, opcode2, OPCODE2_EDEFAULT, opcode3, OPCODE3_EDEFAULT
 
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 BinopImpl()
           
 
Method Summary
 Reg basicGetTo()
           
 NotificationChain basicSetArg1(Read newArg1, NotificationChain msgs)
           
 NotificationChain basicSetArg2(Read newArg2, NotificationChain msgs)
           
 Object eGet(int featureID, boolean resolve, boolean coreType)
           
 NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
 Read getArg1()
           
 Read getArg2()
           
 Operator getOp()
           
 Reg getTo()
           
 int getVal()
           
 void setArg1(Read newArg1)
           
 void setArg2(Read newArg2)
           
 void setOp(Operator newOp)
           
 void setTo(Reg newTo)
           
 void setVal(int newVal)
           
 String toString()
           
 
Methods inherited from class de.cau.cs.kieler.krep.editors.klp.klp.impl.InstructionImpl
getOpcode0, getOpcode1, getOpcode2, getOpcode3, setOpcode0, setOpcode1, setOpcode2, setOpcode3
 
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, 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 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
 
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
 

Field Detail

OP_EDEFAULT

protected static final Operator OP_EDEFAULT
The default value of the 'Op' attribute.

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

op

protected Operator op
The cached value of the 'Op' attribute.

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

arg1

protected Read arg1
The cached value of the 'Arg1' containment reference.

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

arg2

protected Read arg2
The cached value of the 'Arg2' containment reference.

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

VAL_EDEFAULT

protected static final int VAL_EDEFAULT
The default value of the 'Val' attribute.

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

val

protected int val
The cached value of the 'Val' attribute.

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

to

protected Reg to
The cached value of the 'To' reference.

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

BinopImpl

protected BinopImpl()

Generated:
This code was automatically generated.
Method Detail

eStaticClass

protected EClass eStaticClass()

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

getOp

public Operator getOp()

Specified by:
getOp in interface Binop
Returns:
the value of the 'Op' attribute.
See Also:
Operator, Binop.setOp(Operator), KlpPackage.getBinop_Op()
Generated:
This code was automatically generated.

setOp

public void setOp(Operator newOp)

Specified by:
setOp in interface Binop
Parameters:
newOp - the new value of the 'Op' attribute.
See Also:
Operator, Binop.getOp()
Generated:
This code was automatically generated.

getTo

public Reg getTo()

Specified by:
getTo in interface Binop
Returns:
the value of the 'To' reference.
See Also:
Binop.setTo(Reg), KlpPackage.getBinop_To()
Generated:
This code was automatically generated.

basicGetTo

public Reg basicGetTo()

Generated:
This code was automatically generated.

setTo

public void setTo(Reg newTo)

Specified by:
setTo in interface Binop
Parameters:
newTo - the new value of the 'To' reference.
See Also:
Binop.getTo()
Generated:
This code was automatically generated.

getArg1

public Read getArg1()

Specified by:
getArg1 in interface Binop
Returns:
the value of the 'Arg1' containment reference.
See Also:
Binop.setArg1(Read), KlpPackage.getBinop_Arg1()
Generated:
This code was automatically generated.

basicSetArg1

public NotificationChain basicSetArg1(Read newArg1,
                                      NotificationChain msgs)

Generated:
This code was automatically generated.

setArg1

public void setArg1(Read newArg1)

Specified by:
setArg1 in interface Binop
Parameters:
newArg1 - the new value of the 'Arg1' containment reference.
See Also:
Binop.getArg1()
Generated:
This code was automatically generated.

getArg2

public Read getArg2()

Specified by:
getArg2 in interface Binop
Returns:
the value of the 'Arg2' containment reference.
See Also:
Binop.setArg2(Read), KlpPackage.getBinop_Arg2()
Generated:
This code was automatically generated.

basicSetArg2

public NotificationChain basicSetArg2(Read newArg2,
                                      NotificationChain msgs)

Generated:
This code was automatically generated.

setArg2

public void setArg2(Read newArg2)

Specified by:
setArg2 in interface Binop
Parameters:
newArg2 - the new value of the 'Arg2' containment reference.
See Also:
Binop.getArg2()
Generated:
This code was automatically generated.

getVal

public int getVal()

Specified by:
getVal in interface Binop
Returns:
the value of the 'Val' attribute.
See Also:
Binop.setVal(int), KlpPackage.getBinop_Val()
Generated:
This code was automatically generated.

setVal

public void setVal(int newVal)

Specified by:
setVal in interface Binop
Parameters:
newVal - the new value of the 'Val' attribute.
See Also:
Binop.getVal()
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.