ujf.verimag.bip.cmodel.impl
Class CConstructorImpl

java.lang.Object
  extended by EObjectImpl
      extended by ujf.verimag.bip.cmodel.impl.CItemImpl
          extended by ujf.verimag.bip.cmodel.impl.CCallableImpl
              extended by ujf.verimag.bip.cmodel.impl.CConstructorImpl
All Implemented Interfaces:
CBlock, CCallable, CConstructor, CItem, CTypedElement

public class CConstructorImpl
extends CCallableImpl
implements CConstructor

An implementation of the model object 'CConstructor'.

The following features are implemented:


Field Summary
protected  EList init
          The cached value of the 'Init' containment reference list.
 
Fields inherited from class ujf.verimag.bip.cmodel.impl.CCallableImpl
argument, BODY_IN_DECL_EDEFAULT, bodyInDecl, content, qualifier, QUALIFIER_EDEFAULT, specifier, SPECIFIER_EDEFAULT, type, TYPE_EDEFAULT
 
Fields inherited from class ujf.verimag.bip.cmodel.impl.CItemImpl
visibility, VISIBILITY_EDEFAULT
 
Constructor Summary
protected CConstructorImpl()
           
 
Method Summary
 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)
           
 EList getInit()
           
 
Methods inherited from class ujf.verimag.bip.cmodel.impl.CCallableImpl
eBaseStructuralFeatureID, eDerivedStructuralFeatureID, getArgument, getContent, getQualifier, getSpecifier, getType, isBodyInDecl, setBodyInDecl, setQualifier, setSpecifier, setType, toString
 
Methods inherited from class ujf.verimag.bip.cmodel.impl.CItemImpl
getVisibility, setVisibility
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface ujf.verimag.bip.cmodel.CCallable
getArgument, getQualifier, getSpecifier, isBodyInDecl, setBodyInDecl, setQualifier, setSpecifier
 
Methods inherited from interface ujf.verimag.bip.cmodel.CItem
getVisibility, setVisibility
 
Methods inherited from interface ujf.verimag.bip.cmodel.CTypedElement
getType, setType
 
Methods inherited from interface ujf.verimag.bip.cmodel.CBlock
getContent
 

Field Detail

init

protected EList init
The cached value of the 'Init' containment reference list.

See Also:
getInit()
Constructor Detail

CConstructorImpl

protected CConstructorImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class CCallableImpl

getInit

public EList getInit()

Specified by:
getInit in interface CConstructor
Returns:
the value of the 'Init' containment reference list.
See Also:
CmodelPackage.getCConstructor_Init()

eInverseRemove

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

Overrides:
eInverseRemove in class CCallableImpl

eGet

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

Overrides:
eGet in class CCallableImpl

eSet

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

Overrides:
eSet in class CCallableImpl

eUnset

public void eUnset(int featureID)

Overrides:
eUnset in class CCallableImpl

eIsSet

public boolean eIsSet(int featureID)

Overrides:
eIsSet in class CCallableImpl