ujf.verimag.bip.cmodel
Interface CmodelPackage

All Known Implementing Classes:
CmodelPackageImpl

public interface CmodelPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
CmodelFactory

Nested Class Summary
static interface CmodelPackage.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Field Summary
static int CARGUMENT
          The meta object id for the 'CArgument' class.
static int CARGUMENT__NAME
          The feature id for the 'Name' attribute.
static int CARGUMENT__TYPE
          The feature id for the 'Type' attribute.
static int CARGUMENT_FEATURE_COUNT
          The number of structural features of the 'CArgument' class.
static int CASSIGN_STM
          The meta object id for the 'CAssign Stm' class.
static int CASSIGN_STM__SOURCE
          The feature id for the 'Source' containment reference.
static int CASSIGN_STM__TARGET
          The feature id for the 'Target' containment reference.
static int CASSIGN_STM_FEATURE_COUNT
          The number of structural features of the 'CAssign Stm' class.
static int CBLOCK
          The meta object id for the 'CBlock' class.
static int CBLOCK__CONTENT
          The feature id for the 'Content' containment reference list.
static int CBLOCK_FEATURE_COUNT
          The number of structural features of the 'CBlock' class.
static int CBLOCK_STM
          The meta object id for the 'CBlock Stm' class.
static int CBLOCK_STM__CONTENT
          The feature id for the 'Content' containment reference list.
static int CBLOCK_STM_FEATURE_COUNT
          The number of structural features of the 'CBlock Stm' class.
static int CBODY_ITEM
          The meta object id for the 'CBody Item' class.
static int CBODY_ITEM_FEATURE_COUNT
          The number of structural features of the 'CBody Item' class.
static int CCALL
          The meta object id for the 'CCall' class.
static int CCALL__ARGUMENT
          The feature id for the 'Argument' containment reference list.
static int CCALL_FEATURE_COUNT
          The number of structural features of the 'CCall' class.
static int CCALLABLE
          The meta object id for the 'CCallable' class.
static int CCALLABLE__ARGUMENT
          The feature id for the 'Argument' containment reference list.
static int CCALLABLE__BODY_IN_DECL
          The feature id for the 'Body In Decl' attribute.
static int CCALLABLE__CONTENT
          The feature id for the 'Content' containment reference list.
static int CCALLABLE__QUALIFIER
          The feature id for the 'Qualifier' attribute.
static int CCALLABLE__SPECIFIER
          The feature id for the 'Specifier' attribute.
static int CCALLABLE__TYPE
          The feature id for the 'Type' attribute.
static int CCALLABLE__VISIBILITY
          The feature id for the 'Visibility' attribute.
static int CCALLABLE_FEATURE_COUNT
          The number of structural features of the 'CCallable' class.
static int CCASE_ITEM
          The meta object id for the 'CCase Item' class.
static int CCASE_ITEM__CASE_VALUE
          The feature id for the 'Case Value' attribute.
static int CCASE_ITEM__CONTENT
          The feature id for the 'Content' containment reference list.
static int CCASE_ITEM_FEATURE_COUNT
          The number of structural features of the 'CCase Item' class.
static int CCLASS
          The meta object id for the 'CClass' class.
static int CCLASS__CONTENT
          The feature id for the 'Content' containment reference list.
static int CCLASS__NAME
          The feature id for the 'Name' attribute.
static int CCLASS__SUPER_CLASSES
          The feature id for the 'Super Classes' attribute list.
static int CCLASS__TYPE
          The feature id for the 'Type' attribute.
static int CCLASS__VISIBILITY
          The feature id for the 'Visibility' attribute.
static int CCLASS_FEATURE_COUNT
          The number of structural features of the 'CClass' class.
static int CCONDITIONAL_EXPRESSION
          The meta object id for the 'CConditional Expression' class.
static int CCONDITIONAL_EXPRESSION__CONDITION
          The feature id for the 'Condition' containment reference.
static int CCONDITIONAL_EXPRESSION__FALSE_CASE
          The feature id for the 'False Case' containment reference.
static int CCONDITIONAL_EXPRESSION__TRUE_CASE
          The feature id for the 'True Case' containment reference.
static int CCONDITIONAL_EXPRESSION_FEATURE_COUNT
          The number of structural features of the 'CConditional Expression' class.
static int CCONDITIONAL_STM
          The meta object id for the 'CConditional Stm' class.
static int CCONDITIONAL_STM__CONDITION
          The feature id for the 'Condition' containment reference.
static int CCONDITIONAL_STM_FEATURE_COUNT
          The number of structural features of the 'CConditional Stm' class.
static int CCONSTRUCTOR
          The meta object id for the 'CConstructor' class.
static int CCONSTRUCTOR__ARGUMENT
          The feature id for the 'Argument' containment reference list.
static int CCONSTRUCTOR__BODY_IN_DECL
          The feature id for the 'Body In Decl' attribute.
static int CCONSTRUCTOR__CONTENT
          The feature id for the 'Content' containment reference list.
static int CCONSTRUCTOR__INIT
          The feature id for the 'Init' containment reference list.
static int CCONSTRUCTOR__QUALIFIER
          The feature id for the 'Qualifier' attribute.
static int CCONSTRUCTOR__SPECIFIER
          The feature id for the 'Specifier' attribute.
static int CCONSTRUCTOR__TYPE
          The feature id for the 'Type' attribute.
static int CCONSTRUCTOR__VISIBILITY
          The feature id for the 'Visibility' attribute.
static int CCONSTRUCTOR_FEATURE_COUNT
          The number of structural features of the 'CConstructor' class.
static int CCREATOR
          The meta object id for the 'CCreator' class.
static int CCREATOR__ARGUMENT
          The feature id for the 'Argument' containment reference list.
static int CCREATOR__ARRAY_ALLOCATOR
          The feature id for the 'Array Allocator' attribute.
static int CCREATOR__TYPE
          The feature id for the 'Type' attribute.
static int CCREATOR_FEATURE_COUNT
          The number of structural features of the 'CCreator' class.
static int CDATA
          The meta object id for the 'CData' class.
static int CDATA__INITIAL_VALUE
          The feature id for the 'Initial Value' containment reference.
static int CDATA__NAME
          The feature id for the 'Name' attribute.
static int CDATA__TYPE
          The feature id for the 'Type' attribute.
static int CDATA__VISIBILITY
          The feature id for the 'Visibility' attribute.
static int CDATA_FEATURE_COUNT
          The number of structural features of the 'CData' class.
static int CENUM_TYPE
          The meta object id for the 'CEnum Type' class.
static int CENUM_TYPE__ENUMERATION
          The feature id for the 'Enumeration' containment reference list.
static int CENUM_TYPE__TYPE
          The feature id for the 'Type' attribute.
static int CENUM_TYPE__VISIBILITY
          The feature id for the 'Visibility' attribute.
static int CENUM_TYPE_FEATURE_COUNT
          The number of structural features of the 'CEnum Type' class.
static int CEXPRESSION
          The meta object id for the 'CExpression' class.
static int CEXPRESSION_FEATURE_COUNT
          The number of structural features of the 'CExpression' class.
static int CFOR
          The meta object id for the 'CFor' class.
static int CFOR__CODITION
          The feature id for the 'Codition' containment reference.
static int CFOR__CONTENT
          The feature id for the 'Content' containment reference list.
static int CFOR__INITIALIZATION
          The feature id for the 'Initialization' containment reference.
static int CFOR__ITERATION
          The feature id for the 'Iteration' reference.
static int CFOR_FEATURE_COUNT
          The number of structural features of the 'CFor' class.
static int CFUNCTION
          The meta object id for the 'CFunction' class.
static int CFUNCTION__ARGUMENT
          The feature id for the 'Argument' containment reference list.
static int CFUNCTION__BODY_IN_DECL
          The feature id for the 'Body In Decl' attribute.
static int CFUNCTION__CONTENT
          The feature id for the 'Content' containment reference list.
static int CFUNCTION__NAME
          The feature id for the 'Name' attribute.
static int CFUNCTION__QUALIFIER
          The feature id for the 'Qualifier' attribute.
static int CFUNCTION__SPECIFIER
          The feature id for the 'Specifier' attribute.
static int CFUNCTION__TYPE
          The feature id for the 'Type' attribute.
static int CFUNCTION__VISIBILITY
          The feature id for the 'Visibility' attribute.
static int CFUNCTION_CALL
          The meta object id for the 'CFunction Call' class.
static int CFUNCTION_CALL__ARGUMENT
          The feature id for the 'Argument' containment reference list.
static int CFUNCTION_CALL__FUNCTION_NAME
          The feature id for the 'Function Name' attribute.
static int CFUNCTION_CALL__TYPE
          The feature id for the 'Type' attribute.
static int CFUNCTION_CALL_FEATURE_COUNT
          The number of structural features of the 'CFunction Call' class.
static int CFUNCTION_FEATURE_COUNT
          The number of structural features of the 'CFunction' class.
static int CHEADER_TEXT
          The meta object id for the 'CHeader Text' class.
static int CHEADER_TEXT__CCODE
          The feature id for the 'CCode' attribute.
static int CHEADER_TEXT__VISIBILITY
          The feature id for the 'Visibility' attribute.
static int CHEADER_TEXT_FEATURE_COUNT
          The number of structural features of the 'CHeader Text' class.
static int CHIERARCHY
          The meta object id for the 'CHierarchy' class.
static int CHIERARCHY__FIELD
          The feature id for the 'Field' containment reference.
static int CHIERARCHY__PREFIX
          The feature id for the 'Prefix' containment reference.
static int CHIERARCHY_FEATURE_COUNT
          The number of structural features of the 'CHierarchy' class.
