ujf.verimag.bip.cmodel.impl
Class CFunctionCallImpl

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.CFunctionCallImpl
All Implemented Interfaces:
CBodyItem, CCall, CExpression, CFunctionCall, CStm, CTypedElement

public class CFunctionCallImpl
extends CCallImpl
implements CFunctionCall

An implementation of the model object 'CFunction Call'.

The following features are implemented:


Field Summary
protected static java.lang.String FUNCTION_NAME_EDEFAULT
          The default value of the 'Function Name' attribute.
protected  java.lang.String functionName
          The cached value of the 'Function Name' 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 CFunctionCallImpl()
           
 
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 getFunctionName()
           
 java.lang.String getType()
           
 void setFunctionName(java.lang.String newFunctionName)
           
 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()

FUNCTION_NAME_EDEFAULT

protected static final java.lang.String FUNCTION_NAME_EDEFAULT
The default value of the 'Function Name' attribute.

See Also:
getFunctionName()

functionName

protected java.lang.String functionName
The cached value of the 'Function Name' attribute.

See Also:
getFunctionName()
Constructor Detail

CFunctionCallImpl

protected CFunctionCallImpl()

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()

getFunctionName

public java.lang.String getFunctionName()

Specified by:
getFunctionName in interface CFunctionCall
Returns:
the value of the 'Function Name' attribute.
See Also:
CFunctionCall.setFunctionName(String), CmodelPackage.getCFunctionCall_FunctionName()

setFunctionName

public void setFunctionName(java.lang.String newFunctionName)

Specified by:
setFunctionName in interface CFunctionCall
Parameters:
newFunctionName - the new value of the 'Function Name' attribute.
See Also:
CFunctionCall.getFunctionName()

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()