ujf.verimag.bip.cmodel.impl
Class CCreatorImpl

java.lang.Object
  extended by EObjectImpl
      extended by ujf.verimag.bip.cmodel.impl.CBodyItemImpl
          extended by ujf.verimag.bip.cmodel.impl.CStmImpl
              extended by ujf.verimag.bip.cmodel.impl.CExpressionImpl
                  extended by ujf.verimag.bip.cmodel.impl.CCallImpl
                      extended by ujf.verimag.bip.cmodel.impl.CCreatorImpl
All Implemented Interfaces:
CBodyItem, CCall, CCreator, CExpression, CStm, CTypedElement

public class CCreatorImpl
extends CCallImpl
implements CCreator

An implementation of the model object 'CCreator'.

The following features are implemented:


Field Summary
protected static boolean ARRAY_ALLOCATOR_EDEFAULT
          The default value of the 'Array Allocator' attribute.
protected  boolean arrayAllocator
          The cached value of the 'Array Allocator' attribute.
protected  java.lang.String type
          The cached value of the 'Type' attribute.
protected static java.lang.String TYPE_EDEFAULT
          The default value of the 'Type' attribute.
 
Fields inherited from class ujf.verimag.bip.cmodel.impl.CCallImpl
argument
 
Constructor Summary
protected CCreatorImpl()
           
 
Method Summary
 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)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
 java.lang.String getType()
           
 boolean isArrayAllocator()
           
 void setArrayAllocator(boolean newArrayAllocator)
           
 void setType(java.lang.String newType)
           
 java.lang.String toString()
           
 
Methods inherited from class ujf.verimag.bip.cmodel.impl.CCallImpl
eInverseRemove, getArgument
 
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.CCall
getArgument
 

Field Detail

TYPE_EDEFAULT

protected static final java.lang.String TYPE_EDEFAULT
The default value of the 'Type' attribute.

See Also:
getType()

type

protected java.lang.String type
The cached value of the 'Type' attribute.

See Also:
getType()

ARRAY_ALLOCATOR_EDEFAULT

protected static final boolean ARRAY_ALLOCATOR_EDEFAULT
The default value of the 'Array Allocator' attribute.

See Also:
isArrayAllocator(), Constant Field Values

arrayAllocator

protected boolean arrayAllocator
The cached value of the 'Array Allocator' attribute.

See Also:
isArrayAllocator()
Constructor Detail

CCreatorImpl

protected CCreatorImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class CCallImpl

getType

public java.lang.String getType()

Specified by:
getType in interface CTypedElement
Returns:
the value of the 'Type' attribute.
See Also:
CTypedElement.setType(String), CmodelPackage.getCTypedElement_Type()

setType

public void setType(java.lang.String newType)

Specified by:
setType in interface CTypedElement
Parameters:
newType - the new value of the 'Type' attribute.
See Also:
CTypedElement.getType()

isArrayAllocator

public boolean isArrayAllocator()

Specified by:
isArrayAllocator in interface CCreator
Returns:
the value of the 'Array Allocator' attribute.
See Also:
CCreator.setArrayAllocator(boolean), CmodelPackage.getCCreator_ArrayAllocator()

setArrayAllocator

public void setArrayAllocator(boolean newArrayAllocator)

Specified by:
setArrayAllocator in interface CCreator
Parameters:
newArrayAllocator - the new value of the 'Array Allocator' attribute.
See Also:
CCreator.isArrayAllocator()

eGet

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

Overrides:
eGet in class CCallImpl

eSet

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

Overrides:
eSet in class CCallImpl

eUnset

public void eUnset(int featureID)

Overrides:
eUnset in class CCallImpl

eIsSet

public boolean eIsSet(int featureID)

Overrides:
eIsSet in class CCallImpl

eBaseStructuralFeatureID

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


eDerivedStructuralFeatureID

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


toString

public java.lang.String toString()