static int CIF_STM
          The meta object id for the 'CIf Stm' class.
static int CIF_STM__CONDITION
          The feature id for the 'Condition' containment reference.
static int CIF_STM__ELSE_CASE
          The feature id for the 'Else Case' containment reference.
static int CIF_STM__IF_CASE
          The feature id for the 'If Case' containment reference.
static int CIF_STM_FEATURE_COUNT
          The number of structural features of the 'CIf Stm' class.
static int CINCLUDE
          The meta object id for the 'CInclude' class.
static int CINCLUDE__FILE_NAME
          The feature id for the 'File Name' attribute.
static int CINCLUDE_FEATURE_COUNT
          The number of structural features of the 'CInclude' class.
static int CINDEXED
          The meta object id for the 'CIndexed' class.
static int CINDEXED__INDEX
          The feature id for the 'Index' containment reference.
static int CINDEXED__PREFIX
          The feature id for the 'Prefix' containment reference.
static int CINDEXED_FEATURE_COUNT
          The number of structural features of the 'CIndexed' class.
static int CINIT_PARAMETER
          The meta object id for the 'CInit Parameter' class.
static int CINIT_PARAMETER__FIELD_NAME
          The feature id for the 'Field Name' attribute.
static int CINIT_PARAMETER__VALUE
          The feature id for the 'Value' containment reference.
static int CINIT_PARAMETER_FEATURE_COUNT
          The number of structural features of the 'CInit Parameter' class.
static int CINITIALIZATION
          The meta object id for the 'CInitialization' class.
static int CINITIALIZATION__FIELD
          The feature id for the 'Field' attribute.
static int CINITIALIZATION__PARAMETER
          The feature id for the 'Parameter' containment reference list.
static int CINITIALIZATION_FEATURE_COUNT
          The number of structural features of the 'CInitialization' class.
static int CITEM
          The meta object id for the 'CItem' class.
static int CITEM__VISIBILITY
          The feature id for the 'Visibility' attribute.
static int CITEM_FEATURE_COUNT
          The number of structural features of the 'CItem' class.
static int CJUMP
          The meta object id for the 'CJump' class.
static int CJUMP__TYPE
          The feature id for the 'Type' attribute.
static int CJUMP_FEATURE_COUNT
          The number of structural features of the 'CJump' class.
static int CLITERAL
          The meta object id for the 'CLiteral' class.
static int CLITERAL__VALUE
          The feature id for the 'Value' attribute.
static int CLITERAL_FEATURE_COUNT
          The number of structural features of the 'CLiteral' class.
static int CMODULE
          The meta object id for the 'CModule' class.
static int CMODULE__CIMPORT
          The feature id for the 'CImport' containment reference list.
static int CMODULE__CONTENT
          The feature id for the 'Content' containment reference list.
static int CMODULE__NAMESPACE
          The feature id for the 'Namespace' attribute.
static int CMODULE_FEATURE_COUNT
          The number of structural features of the 'CModule' class.
static int CNAVIGATION
          The meta object id for the 'CNavigation' class.
static int CNAVIGATION__PREFIX
          The feature id for the 'Prefix' containment reference.
static int CNAVIGATION_FEATURE_COUNT
          The number of structural features of the 'CNavigation' class.
static int COPERATION
          The meta object id for the 'COperation' class.
static int COPERATION__LEFT_OPERAND
          The feature id for the 'Left Operand' containment reference.
static int COPERATION__OPERATOR
          The feature id for the 'Operator' attribute.
static int COPERATION__RIGHT_OPERAND
          The feature id for the 'Right Operand' containment reference.
static int COPERATION_FEATURE_COUNT
          The number of structural features of the 'COperation' class.
static int CPOINTED
          The meta object id for the 'CPointed' class.
static int CPOINTED__FIELD
          The feature id for the 'Field' containment reference.
static int CPOINTED__PREFIX
          The feature id for the 'Prefix' containment reference.
static int CPOINTED_FEATURE_COUNT
          The number of structural features of the 'CPointed' class.
static int CRETURN
          The meta object id for the 'CReturn' class.
static int CRETURN__RETURN_EXPRESSION
          The feature id for the 'Return Expression' containment reference.
static int CRETURN_FEATURE_COUNT
          The number of structural features of the 'CReturn' class.
static int CSIMPLE_NAME
          The meta object id for the 'CSimple Name' class.
static int CSIMPLE_NAME__NAME
          The feature id for the 'Name' attribute.
static int CSIMPLE_NAME_FEATURE_COUNT
          The number of structural features of the 'CSimple Name' class.
static int CSTM
          The meta object id for the 'CStm' class.
static int CSTM_FEATURE_COUNT
          The number of structural features of the 'CStm' class.
static int CSTRUCTURED
          The meta object id for the 'CStructured' class.
static int CSTRUCTURED__FIELD
          The feature id for the 'Field' containment reference.
static int CSTRUCTURED__PREFIX
          The feature id for the 'Prefix' containment reference.
static int CSTRUCTURED_FEATURE_COUNT
          The number of structural features of the 'CStructured' class.
static int CSWITCH_STM
          The meta object id for the 'CSwitch Stm' class.
static int CSWITCH_STM__CASE_ACTION
          The feature id for the 'Case Action' containment reference list.
static int CSWITCH_STM__SELECTOR
          The feature id for the 'Selector' attribute.
static int CSWITCH_STM_FEATURE_COUNT
          The number of structural features of the 'CSwitch Stm' class.
static int CTEXT
          The meta object id for the 'CText' class.
static int CTEXT__CCODE
          The feature id for the 'CCode' attribute.
static int CTEXT__IN_BODY_FILE
          The feature id for the 'In Body File' attribute.
static int CTEXT__PRAGMA
          The feature id for the 'Pragma' attribute.
static int CTEXT__VISIBILITY
          The feature id for the 'Visibility' attribute.
static int CTEXT_FEATURE_COUNT
          The number of structural features of the 'CText' class.
static int CTYPE_CONVERTION
          The meta object id for the 'CType Convertion' class.
static int CTYPE_CONVERTION__CONVERTED_EXPRESSION
          The feature id for the 'Converted Expression' containment reference.
static int CTYPE_CONVERTION__TYPE
          The feature id for the 'Type' attribute.
static int CTYPE_CONVERTION_FEATURE_COUNT
          The number of structural features of the 'CType Convertion' class.
static int CTYPED_ELEMENT
          The meta object id for the 'CTyped Element' class.
static int CTYPED_ELEMENT__TYPE
          The feature id for the 'Type' attribute.
static int CTYPED_ELEMENT_FEATURE_COUNT
          The number of structural features of the 'CTyped Element' class.
static int CWHILE_STM
          The meta object id for the 'CWhile Stm' class.
static int CWHILE_STM__CONDITION
          The feature id for the 'Condition' containment reference.
static int CWHILE_STM__CONTENT
          The feature id for the 'Content' containment reference list.
static int CWHILE_STM_FEATURE_COUNT
          The number of structural features of the 'CWhile Stm' class.
static CmodelPackage eINSTANCE
          The singleton instance of the package.
static java.lang.String eNAME
          The package name.
static java.lang.String eNS_PREFIX
          The package namespace name.
static java.lang.String eNS_URI
          The package namespace URI.
static int JUMP_TYPE
          The meta object id for the 'Jump Type' enum.
 
