ujf.verimag.bip.cmodel.impl
Class CWhileStmImpl

java.lang.Object
  extended by EObjectImpl
      extended by ujf.verimag.bip.cmodel.impl.CBlockImpl
          extended by ujf.verimag.bip.cmodel.impl.CWhileStmImpl
All Implemented Interfaces:
CBlock, CBodyItem, CConditionalStm, CStm, CWhileStm

public class CWhileStmImpl
extends CBlockImpl
implements CWhileStm

An implementation of the model object 'CWhile Stm'.

The following features are implemented:


Field Summary
protected  CExpression condition
          The cached value of the 'Condition' containment reference.
 
Fields inherited from class ujf.verimag.bip.cmodel.impl.CBlockImpl
content
 
Constructor Summary
protected CWhileStmImpl()
           
 
Method Summary
 NotificationChain basicSetCondition(CExpression newCondition, NotificationChain msgs)
           
 int eBaseStructuralFeatureID(int derivedFeatureID, java.lang.Class baseClass)
           
 int eDerivedStructuralFeatureID(int baseFeatureID, java.lang.Class baseClass)
           
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
 CExpression getCondition()
           
 void setCondition(CExpression newCondition)
           
 
Methods inherited from class ujf.verimag.bip.cmodel.impl.CBlockImpl
getContent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ujf.verimag.bip.cmodel.CBlock
getContent
 

Field Detail

condition

protected CExpression condition
The cached value of the 'Condition' containment reference.

See Also:
getCondition()
Constructor Detail

CWhileStmImpl

protected CWhileStmImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class CBlockImpl

getCondition

public CExpression getCondition()

Specified by:
getCondition in interface CConditionalStm
Returns:
the value of the 'Condition' containment reference.
See Also:
CConditionalStm.setCondition(CExpression), CmodelPackage.getCConditionalStm_Condition()

basicSetCondition

public NotificationChain basicSetCondition(CExpression newCondition,
                                           NotificationChain msgs)


setCondition

public void setCondition(CExpression newCondition)

Specified by:
setCondition in interface CConditionalStm
Parameters:
newCondition - the new value of the 'Condition' containment reference.
See Also:
CConditionalStm.getCondition()

eInverseRemove

public NotificationChain eInverseRemove(InternalEObject otherEnd,
                                        int featureID,
                                        NotificationChain msgs)

Overrides:
eInverseRemove in class CBlockImpl

eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)

Overrides:
eGet in class CBlockImpl

eSet

public void eSet(int featureID,
                 java.lang.Object newValue)

Overrides:
eSet in class CBlockImpl

eUnset

public void eUnset(int featureID)

Overrides:
eUnset in class CBlockImpl

eIsSet

public boolean eIsSet(int featureID)

Overrides:
eIsSet in class CBlockImpl

eBaseStructuralFeatureID

public int eBaseStructuralFeatureID(int derivedFeatureID,
                                    java.lang.Class baseClass)


eDerivedStructuralFeatureID

public int eDerivedStructuralFeatureID(int baseFeatureID,
                                       java.lang.Class baseClass)