Method Summary
 EAttribute getCArgument_Name()
          Returns the meta object for the attribute 'Name'.
 EClass getCArgument()
          Returns the meta object for class 'CArgument'.
 EReference getCAssignStm_Source()
          Returns the meta object for the containment reference 'Source'.
 EReference getCAssignStm_Target()
          Returns the meta object for the containment reference 'Target'.
 EClass getCAssignStm()
          Returns the meta object for class 'CAssign Stm'.
 EReference getCBlock_Content()
          Returns the meta object for the containment reference list 'Content'.
 EClass getCBlock()
          Returns the meta object for class 'CBlock'.
 EClass getCBlockStm()
          Returns the meta object for class 'CBlock Stm'.
 EClass getCBodyItem()
          Returns the meta object for class 'CBody Item'.
 EReference getCCall_Argument()
          Returns the meta object for the containment reference list 'Argument'.
 EClass getCCall()
          Returns the meta object for class 'CCall'.
 EReference getCCallable_Argument()
          Returns the meta object for the containment reference list 'Argument'.
 EAttribute getCCallable_BodyInDecl()
          Returns the meta object for the attribute 'Body In Decl'.
 EAttribute getCCallable_Qualifier()
          Returns the meta object for the attribute 'Qualifier'.
 EAttribute getCCallable_Specifier()
          Returns the meta object for the attribute 'Specifier'.
 EClass getCCallable()
          Returns the meta object for class 'CCallable'.
 EAttribute getCCaseItem_CaseValue()
          Returns the meta object for the attribute 'Case Value'.
 EClass getCCaseItem()
          Returns the meta object for class 'CCase Item'.
 EReference getCClass_Content()
          Returns the meta object for the containment reference list 'Content'.
 EAttribute getCClass_Name()
          Returns the meta object for the attribute 'Name'.
 EAttribute getCClass_SuperClasses()
          Returns the meta object for the attribute list 'Super Classes'.
 EClass getCClass()
          Returns the meta object for class 'CClass'.
 EReference getCConditionalExpression_FalseCase()
          Returns the meta object for the containment reference 'False Case'.
 EReference getCConditionalExpression_TrueCase()
          Returns the meta object for the containment reference 'True Case'.
 EClass getCConditionalExpression()
          Returns the meta object for class 'CConditional Expression'.
 EReference getCConditionalStm_Condition()
          Returns the meta object for the containment reference 'Condition'.
 EClass getCConditionalStm()
          Returns the meta object for class 'CConditional Stm'.
 EReference getCConstructor_Init()
          Returns the meta object for the containment reference list 'Init'.
 EClass getCConstructor()
          Returns the meta object for class 'CConstructor'.
 EAttribute getCCreator_ArrayAllocator()
          Returns the meta object for the attribute 'Array Allocator'.
 EClass getCCreator()
          Returns the meta object for class 'CCreator'.
 EReference getCData_InitialValue()
          Returns the meta object for the containment reference 'Initial Value'.
 EAttribute getCData_Name()
          Returns the meta object for the attribute 'Name'.
 EClass getCData()
          Returns the meta object for class 'CData'.
 EReference getCEnumType_Enumeration()
          Returns the meta object for the containment reference list 'Enumeration'.
 EClass getCEnumType()
          Returns the meta object for class 'CEnum Type'.
 EClass getCExpression()
          Returns the meta object for class 'CExpression'.
 EReference getCFor_Codition()
          Returns the meta object for the containment reference 'Codition'.
 EReference getCFor_Initialization()
          Returns the meta object for the containment reference 'Initialization'.
 EReference getCFor_Iteration()
          Returns the meta object for the reference 'Iteration'.
 EClass getCFor()
          Returns the meta object for class 'CFor'.
 EAttribute getCFunction_Name()
          Returns the meta object for the attribute 'Name'.
 EClass getCFunction()
          Returns the meta object for class 'CFunction'.
 EAttribute getCFunctionCall_FunctionName()
          Returns the meta object for the attribute 'Function Name'.
 EClass getCFunctionCall()
          Returns the meta object for class 'CFunction Call'.
 EAttribute getCHeaderText_CCode()
          Returns the meta object for the attribute 'CCode'.
 EClass getCHeaderText()
          Returns the meta object for class 'CHeader Text'.
 EReference getCHierarchy_Field()
          Returns the meta object for the containment reference 'Field'.
 EClass getCHierarchy()
          Returns the meta object for class 'CHierarchy'.
 EReference getCIfStm_ElseCase()
          Returns the meta object for the containment reference 'Else Case'.
 EReference getCIfStm_IfCase()
          Returns the meta object for the containment reference 'If Case'.
 EClass getCIfStm()
          Returns the meta object for class 'CIf Stm'.
 EAttribute getCInclude_FileName()
          Returns the meta object for the attribute 'File Name'.
 EClass getCInclude()
          Returns the meta object for class 'CInclude'.
 EReference getCIndexed_Index()
          Returns the meta object for the containment reference 'Index'.
 EClass getCIndexed()
          Returns the meta object for class 'CIndexed'.
 EAttribute getCInitialization_Field()
          Returns the meta object for the attribute 'Field'.
 EReference getCInitialization_Parameter()
          Returns the meta object for the containment reference list 'Parameter'.
 EClass getCInitialization()
          Returns the meta object for class 'CInitialization'.
 EAttribute getCInitParameter_FieldName()
          Returns the meta object for the attribute 'Field Name'.
 EReference getCInitParameter_Value()
          Returns the meta object for the containment reference 'Value'.
 EClass getCInitParameter()
          Returns the meta object for class 'CInit Parameter'.
 EAttribute getCItem_Visibility()
          Returns the meta object for the attribute 'Visibility'.
 EClass getCItem()
          Returns the meta object for class 'CItem'.
 EAttribute getCJump_Type()
          Returns the meta object for the attribute 'Type'.
 EClass getCJump()
          Returns the meta object for class 'CJump'.
 EAttribute getCLiteral_Value()
          Returns the meta object for the attribute 'Value'.
 EClass getCLiteral()
          Returns the meta object for class 'CLiteral'.
 CmodelFactory getCmodelFactory()
          Returns the factory that creates the instances of the model.
 EReference getCModule_CImport()
          Returns the meta object for the containment reference list 'CImport'.
 EReference getCModule_Content()
          Returns the meta object for the containment reference list 'Content'.
 EAttribute getCModule_Namespace()
          Returns the meta object for the attribute 'Namespace'.
 EClass getCModule()
          Returns the meta object for class 'CModule'.
 EReference getCNavigation_Prefix()
          Returns the meta object for the containment reference 'Prefix'.
 EClass getCNavigation()
          Returns the meta object for class 'CNavigation'.
 EReference getCOperation_LeftOperand()
          Returns the meta object for the containment reference 'Left Operand'.
 EAttribute getCOperation_Operator()
          Returns the meta object for the attribute 'Operator'.
 EReference getCOperation_RightOperand()
          Returns the meta object for the containment reference 'Right Operand'.
 EClass getCOperation()
          Returns the meta object for class 'COperation'.
 EClass getCPointed()
          Returns the meta object for class 'CPointed'.
 EReference getCReturn_ReturnExpression()
          Returns the meta object for the containment reference 'Return Expression'.
 EClass getCReturn()
          Returns the meta object for class 'CReturn'.
 EAttribute getCSimpleName_Name()
          Returns the meta object for the attribute 'Name'.
 EClass getCSimpleName()
          Returns the meta object for class 'CSimple Name'.
 EClass getCStm()
          Returns the meta object for class 'CStm'.
 EClass getCStructured()
          Returns the meta object for class 'CStructured'.
 EReference getCSwitchStm_CaseAction()
          Returns the meta object for the containment reference list 'Case Action'.
 EAttribute getCSwitchStm_Selector()
          Returns the meta object for the attribute 'Selector'.
 EClass getCSwitchStm()
          Returns the meta object for class 'CSwitch Stm'.
 EAttribute getCText_CCode()
          Returns the meta object for the attribute 'CCode'.
 EAttribute getCText_InBodyFile()
          Returns the meta object for the attribute 'In Body File'.
 EAttribute getCText_Pragma()
          Returns the meta object for the attribute 'Pragma'.
 EClass getCText()
          Returns the meta object for class 'CText'.
 EReference getCTypeConvertion_ConvertedExpression()
          Returns the meta object for the containment reference 'Converted Expression'.
 EClass getCTypeConvertion()
          Returns the meta object for class 'CType Convertion'.
 EAttribute getCTypedElement_Type()
          Returns the meta object for the attribute 'Type'.
 EClass getCTypedElement()
          Returns the meta object for class 'CTyped Element'.
 EClass getCWhileStm()
          Returns the meta object for class 'CWhile Stm'.
 EEnum getJumpType()
          Returns the meta object for enum 'Jump Type'.
 

Field Detail

eNAME

static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

static final CmodelPackage eINSTANCE
The singleton instance of the package.


CBODY_ITEM

static final int CBODY_ITEM
The meta object id for the 'CBody Item' class.

See Also:
CBodyItemImpl, CmodelPackageImpl.getCBodyItem(), Constant Field Values

CBODY_ITEM_FEATURE_COUNT

static final int CBODY_ITEM_FEATURE_COUNT
The number of structural features of the 'CBody Item' class.

See Also:
Constant Field Values

CSTM

static final int CSTM
The meta object id for the 'CStm' class.

See Also:
CStmImpl, CmodelPackageImpl.getCStm(), Constant Field Values

CSTM_FEATURE_COUNT

static final int CSTM_FEATURE_COUNT
The number of structural features of the 'CStm' class.

See Also:
Constant Field Values

CBLOCK

static final int CBLOCK
The meta object id for the 'CBlock' class.

See Also:
CBlockImpl, CmodelPackageImpl.getCBlock(), Constant Field Values

CBLOCK__CONTENT

static final int CBLOCK__CONTENT
The feature id for the 'Content' containment reference list.

See Also:
Constant Field Values

CBLOCK_FEATURE_COUNT

static final int CBLOCK_FEATURE_COUNT
The number of structural features of the 'CBlock' class.

See Also:
Constant Field Values

CCONDITIONAL_STM

static final int CCONDITIONAL_STM
The meta object id for the 'CConditional Stm' class.

See Also:
CConditionalStmImpl, CmodelPackageImpl.getCConditionalStm(), Constant Field Values

CCONDITIONAL_STM__CONDITION

static final int CCONDITIONAL_STM__CONDITION
The feature id for the 'Condition' containment reference.

See Also:
Constant Field Values

CCONDITIONAL_STM_FEATURE_COUNT

static final int CCONDITIONAL_STM_FEATURE_COUNT
The number of structural features of the 'CConditional Stm' class.

See Also:
Constant Field Values

CSWITCH_STM

static final int CSWITCH_STM
The meta object id for the 'CSwitch Stm' class.

See Also:
CSwitchStmImpl, CmodelPackageImpl.getCSwitchStm(), Constant Field Values

CSWITCH_STM__CASE_ACTION

static final int CSWITCH_STM__CASE_ACTION
The feature id for the 'Case Action' containment reference list.

See Also:
Constant Field Values

CSWITCH_STM__SELECTOR

static final int CSWITCH_STM__SELECTOR
The feature id for the 'Selector' attribute.

See Also:
Constant Field Values

CSWITCH_STM_FEATURE_COUNT

static final int CSWITCH_STM_FEATURE_COUNT
The number of structural features of the 'CSwitch Stm' class.

See Also:
Constant Field Values

CWHILE_STM

static final int CWHILE_STM
The meta object id for the 'CWhile Stm' class.

See Also:
CWhileStmImpl, CmodelPackageImpl.getCWhileStm(), Constant Field Values

CWHILE_STM__CONTENT

static final int CWHILE_STM__CONTENT
The feature id for the 'Content' containment reference list.

See Also:
Constant Field Values

CWHILE_STM__CONDITION

static final int CWHILE_STM__CONDITION
The feature id for the 'Condition' containment reference.

See Also:
Constant Field Values

CWHILE_STM_FEATURE_COUNT

static final int CWHILE_STM_FEATURE_COUNT
The number of structural features of the 'CWhile Stm' class.

See Also:
Constant Field Values

CIF_STM

static final int CIF_STM
The meta object id for the 'CIf Stm' class.

See Also:
CIfStmImpl, CmodelPackageImpl.getCIfStm(), Constant Field Values

CIF_STM__CONDITION

static final int CIF_STM__CONDITION
The feature id for the 'Condition' containment reference.

See Also:
Constant Field Values

CIF_STM__IF_CASE

static final int CIF_STM__IF_CASE
The feature id for the 'If Case' containment reference.

See Also:
Constant Field Values

CIF_STM__ELSE_CASE

static final int CIF_STM__ELSE_CASE
The feature id for the 'Else Case' containment reference.

See Also:
Constant Field Values

CIF_STM_FEATURE_COUNT

static final int CIF_STM_FEATURE_COUNT
The number of structural features of the 'CIf Stm' class.

See Also:
Constant Field Values

CEXPRESSION

static final int CEXPRESSION
The meta object id for the 'CExpression' class.

See Also:
CExpressionImpl, CmodelPackageImpl.getCExpression(), Constant Field Values

CEXPRESSION_FEATURE_COUNT

static final int CEXPRESSION_FEATURE_COUNT
The number of structural features of the 'CExpression' class.

See Also:
Constant Field Values

CCASE_ITEM

static final int CCASE_ITEM
The meta object id for the 'CCase Item' class.

See Also:
CCaseItemImpl, CmodelPackageImpl.getCCaseItem(), Constant Field Values

CCASE_ITEM__CONTENT

static final int CCASE_ITEM__CONTENT
The feature id for the 'Content' containment reference list.

See Also:
Constant Field Values

CCASE_ITEM__CASE_VALUE

static final int CCASE_ITEM__CASE_VALUE
The feature id for the 'Case Value' attribute.

See Also:
Constant Field Values

CCASE_ITEM_FEATURE_COUNT

static final int CCASE_ITEM_FEATURE_COUNT
The number of structural features of the 'CCase Item' class.

See Also:
Constant Field Values

CJUMP

static final int CJUMP
The meta object id for the 'CJump' class.

See Also:
CJumpImpl, CmodelPackageImpl.getCJump(), Constant Field Values

CJUMP__TYPE

static final int CJUMP__TYPE
The feature id for the 'Type' attribute.

See Also:
Constant Field Values

CJUMP_FEATURE_COUNT

static final int CJUMP_FEATURE_COUNT
The number of structural features of the 'CJump' class.

See Also:
Constant Field Values

CCALL

static final int CCALL
The meta object id for the 'CCall' class.

See Also:
CCallImpl, CmodelPackageImpl.getCCall(), Constant Field Values

CCALL__ARGUMENT

static final int CCALL__ARGUMENT
The feature id for the 'Argument' containment reference list.

See Also:
Constant Field Values

CCALL_FEATURE_COUNT

static final int CCALL_FEATURE_COUNT
The number of structural features of the 'CCall' class.

See Also:
Constant Field Values

CASSIGN_STM

static final int CASSIGN_STM
The meta object id for the 'CAssign Stm' class.

See Also:
CAssignStmImpl, CmodelPackageImpl.getCAssignStm(), Constant Field Values

CASSIGN_STM__SOURCE

static final int CASSIGN_STM__SOURCE
The feature id for the 'Source' containment reference.

See Also:
Constant Field Values

CASSIGN_STM__TARGET

static final int CASSIGN_STM__TARGET
The feature id for the 'Target' containment reference.

See Also:
Constant Field Values

CASSIGN_STM_FEATURE_COUNT

static final int CASSIGN_STM_FEATURE_COUNT
The number of structural features of the 'CAssign Stm' class.

See Also:
Constant Field Values

CFUNCTION_CALL

static final int CFUNCTION_CALL
The meta object id for the 'CFunction Call' class.

See Also:
CFunctionCallImpl, CmodelPackageImpl.getCFunctionCall(), Constant Field Values

CFUNCTION_CALL__ARGUMENT

static final int CFUNCTION_CALL__ARGUMENT
The feature id for the 'Argument' containment reference list.

See Also:
Constant Field Values

CFUNCTION_CALL__TYPE

static final int CFUNCTION_CALL__TYPE
The feature id for the 'Type' attribute.

See Also:
Constant Field Values

CFUNCTION_CALL__FUNCTION_NAME

static final int CFUNCTION_CALL__FUNCTION_NAME
The feature id for the 'Function Name' attribute.

See Also:
Constant Field Values

CFUNCTION_CALL_FEATURE_COUNT

static final int CFUNCTION_CALL_FEATURE_COUNT
The number of structural features of the 'CFunction Call' class.

See Also:
Constant Field Values

CCREATOR

static final int CCREATOR
The meta object id for the 'CCreator' class.

See Also:
CCreatorImpl, CmodelPackageImpl.getCCreator(), Constant Field Values

CCREATOR__ARGUMENT

static final int CCREATOR__ARGUMENT
The feature id for the 'Argument' containment reference list.

See Also:
Constant Field Values

CCREATOR__TYPE

static final int CCREATOR__TYPE
The feature id for the 'Type' attribute.

See Also:
Constant Field Values

CCREATOR__ARRAY_ALLOCATOR

static final int CCREATOR__ARRAY_ALLOCATOR
The feature id for the 'Array Allocator' attribute.

See Also:
Constant Field Values

CCREATOR_FEATURE_COUNT

static final int CCREATOR_FEATURE_COUNT
The number of structural features of the 'CCreator' class.

See Also:
Constant Field Values

CTYPED_ELEMENT

static final int CTYPED_ELEMENT
The meta object id for the 'CTyped Element' class.

See Also:
CTypedElementImpl, CmodelPackageImpl.getCTypedElement(), Constant Field Values

CTYPED_ELEMENT__TYPE

static final int CTYPED_ELEMENT__TYPE
The feature id for the 'Type' attribute.

See Also:
Constant Field Values

CTYPED_ELEMENT_FEATURE_COUNT

static final int CTYPED_ELEMENT_FEATURE_COUNT
The number of structural features of the 'CTyped Element' class.

See Also:
Constant Field Values

COPERATION

static final int COPERATION
The meta object id for the 'COperation' class.

See Also:
COperationImpl, CmodelPackageImpl.getCOperation(), Constant Field Values

COPERATION__LEFT_OPERAND

static final int COPERATION__LEFT_OPERAND
The feature id for the 'Left Operand' containment reference.

See Also:
Constant Field Values

COPERATION__RIGHT_OPERAND

static final int COPERATION__RIGHT_OPERAND
The feature id for the 'Right Operand' containment reference.

See Also:
Constant Field Values

COPERATION__OPERATOR

static final int COPERATION__OPERATOR
The feature id for the 'Operator' attribute.

See Also:
Constant Field Values

COPERATION_FEATURE_COUNT

static final int COPERATION_FEATURE_COUNT
The number of structural features of the 'COperation' class.

See Also:
Constant Field Values

CTYPE_CONVERTION

static final int CTYPE_CONVERTION
The meta object id for the 'CType Convertion' class.

See Also:
CTypeConvertionImpl, CmodelPackageImpl.getCTypeConvertion(), Constant Field Values

CTYPE_CONVERTION__TYPE

static final int CTYPE_CONVERTION__TYPE
The feature id for the 'Type' attribute.

See Also:
Constant Field Values

CTYPE_CONVERTION__CONVERTED_EXPRESSION

static final int CTYPE_CONVERTION__CONVERTED_EXPRESSION
The feature id for the 'Converted Expression' containment reference.

See Also:
Constant Field Values

CTYPE_CONVERTION_FEATURE_COUNT

static final int CTYPE_CONVERTION_FEATURE_COUNT
The number of structural features of the 'CType Convertion' class.

See Also:
Constant Field Values

CNAVIGATION

static final int CNAVIGATION
The meta object id for the 'CNavigation' class.

See Also:
CNavigationImpl, CmodelPackageImpl.getCNavigation(), Constant Field Values

CNAVIGATION__PREFIX

static final int CNAVIGATION__PREFIX
The feature id for the 'Prefix' containment reference.

See Also:
Constant Field Values

CNAVIGATION_FEATURE_COUNT

static final int CNAVIGATION_FEATURE_COUNT
The number of structural features of the 'CNavigation' class.

See Also:
Constant Field Values

CHIERARCHY

static final int CHIERARCHY
The meta object id for the 'CHierarchy' class.

See Also:
CHierarchyImpl, CmodelPackageImpl.getCHierarchy(), Constant Field Values

CHIERARCHY__PREFIX

static final int CHIERARCHY__PREFIX
The feature id for the 'Prefix' containment reference.

See Also:
Constant Field Values

CHIERARCHY__FIELD

static final int CHIERARCHY__FIELD
The feature id for the 'Field' containment reference.

See Also:
Constant Field Values

CHIERARCHY_FEATURE_COUNT

static final int CHIERARCHY_FEATURE_COUNT
The number of structural features of the 'CHierarchy' class.

See Also:
Constant Field Values

CSIMPLE_NAME

static final int CSIMPLE_NAME
The meta object id for the 'CSimple Name' class.

See Also:
CSimpleNameImpl, CmodelPackageImpl.getCSimpleName(), Constant Field Values

CSIMPLE_NAME__NAME

static final int CSIMPLE_NAME__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

CSIMPLE_NAME_FEATURE_COUNT

static final int CSIMPLE_NAME_FEATURE_COUNT
The number of structural features of the 'CSimple Name' class.

See Also:
Constant Field Values

CINDEXED

static final int CINDEXED
The meta object id for the 'CIndexed' class.

See Also:
CIndexedImpl, CmodelPackageImpl.getCIndexed(), Constant Field Values

CINDEXED__PREFIX

static final int CINDEXED__PREFIX
The feature id for the 'Prefix' containment reference.

See Also:
Constant Field Values

CINDEXED__INDEX

static final int CINDEXED__INDEX
The feature id for the 'Index' containment reference.

See Also:
Constant Field Values

CINDEXED_FEATURE_COUNT

static final int CINDEXED_FEATURE_COUNT
The number of structural features of the 'CIndexed' class.

See Also:
Constant Field Values

CSTRUCTURED

static final int CSTRUCTURED
The meta object id for the 'CStructured' class.

See Also:
CStructuredImpl, CmodelPackageImpl.getCStructured(), Constant Field Values

CSTRUCTURED__PREFIX

static final int CSTRUCTURED__PREFIX
The feature id for the 'Prefix' containment reference.

See Also:
Constant Field Values

CSTRUCTURED__FIELD

static final int CSTRUCTURED__FIELD
The feature id for the 'Field' containment reference.

See Also:
Constant Field Values

CSTRUCTURED_FEATURE_COUNT

static final int CSTRUCTURED_FEATURE_COUNT
The number of structural features of the 'CStructured' class.

See Also:
Constant Field Values

CPOINTED

static final int CPOINTED
The meta object id for the 'CPointed' class.

See Also:
CPointedImpl, CmodelPackageImpl.getCPointed(), Constant Field Values

CPOINTED__PREFIX

static final int CPOINTED__PREFIX
The feature id for the 'Prefix' containment reference.

See Also:
Constant Field Values

CPOINTED__FIELD

static final int CPOINTED__FIELD
The feature id for the 'Field' containment reference.

See Also:
Constant Field Values

CPOINTED_FEATURE_COUNT

static final int CPOINTED_FEATURE_COUNT
The number of structural features of the 'CPointed' class.

See Also:
Constant Field Values

CLITERAL

static final int CLITERAL
The meta object id for the 'CLiteral' class.

See Also:
CLiteralImpl, CmodelPackageImpl.getCLiteral(), Constant Field Values

CLITERAL__VALUE

static final int CLITERAL__VALUE
The feature id for the 'Value' attribute.

See Also:
Constant Field Values

CLITERAL_FEATURE_COUNT

static final int CLITERAL_FEATURE_COUNT
The number of structural features of the 'CLiteral' class.

See Also:
Constant Field Values

CMODULE

static final int CMODULE
The meta object id for the 'CModule' class.

See Also:
CModuleImpl, CmodelPackageImpl.getCModule(), Constant Field Values

CMODULE__CIMPORT

static final int CMODULE__CIMPORT
The feature id for the 'CImport' containment reference list.

See Also:
Constant Field Values

CMODULE__CONTENT

static final int CMODULE__CONTENT
The feature id for the 'Content' containment reference list.

See Also:
Constant Field Values

CMODULE__NAMESPACE

static final int CMODULE__NAMESPACE
The feature id for the 'Namespace' attribute.

See Also:
Constant Field Values

CMODULE_FEATURE_COUNT

static final int CMODULE_FEATURE_COUNT
The number of structural features of the 'CModule' class.

See Also:
Constant Field Values

CINCLUDE

static final int CINCLUDE
The meta object id for the 'CInclude' class.

See Also:
CIncludeImpl, CmodelPackageImpl.getCInclude(), Constant Field Values

CINCLUDE__FILE_NAME

static final int CINCLUDE__FILE_NAME
The feature id for the 'File Name' attribute.

See Also:
Constant Field Values

CINCLUDE_FEATURE_COUNT

static final int CINCLUDE_FEATURE_COUNT
The number of structural features of the 'CInclude' class.

See Also:
Constant Field Values

CENUM_TYPE

static final int CENUM_TYPE
The meta object id for the 'CEnum Type' class.

See Also:
CEnumTypeImpl, CmodelPackageImpl.getCEnumType(), Constant Field Values

CENUM_TYPE__TYPE

static final int CENUM_TYPE__TYPE
The feature id for the 'Type' attribute.

See Also:
Constant Field Values

CENUM_TYPE__VISIBILITY

static final int CENUM_TYPE__VISIBILITY
The feature id for the 'Visibility' attribute.

See Also:
Constant Field Values

CENUM_TYPE__ENUMERATION

static final int CENUM_TYPE__ENUMERATION
The feature id for the 'Enumeration' containment reference list.

See Also:
Constant Field Values

CENUM_TYPE_FEATURE_COUNT

static final int CENUM_TYPE_FEATURE_COUNT
The number of structural features of the 'CEnum Type' class.

See Also:
Constant Field Values

CCLASS

static final int CCLASS
The meta object id for the 'CClass' class.

See Also:
CClassImpl, CmodelPackageImpl.getCClass(), Constant Field Values

CCLASS__TYPE

static final int CCLASS__TYPE
The feature id for the 'Type' attribute.

See Also:
Constant Field Values

CCLASS__VISIBILITY

static final int CCLASS__VISIBILITY
The feature id for the 'Visibility' attribute.

See Also:
Constant Field Values

CCLASS__CONTENT

static final int CCLASS__CONTENT
The feature id for the 'Content' containment reference list.

See Also:
Constant Field Values

CCLASS__NAME

static final int CCLASS__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

CCLASS__SUPER_CLASSES

static final int CCLASS__SUPER_CLASSES
The feature id for the 'Super Classes' attribute list.

See Also:
Constant Field Values

CCLASS_FEATURE_COUNT

static final int CCLASS_FEATURE_COUNT
The number of structural features of the 'CClass' class.

See Also:
Constant Field Values

CITEM

static final int CITEM
The meta object id for the 'CItem' class.

See Also:
CItemImpl, CmodelPackageImpl.getCItem(), Constant Field Values

CITEM__VISIBILITY

static final int CITEM__VISIBILITY
The feature id for the 'Visibility' attribute.

See Also:
Constant Field Values

CITEM_FEATURE_COUNT

static final int CITEM_FEATURE_COUNT
The number of structural features of the 'CItem' class.

See Also:
Constant Field Values

CCALLABLE

static final int CCALLABLE
The meta object id for the 'CCallable' class.

See Also:
CCallableImpl, CmodelPackageImpl.getCCallable(), Constant Field Values

CCALLABLE__VISIBILITY

static final int CCALLABLE__VISIBILITY
The feature id for the 'Visibility' attribute.

See Also:
Constant Field Values

CCALLABLE__TYPE

static final int CCALLABLE__TYPE
The feature id for the 'Type' attribute.

See Also:
Constant Field Values

CCALLABLE__CONTENT

static final int CCALLABLE__CONTENT
The feature id for the 'Content' containment reference list.

See Also:
Constant Field Values

CCALLABLE__ARGUMENT

static final int CCALLABLE__ARGUMENT
The feature id for the 'Argument' containment reference list.

See Also:
Constant Field Values

CCALLABLE__SPECIFIER

static final int CCALLABLE__SPECIFIER
The feature id for the 'Specifier' attribute.

See Also:
Constant Field Values

CCALLABLE__QUALIFIER

static final int CCALLABLE__QUALIFIER
The feature id for the 'Qualifier' attribute.

See Also:
Constant Field Values

CCALLABLE__BODY_IN_DECL

static final int CCALLABLE__BODY_IN_DECL
The feature id for the 'Body In Decl' attribute.

See Also:
Constant Field Values

CCALLABLE_FEATURE_COUNT

static final int CCALLABLE_FEATURE_COUNT
The number of structural features of the 'CCallable' class.

See Also:
Constant Field Values

CDATA

static final int CDATA
The meta object id for the 'CData' class.

See Also:
CDataImpl, CmodelPackageImpl.getCData(), Constant Field Values

CDATA__TYPE

static final int CDATA__TYPE
The feature id for the 'Type' attribute.

See Also:
Constant Field Values

CDATA__VISIBILITY

static final int CDATA__VISIBILITY
The feature id for the 'Visibility' attribute.

See Also:
Constant Field Values

CDATA__NAME

static final int CDATA__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

CDATA__INITIAL_VALUE

static final int CDATA__INITIAL_VALUE
The feature id for the 'Initial Value' containment reference.

See Also:
Constant Field Values

CDATA_FEATURE_COUNT

static final int CDATA_FEATURE_COUNT
The number of structural features of the 'CData' class.

See Also:
Constant Field Values

CARGUMENT

static final int CARGUMENT
The meta object id for the 'CArgument' class.

See Also:
CArgumentImpl, CmodelPackageImpl.getCArgument(), Constant Field Values

CARGUMENT__TYPE

static final int CARGUMENT__TYPE
The feature id for the 'Type' attribute.

See Also:
Constant Field Values

CARGUMENT__NAME

static final int CARGUMENT__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

CARGUMENT_FEATURE_COUNT

static final int CARGUMENT_FEATURE_COUNT
The number of structural features of the 'CArgument' class.

See Also:
Constant Field Values

CINIT_PARAMETER

static final int CINIT_PARAMETER
The meta object id for the 'CInit Parameter' class.

See Also:
CInitParameterImpl, CmodelPackageImpl.getCInitParameter(), Constant Field Values

CINIT_PARAMETER__FIELD_NAME

static final int CINIT_PARAMETER__FIELD_NAME
The feature id for the 'Field Name' attribute.

See Also:
Constant Field Values

CINIT_PARAMETER__VALUE

static final int CINIT_PARAMETER__VALUE
The feature id for the 'Value' containment reference.

See Also:
Constant Field Values

CINIT_PARAMETER_FEATURE_COUNT

static final int CINIT_PARAMETER_FEATURE_COUNT
The number of structural features of the 'CInit Parameter' class.

See Also:
Constant Field Values

CFUNCTION

static final int CFUNCTION
The meta object id for the 'CFunction' class.

See Also:
CFunctionImpl, CmodelPackageImpl.getCFunction(), Constant Field Values

CFUNCTION__VISIBILITY

static final int CFUNCTION__VISIBILITY
The feature id for the 'Visibility' attribute.

See Also:
Constant Field Values

CFUNCTION__TYPE

static final int CFUNCTION__TYPE
The feature id for the 'Type' attribute.

See Also:
Constant Field Values

CFUNCTION__CONTENT

static final int CFUNCTION__CONTENT
The feature id for the 'Content' containment reference list.

See Also:
Constant Field Values

CFUNCTION__ARGUMENT

static final int CFUNCTION__ARGUMENT
The feature id for the 'Argument' containment reference list.

See Also:
Constant Field Values

CFUNCTION__SPECIFIER

static final int CFUNCTION__SPECIFIER
The feature id for the 'Specifier' attribute.

See Also:
Constant Field Values

CFUNCTION__QUALIFIER

static final int CFUNCTION__QUALIFIER
The feature id for the 'Qualifier' attribute.

See Also:
Constant Field Values

CFUNCTION__BODY_IN_DECL

static final int CFUNCTION__BODY_IN_DECL
The feature id for the 'Body In Decl' attribute.

See Also:
Constant Field Values

CFUNCTION__NAME

static final int CFUNCTION__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

CFUNCTION_FEATURE_COUNT

static final int CFUNCTION_FEATURE_COUNT
The number of structural features of the 'CFunction' class.

See Also:
Constant Field Values

CCONSTRUCTOR

static final int CCONSTRUCTOR
The meta object id for the 'CConstructor' class.

See Also:
CConstructorImpl, CmodelPackageImpl.getCConstructor(), Constant Field Values

CCONSTRUCTOR__VISIBILITY

static final int CCONSTRUCTOR__VISIBILITY
The feature id for the 'Visibility' attribute.

See Also:
Constant Field Values

CCONSTRUCTOR__TYPE

static final int CCONSTRUCTOR__TYPE
The feature id for the 'Type' attribute.

See Also:
Constant Field Values

CCONSTRUCTOR__CONTENT

static final int CCONSTRUCTOR__CONTENT
The feature id for the 'Content' containment reference list.

See Also:
Constant Field Values

CCONSTRUCTOR__ARGUMENT

static final int CCONSTRUCTOR__ARGUMENT
The feature id for the 'Argument' containment reference list.

See Also:
Constant Field Values

CCONSTRUCTOR__SPECIFIER

static final int CCONSTRUCTOR__SPECIFIER
The feature id for the 'Specifier' attribute.

See Also:
Constant Field Values

CCONSTRUCTOR__QUALIFIER

static final int CCONSTRUCTOR__QUALIFIER
The feature id for the 'Qualifier' attribute.

See Also:
Constant Field Values

CCONSTRUCTOR__BODY_IN_DECL

static final int CCONSTRUCTOR__BODY_IN_DECL
The feature id for the 'Body In Decl' attribute.

See Also:
Constant Field Values

CCONSTRUCTOR__INIT

static final int CCONSTRUCTOR__INIT
The feature id for the 'Init' containment reference list.

See Also:
Constant Field Values

CCONSTRUCTOR_FEATURE_COUNT

static final int CCONSTRUCTOR_FEATURE_COUNT
The number of structural features of the 'CConstructor' class.

See Also:
Constant Field Values

CTEXT

static final int CTEXT
The meta object id for the 'CText' class.

See Also:
CTextImpl, CmodelPackageImpl.getCText(), Constant Field Values

CTEXT__VISIBILITY

static final int CTEXT__VISIBILITY
The feature id for the 'Visibility' attribute.

See Also:
Constant Field Values

CTEXT__CCODE

static final int CTEXT__CCODE
The feature id for the 'CCode' attribute.

See Also:
Constant Field Values

CTEXT__PRAGMA

static final int CTEXT__PRAGMA
The feature id for the 'Pragma' attribute.

See Also:
Constant Field Values

CTEXT__IN_BODY_FILE

static final int CTEXT__IN_BODY_FILE
The feature id for the 'In Body File' attribute.

See Also:
Constant Field Values

CTEXT_FEATURE_COUNT

static final int CTEXT_FEATURE_COUNT
The number of structural features of the 'CText' class.

See Also:
Constant Field Values

CBLOCK_STM

static final int CBLOCK_STM
The meta object id for the 'CBlock Stm' class.

See Also:
CBlockStmImpl, CmodelPackageImpl.getCBlockStm(), Constant Field Values

CBLOCK_STM__CONTENT

static final int CBLOCK_STM__CONTENT
The feature id for the 'Content' containment reference list.

See Also:
Constant Field Values

CBLOCK_STM_FEATURE_COUNT

static final int CBLOCK_STM_FEATURE_COUNT
The number of structural features of the 'CBlock Stm' class.

See Also:
Constant Field Values

CRETURN

static final int CRETURN
The meta object id for the 'CReturn' class.

See Also:
CReturnImpl, CmodelPackageImpl.getCReturn(), Constant Field Values

CRETURN__RETURN_EXPRESSION

static final int CRETURN__RETURN_EXPRESSION
The feature id for the 'Return Expression' containment reference.

See Also:
Constant Field Values

CRETURN_FEATURE_COUNT

static final int CRETURN_FEATURE_COUNT
The number of structural features of the 'CReturn' class.

See Also:
Constant Field Values

CINITIALIZATION

static final int CINITIALIZATION
The meta object id for the 'CInitialization' class.

See Also:
CInitializationImpl, CmodelPackageImpl.getCInitialization(), Constant Field Values

CINITIALIZATION__FIELD

static final int CINITIALIZATION__FIELD
The feature id for the 'Field' attribute.

See Also:
Constant Field Values

CINITIALIZATION__PARAMETER

static final int CINITIALIZATION__PARAMETER
The feature id for the 'Parameter' containment reference list.

See Also:
Constant Field Values

CINITIALIZATION_FEATURE_COUNT

static final int CINITIALIZATION_FEATURE_COUNT
The number of structural features of the 'CInitialization' class.

See Also:
Constant Field Values

CFOR

static final int CFOR
The meta object id for the 'CFor' class.

See Also:
CForImpl, CmodelPackageImpl.getCFor(), Constant Field Values

CFOR__CONTENT

static final int CFOR__CONTENT
The feature id for the 'Content' containment reference list.

See Also:
Constant Field Values

CFOR__INITIALIZATION

static final int CFOR__INITIALIZATION
The feature id for the 'Initialization' containment reference.

See Also:
Constant Field Values

CFOR__CODITION

static final int CFOR__CODITION
The feature id for the 'Codition' containment reference.

See Also:
Constant Field Values

CFOR__ITERATION

static final int CFOR__ITERATION
The feature id for the 'Iteration' reference.

See Also:
Constant Field Values

CFOR_FEATURE_COUNT

static final int CFOR_FEATURE_COUNT
The number of structural features of the 'CFor' class.

See Also:
Constant Field Values

CCONDITIONAL_EXPRESSION

static final int CCONDITIONAL_EXPRESSION
The meta object id for the 'CConditional Expression' class.

See Also:
CConditionalExpressionImpl, CmodelPackageImpl.getCConditionalExpression(), Constant Field Values

CCONDITIONAL_EXPRESSION__CONDITION

static final int CCONDITIONAL_EXPRESSION__CONDITION
The feature id for the 'Condition' containment reference.

See Also:
Constant Field Values

CCONDITIONAL_EXPRESSION__TRUE_CASE

static final int CCONDITIONAL_EXPRESSION__TRUE_CASE
The feature id for the 'True Case' containment reference.

See Also:
Constant Field Values

CCONDITIONAL_EXPRESSION__FALSE_CASE

static final int CCONDITIONAL_EXPRESSION__FALSE_CASE
The feature id for the 'False Case' containment reference.

See Also:
Constant Field Values

CCONDITIONAL_EXPRESSION_FEATURE_COUNT

static final int CCONDITIONAL_EXPRESSION_FEATURE_COUNT
The number of structural features of the 'CConditional Expression' class.

See Also:
Constant Field Values

CHEADER_TEXT

static final int CHEADER_TEXT
The meta object id for the 'CHeader Text' class.

See Also:
CHeaderTextImpl, CmodelPackageImpl.getCHeaderText(), Constant Field Values

CHEADER_TEXT__VISIBILITY

static final int CHEADER_TEXT__VISIBILITY
The feature id for the 'Visibility' attribute.

See Also:
Constant Field Values

CHEADER_TEXT__CCODE

static final int CHEADER_TEXT__CCODE
The feature id for the 'CCode' attribute.

See Also:
Constant Field Values

CHEADER_TEXT_FEATURE_COUNT

static final int CHEADER_TEXT_FEATURE_COUNT
The number of structural features of the 'CHeader Text' class.

See Also:
Constant Field Values

JUMP_TYPE

static final int JUMP_TYPE
The meta object id for the 'Jump Type' enum.

See Also:
JumpType, CmodelPackageImpl.getJumpType(), Constant Field Values
Method Detail

getCStm

EClass getCStm()
Returns the meta object for class 'CStm'.

Returns:
the meta object for class 'CStm'.
See Also:
CStm

getCBlock

EClass getCBlock()
Returns the meta object for class 'CBlock'.

Returns:
the meta object for class 'CBlock'.
See Also:
CBlock

getCBlock_Content

EReference getCBlock_Content()
Returns the meta object for the containment reference list 'Content'.

Returns:
the meta object for the containment reference list 'Content'.
See Also:
CBlock.getContent(), getCBlock()

getCConditionalStm

EClass getCConditionalStm()
Returns the meta object for class 'CConditional Stm'.

Returns:
the meta object for class 'CConditional Stm'.
See Also:
CConditionalStm

getCConditionalStm_Condition

EReference getCConditionalStm_Condition()
Returns the meta object for the containment reference 'Condition'.

Returns:
the meta object for the containment reference 'Condition'.
See Also:
CConditionalStm.getCondition(), getCConditionalStm()

getCSwitchStm

EClass getCSwitchStm()
Returns the meta object for class 'CSwitch Stm'.

Returns:
the meta object for class 'CSwitch Stm'.
See Also:
CSwitchStm

getCSwitchStm_CaseAction

EReference getCSwitchStm_CaseAction()
Returns the meta object for the containment reference list 'Case Action'.

Returns:
the meta object for the containment reference list 'Case Action'.
See Also:
CSwitchStm.getCaseAction(), getCSwitchStm()

getCSwitchStm_Selector

EAttribute getCSwitchStm_Selector()
Returns the meta object for the attribute 'Selector'.

Returns:
the meta object for the attribute 'Selector'.
See Also:
CSwitchStm.getSelector(), getCSwitchStm()

getCWhileStm

EClass getCWhileStm()
Returns the meta object for class 'CWhile Stm'.

Returns:
the meta object for class 'CWhile Stm'.
See Also:
CWhileStm

getCIfStm

EClass getCIfStm()
Returns the meta object for class 'CIf Stm'.

Returns:
the meta object for class 'CIf Stm'.
See Also:
CIfStm

getCIfStm_IfCase

EReference getCIfStm_IfCase()
Returns the meta object for the containment reference 'If Case'.

Returns:
the meta object for the containment reference 'If Case'.
See Also:
CIfStm.getIfCase(), getCIfStm()

getCIfStm_ElseCase

EReference getCIfStm_ElseCase()
Returns the meta object for the containment reference 'Else Case'.

Returns:
the meta object for the containment reference 'Else Case'.
See Also:
CIfStm.getElseCase(), getCIfStm()

getCExpression

EClass getCExpression()
Returns the meta object for class 'CExpression'.

Returns:
the meta object for class 'CExpression'.
See Also:
CExpression

getCCaseItem

EClass getCCaseItem()
Returns the meta object for class 'CCase Item'.

Returns:
the meta object for class 'CCase Item'.
See Also:
CCaseItem

getCCaseItem_CaseValue

EAttribute getCCaseItem_CaseValue()
Returns the meta object for the attribute 'Case Value'.

Returns:
the meta object for the attribute 'Case Value'.
See Also:
CCaseItem.getCaseValue(), getCCaseItem()

getCJump

EClass getCJump()
Returns the meta object for class 'CJump'.

Returns:
the meta object for class 'CJump'.
See Also:
CJump

getCJump_Type

EAttribute getCJump_Type()
Returns the meta object for the attribute 'Type'.

Returns:
the meta object for the attribute 'Type'.
See Also:
CJump.getType(), getCJump()

getCCall

EClass getCCall()
Returns the meta object for class 'CCall'.

Returns:
the meta object for class 'CCall'.
See Also:
CCall

getCCall_Argument

EReference getCCall_Argument()
Returns the meta object for the containment reference list 'Argument'.

Returns:
the meta object for the containment reference list 'Argument'.
See Also:
CCall.getArgument(), getCCall()

getCAssignStm

EClass getCAssignStm()
Returns the meta object for class 'CAssign Stm'.

Returns:
the meta object for class 'CAssign Stm'.
See Also:
CAssignStm

getCAssignStm_Source

EReference getCAssignStm_Source()
Returns the meta object for the containment reference 'Source'.

Returns:
the meta object for the containment reference 'Source'.
See Also:
CAssignStm.getSource(), getCAssignStm()

getCAssignStm_Target

EReference getCAssignStm_Target()
Returns the meta object for the containment reference 'Target'.

Returns:
the meta object for the containment reference 'Target'.
See Also:
CAssignStm.getTarget(), getCAssignStm()

getCFunctionCall

EClass getCFunctionCall()
Returns the meta object for class 'CFunction Call'.

Returns:
the meta object for class 'CFunction Call'.
See Also:
CFunctionCall

getCFunctionCall_FunctionName

EAttribute getCFunctionCall_FunctionName()
Returns the meta object for the attribute 'Function Name'.

Returns:
the meta object for the attribute 'Function Name'.
See Also:
CFunctionCall.getFunctionName(), getCFunctionCall()

getCCreator

EClass getCCreator()
Returns the meta object for class 'CCreator'.

Returns:
the meta object for class 'CCreator'.
See Also:
CCreator

getCCreator_ArrayAllocator

EAttribute getCCreator_ArrayAllocator()
Returns the meta object for the attribute 'Array Allocator'.

Returns:
the meta object for the attribute 'Array Allocator'.
See Also:
CCreator.isArrayAllocator(), getCCreator()

getCTypedElement

EClass getCTypedElement()
Returns the meta object for class 'CTyped Element'.

Returns:
the meta object for class 'CTyped Element'.
See Also:
CTypedElement

getCTypedElement_Type

EAttribute getCTypedElement_Type()
Returns the meta object for the attribute 'Type'.

Returns:
the meta object for the attribute 'Type'.
See Also:
CTypedElement.getType(), getCTypedElement()

getCOperation

EClass getCOperation()
Returns the meta object for class 'COperation'.

Returns:
the meta object for class 'COperation'.
See Also:
COperation

getCOperation_LeftOperand

EReference getCOperation_LeftOperand()
Returns the meta object for the containment reference 'Left Operand'.

Returns:
the meta object for the containment reference 'Left Operand'.
See Also:
COperation.getLeftOperand(), getCOperation()

getCOperation_RightOperand

EReference getCOperation_RightOperand()
Returns the meta object for the containment reference 'Right Operand'.

Returns:
the meta object for the containment reference 'Right Operand'.
See Also:
COperation.getRightOperand(), getCOperation()

getCOperation_Operator

EAttribute getCOperation_Operator()
Returns the meta object for the attribute 'Operator'.

Returns:
the meta object for the attribute 'Operator'.
See Also:
COperation.getOperator(), getCOperation()

getCTypeConvertion

EClass getCTypeConvertion()
Returns the meta object for class 'CType Convertion'.

Returns:
the meta object for class 'CType Convertion'.
See Also:
CTypeConvertion

getCTypeConvertion_ConvertedExpression

EReference getCTypeConvertion_ConvertedExpression()
Returns the meta object for the containment reference 'Converted Expression'.

Returns:
the meta object for the containment reference 'Converted Expression'.
See Also:
CTypeConvertion.getConvertedExpression(), getCTypeConvertion()

getCHierarchy

EClass getCHierarchy()
Returns the meta object for class 'CHierarchy'.

Returns:
the meta object for class 'CHierarchy'.
See Also:
CHierarchy

getCHierarchy_Field

EReference getCHierarchy_Field()
Returns the meta object for the containment reference 'Field'.

Returns:
the meta object for the containment reference 'Field'.
See Also:
CHierarchy.getField(), getCHierarchy()

getCSimpleName

EClass getCSimpleName()
Returns the meta object for class 'CSimple Name'.

Returns:
the meta object for class 'CSimple Name'.
See Also:
CSimpleName

getCSimpleName_Name

EAttribute getCSimpleName_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
CSimpleName.getName(), getCSimpleName()

getCIndexed

EClass getCIndexed()
Returns the meta object for class 'CIndexed'.

Returns:
the meta object for class 'CIndexed'.
See Also:
CIndexed

getCIndexed_Index

EReference getCIndexed_Index()
Returns the meta object for the containment reference 'Index'.

Returns:
the meta object for the containment reference 'Index'.
See Also:
CIndexed.getIndex(), getCIndexed()

getCStructured

EClass getCStructured()
Returns the meta object for class 'CStructured'.

Returns:
the meta object for class 'CStructured'.
See Also:
CStructured

getCPointed

EClass getCPointed()
Returns the meta object for class 'CPointed'.

Returns:
the meta object for class 'CPointed'.
See Also:
CPointed

getCLiteral

EClass getCLiteral()
Returns the meta object for class 'CLiteral'.

Returns:
the meta object for class 'CLiteral'.
See Also:
CLiteral

getCLiteral_Value

EAttribute getCLiteral_Value()
Returns the meta object for the attribute 'Value'.

Returns:
the meta object for the attribute 'Value'.
See Also:
CLiteral.getValue(), getCLiteral()

getCModule

EClass getCModule()
Returns the meta object for class 'CModule'.

Returns:
the meta object for class 'CModule'.
See Also:
CModule

getCModule_CImport

EReference getCModule_CImport()
Returns the meta object for the containment reference list 'CImport'.

Returns:
the meta object for the containment reference list 'CImport'.
See Also:
CModule.getCImport(), getCModule()

getCModule_Content

EReference getCModule_Content()
Returns the meta object for the containment reference list 'Content'.

Returns:
the meta object for the containment reference list 'Content'.
See Also:
CModule.getContent(), getCModule()

getCModule_Namespace

EAttribute getCModule_Namespace()
Returns the meta object for the attribute 'Namespace'.

Returns:
the meta object for the attribute 'Namespace'.
See Also:
CModule.getNamespace(), getCModule()

getCInclude

EClass getCInclude()
Returns the meta object for class 'CInclude'.

Returns:
the meta object for class 'CInclude'.
See Also:
CInclude

getCInclude_FileName

EAttribute getCInclude_FileName()
Returns the meta object for the attribute 'File Name'.

Returns:
the meta object for the attribute 'File Name'.
See Also:
CInclude.getFileName(), getCInclude()

getCEnumType

EClass getCEnumType()
Returns the meta object for class 'CEnum Type'.

Returns:
the meta object for class 'CEnum Type'.
See Also:
CEnumType

getCEnumType_Enumeration

EReference getCEnumType_Enumeration()
Returns the meta object for the containment reference list 'Enumeration'.

Returns:
the meta object for the containment reference list 'Enumeration'.
See Also:
CEnumType.getEnumeration(), getCEnumType()

getCClass

EClass getCClass()
Returns the meta object for class 'CClass'.

Returns:
the meta object for class 'CClass'.
See Also:
CClass

getCClass_Content

EReference getCClass_Content()
Returns the meta object for the containment reference list 'Content'.

Returns:
the meta object for the containment reference list 'Content'.
See Also:
CClass.getContent(), getCClass()

getCClass_Name

EAttribute getCClass_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
CClass.getName(), getCClass()

getCClass_SuperClasses

EAttribute getCClass_SuperClasses()
Returns the meta object for the attribute list 'Super Classes'.

Returns:
the meta object for the attribute list 'Super Classes'.
See Also:
CClass.getSuperClasses(), getCClass()

getCCallable

EClass getCCallable()
Returns the meta object for class 'CCallable'.

Returns:
the meta object for class 'CCallable'.
See Also:
CCallable

getCCallable_Argument

EReference getCCallable_Argument()
Returns the meta object for the containment reference list 'Argument'.

Returns:
the meta object for the containment reference list 'Argument'.
See Also:
CCallable.getArgument(), getCCallable()

getCCallable_Specifier

EAttribute getCCallable_Specifier()
Returns the meta object for the attribute 'Specifier'.

Returns:
the meta object for the attribute 'Specifier'.
See Also:
CCallable.getSpecifier(), getCCallable()

getCCallable_Qualifier

EAttribute getCCallable_Qualifier()
Returns the meta object for the attribute 'Qualifier'.

Returns:
the meta object for the attribute 'Qualifier'.
See Also:
CCallable.getQualifier(), getCCallable()

getCCallable_BodyInDecl

EAttribute getCCallable_BodyInDecl()
Returns the meta object for the attribute 'Body In Decl'.

Returns:
the meta object for the attribute 'Body In Decl'.
See Also:
CCallable.isBodyInDecl(), getCCallable()

getCData

EClass getCData()
Returns the meta object for class 'CData'.

Returns:
the meta object for class 'CData'.
See Also:
CData

getCData_Name

EAttribute getCData_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
CData.getName(), getCData()

getCData_InitialValue

EReference getCData_InitialValue()
Returns the meta object for the containment reference 'Initial Value'.

Returns:
the meta object for the containment reference 'Initial Value'.
See Also:
CData.getInitialValue(), getCData()

getCArgument

EClass getCArgument()
Returns the meta object for class 'CArgument'.

Returns:
the meta object for class 'CArgument'.
See Also:
CArgument

getCArgument_Name

EAttribute getCArgument_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
CArgument.getName(), getCArgument()

getCInitParameter

EClass getCInitParameter()
Returns the meta object for class 'CInit Parameter'.

Returns:
the meta object for class 'CInit Parameter'.
See Also:
CInitParameter

getCInitParameter_FieldName

EAttribute getCInitParameter_FieldName()
Returns the meta object for the attribute 'Field Name'.

Returns:
the meta object for the attribute 'Field Name'.
See Also:
CInitParameter.getFieldName(), getCInitParameter()

getCInitParameter_Value

EReference getCInitParameter_Value()
Returns the meta object for the containment reference 'Value'.

Returns:
the meta object for the containment reference 'Value'.
See Also:
CInitParameter.getValue(), getCInitParameter()

getCFunction

EClass getCFunction()
Returns the meta object for class 'CFunction'.

Returns:
the meta object for class 'CFunction'.
See Also:
CFunction

getCFunction_Name

EAttribute getCFunction_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
CFunction.getName(), getCFunction()

getCConstructor

EClass getCConstructor()
Returns the meta object for class 'CConstructor'.

Returns:
the meta object for class 'CConstructor'.
See Also:
CConstructor

getCConstructor_Init

EReference getCConstructor_Init()
Returns the meta object for the containment reference list 'Init'.

Returns:
the meta object for the containment reference list 'Init'.
See Also:
CConstructor.getInit(), getCConstructor()

getCItem

EClass getCItem()
Returns the meta object for class 'CItem'.

Returns:
the meta object for class 'CItem'.
See Also:
CItem

getCItem_Visibility

EAttribute getCItem_Visibility()
Returns the meta object for the attribute 'Visibility'.

Returns:
the meta object for the attribute 'Visibility'.
See Also:
CItem.getVisibility(), getCItem()

getCText

EClass getCText()
Returns the meta object for class 'CText'.

Returns:
the meta object for class 'CText'.
See Also:
CText

getCText_CCode

EAttribute getCText_CCode()
Returns the meta object for the attribute 'CCode'.

Returns:
the meta object for the attribute 'CCode'.
See Also:
CText.getCCode(), getCText()

getCText_Pragma

EAttribute getCText_Pragma()
Returns the meta object for the attribute 'Pragma'.

Returns:
the meta object for the attribute 'Pragma'.
See Also:
CText.getPragma(), getCText()

getCText_InBodyFile

EAttribute getCText_InBodyFile()
Returns the meta object for the attribute 'In Body File'.

Returns:
the meta object for the attribute 'In Body File'.
See Also:
CText.isInBodyFile(), getCText()

getCBodyItem

EClass getCBodyItem()
Returns the meta object for class 'CBody Item'.

Returns:
the meta object for class 'CBody Item'.
See Also:
CBodyItem

getCBlockStm

EClass getCBlockStm()
Returns the meta object for class 'CBlock Stm'.

Returns:
the meta object for class 'CBlock Stm'.
See Also:
CBlockStm

getCNavigation

EClass getCNavigation()
Returns the meta object for class 'CNavigation'.

Returns:
the meta object for class 'CNavigation'.
See Also:
CNavigation

getCNavigation_Prefix

EReference getCNavigation_Prefix()
Returns the meta object for the containment reference 'Prefix'.

Returns:
the meta object for the containment reference 'Prefix'.
See Also:
CNavigation.getPrefix(), getCNavigation()

getCReturn

EClass getCReturn()
Returns the meta object for class 'CReturn'.

Returns:
the meta object for class 'CReturn'.
See Also:
CReturn

getCReturn_ReturnExpression

EReference getCReturn_ReturnExpression()
Returns the meta object for the containment reference 'Return Expression'.

Returns:
the meta object for the containment reference 'Return Expression'.
See Also:
CReturn.getReturnExpression(), getCReturn()

getCInitialization

EClass getCInitialization()
Returns the meta object for class 'CInitialization'.

Returns:
the meta object for class 'CInitialization'.
See Also:
CInitialization

getCInitialization_Field

EAttribute getCInitialization_Field()
Returns the meta object for the attribute 'Field'.

Returns:
the meta object for the attribute 'Field'.
See Also:
CInitialization.getField(), getCInitialization()

getCInitialization_Parameter

EReference getCInitialization_Parameter()
Returns the meta object for the containment reference list 'Parameter'.

Returns:
the meta object for the containment reference list 'Parameter'.
See Also:
CInitialization.getParameter(), getCInitialization()

getCFor

EClass getCFor()
Returns the meta object for class 'CFor'.

Returns:
the meta object for class 'CFor'.
See Also:
CFor

getCFor_Initialization

EReference getCFor_Initialization()
Returns the meta object for the containment reference 'Initialization'.

Returns:
the meta object for the containment reference 'Initialization'.
See Also:
CFor.getInitialization(), getCFor()

getCFor_Codition

EReference getCFor_Codition()
Returns the meta object for the containment reference 'Codition'.

Returns:
the meta object for the containment reference 'Codition'.
See Also:
CFor.getCodition(), getCFor()

getCFor_Iteration

EReference getCFor_Iteration()
Returns the meta object for the reference 'Iteration'.

Returns:
the meta object for the reference 'Iteration'.
See Also:
CFor.getIteration(), getCFor()

getCConditionalExpression

EClass getCConditionalExpression()
Returns the meta object for class 'CConditional Expression'.

Returns:
the meta object for class 'CConditional Expression'.
See Also:
CConditionalExpression

getCConditionalExpression_TrueCase

EReference getCConditionalExpression_TrueCase()
Returns the meta object for the containment reference 'True Case'.

Returns:
the meta object for the containment reference 'True Case'.
See Also:
CConditionalExpression.getTrueCase(), getCConditionalExpression()

getCConditionalExpression_FalseCase

EReference getCConditionalExpression_FalseCase()
Returns the meta object for the containment reference 'False Case'.

Returns:
the meta object for the containment reference 'False Case'.
See Also:
CConditionalExpression.getFalseCase(), getCConditionalExpression()

getCHeaderText

EClass getCHeaderText()
Returns the meta object for class 'CHeader Text'.

Returns:
the meta object for class 'CHeader Text'.
See Also:
CHeaderText

getCHeaderText_CCode

EAttribute getCHeaderText_CCode()
Returns the meta object for the attribute 'CCode'.

Returns:
the meta object for the attribute 'CCode'.
See Also:
CHeaderText.getCCode(), getCHeaderText()

getJumpType

EEnum getJumpType()
Returns the meta object for enum 'Jump Type'.

Returns:
the meta object for enum 'Jump Type'.
See Also:
JumpType

getCmodelFactory

CmodelFactory getCmodelFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.