org.eclipse.ocl.examples.codegen.cgmodel
Interface CGModelPackage

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
CGModelPackageImpl

public interface CGModelPackage
extends org.eclipse.emf.ecore.EPackage

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

The CGModel provides a Code Generation friendly form of the OCL Abstract Syntax pivot model, with distinct classes such as LibraryPropertyCallExp and EcorePropertyCallExp for distinct purposes. Additional classes such as BoxExp, CatchExp and CastExp support rewrite optimizations.

References to the Abstract Syntax model are expressed as attributes with datatype values in order to avoid confusion as to whether the new or old pivot mosdel is in use while code generating the pivot model.

See Also:
CGModelFactory
Generated

Nested Class Summary
static interface CGModelPackage.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each operation of each class, each enum, and each data type
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Field Summary
static int CG_ACCUMULATOR
          The meta object id for the 'CG Accumulator' class.
static int CG_ACCUMULATOR__AST
          The feature id for the 'Ast' attribute.
static int CG_ACCUMULATOR__CALLABLE
          The feature id for the 'Callable' container reference.
static int CG_ACCUMULATOR__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_ACCUMULATOR__INIT
          The feature id for the 'Init' containment reference.
static int CG_ACCUMULATOR__NAME
          The feature id for the 'Name' attribute.
static int CG_ACCUMULATOR__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_ACCUMULATOR__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_ACCUMULATOR__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_ACCUMULATOR_FEATURE_COUNT
          The number of structural features of the 'CG Accumulator' class.
static int CG_ASSERT_NON_NULL_EXP
          The meta object id for the 'CG Assert Non Null Exp' class.
static int CG_ASSERT_NON_NULL_EXP__AST
          The feature id for the 'Ast' attribute.
static int CG_ASSERT_NON_NULL_EXP__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_ASSERT_NON_NULL_EXP__INVALIDATING
          The feature id for the 'Invalidating' attribute.
static int CG_ASSERT_NON_NULL_EXP__NAME
          The feature id for the 'Name' attribute.
static int CG_ASSERT_NON_NULL_EXP__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_ASSERT_NON_NULL_EXP__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_ASSERT_NON_NULL_EXP__SOURCE
          The feature id for the 'Source' containment reference.
static int CG_ASSERT_NON_NULL_EXP__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_ASSERT_NON_NULL_EXP__VALIDATING
          The feature id for the 'Validating' attribute.
static int CG_ASSERT_NON_NULL_EXP_FEATURE_COUNT
          The number of structural features of the 'CG Assert Non Null Exp' class.
static int CG_BOOLEAN
          The meta object id for the 'CG Boolean' class.
static int CG_BOOLEAN__AST
          The feature id for the 'Ast' attribute.
static int CG_BOOLEAN__BOOLEAN_VALUE
          The feature id for the 'Boolean Value' attribute.
static int CG_BOOLEAN__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_BOOLEAN__NAME
          The feature id for the 'Name' attribute.
static int CG_BOOLEAN__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_BOOLEAN__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_BOOLEAN__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_BOOLEAN_FEATURE_COUNT
          The number of structural features of the 'CG Boolean' class.
static int CG_BOX_EXP
          The meta object id for the 'CG Box Exp' class.
static int CG_BOX_EXP__AST
          The feature id for the 'Ast' attribute.
static int CG_BOX_EXP__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_BOX_EXP__INVALIDATING
          The feature id for the 'Invalidating' attribute.
static int CG_BOX_EXP__NAME
          The feature id for the 'Name' attribute.
static int CG_BOX_EXP__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_BOX_EXP__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_BOX_EXP__SOURCE
          The feature id for the 'Source' containment reference.
static int CG_BOX_EXP__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_BOX_EXP__VALIDATING
          The feature id for the 'Validating' attribute.
static int CG_BOX_EXP_FEATURE_COUNT
          The number of structural features of the 'CG Box Exp' class.
static int CG_BUILT_IN_ITERATION_CALL_EXP
          The meta object id for the 'CG Built In Iteration Call Exp' class.
static int CG_BUILT_IN_ITERATION_CALL_EXP__ACCUMULATOR
          The feature id for the 'Accumulator' containment reference.
static int CG_BUILT_IN_ITERATION_CALL_EXP__AST
          The feature id for the 'Ast' attribute.
static int CG_BUILT_IN_ITERATION_CALL_EXP__BODY
          The feature id for the 'Body' containment reference.
static int CG_BUILT_IN_ITERATION_CALL_EXP__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_BUILT_IN_ITERATION_CALL_EXP__INVALIDATING
          The feature id for the 'Invalidating' attribute.
static int CG_BUILT_IN_ITERATION_CALL_EXP__ITERATORS
          The feature id for the 'Iterators' containment reference list.
static int CG_BUILT_IN_ITERATION_CALL_EXP__NAME
          The feature id for the 'Name' attribute.
static int CG_BUILT_IN_ITERATION_CALL_EXP__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_BUILT_IN_ITERATION_CALL_EXP__REFERRED_ITERATION
          The feature id for the 'Referred Iteration' attribute.
static int CG_BUILT_IN_ITERATION_CALL_EXP__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_BUILT_IN_ITERATION_CALL_EXP__SOURCE
          The feature id for the 'Source' containment reference.
static int CG_BUILT_IN_ITERATION_CALL_EXP__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_BUILT_IN_ITERATION_CALL_EXP__VALIDATING
          The feature id for the 'Validating' attribute.
static int CG_BUILT_IN_ITERATION_CALL_EXP_FEATURE_COUNT
          The number of structural features of the 'CG Built In Iteration Call Exp' class.
static int CG_CALL_EXP
          The meta object id for the 'CG Call Exp' class.
static int CG_CALL_EXP__AST
          The feature id for the 'Ast' attribute.
static int CG_CALL_EXP__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_CALL_EXP__INVALIDATING
          The feature id for the 'Invalidating' attribute.
static int CG_CALL_EXP__NAME
          The feature id for the 'Name' attribute.
static int CG_CALL_EXP__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_CALL_EXP__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_CALL_EXP__SOURCE
          The feature id for the 'Source' containment reference.
static int CG_CALL_EXP__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_CALL_EXP__VALIDATING
          The feature id for the 'Validating' attribute.
static int CG_CALL_EXP_FEATURE_COUNT
          The number of structural features of the 'CG Call Exp' class.
static int CG_CALLABLE
          The meta object id for the 'CG Callable' class.
static int CG_CALLABLE__AST
          The feature id for the 'Ast' attribute.
static int CG_CALLABLE__BODY
          The feature id for the 'Body' containment reference.
static int CG_CALLABLE__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_CALLABLE__NAME
          The feature id for the 'Name' attribute.
static int CG_CALLABLE__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_CALLABLE__PARAMETERS
          The feature id for the 'Parameters' containment reference list.
static int CG_CALLABLE__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_CALLABLE__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_CALLABLE_FEATURE_COUNT
          The number of structural features of the 'CG Callable' class.
static int CG_CAST_EXP
          The meta object id for the 'CG Cast Exp' class.
static int CG_CAST_EXP__AST
          The feature id for the 'Ast' attribute.
static int CG_CAST_EXP__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_CAST_EXP__EXECUTOR_TYPE
          The feature id for the 'Executor Type' reference.
static int CG_CAST_EXP__INVALIDATING
          The feature id for the 'Invalidating' attribute.
static int CG_CAST_EXP__NAME
          The feature id for the 'Name' attribute.
static int CG_CAST_EXP__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_CAST_EXP__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_CAST_EXP__SOURCE
          The feature id for the 'Source' containment reference.
static int CG_CAST_EXP__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_CAST_EXP__VALIDATING
          The feature id for the 'Validating' attribute.
static int CG_CAST_EXP_FEATURE_COUNT
          The number of structural features of the 'CG Cast Exp' class.
static int CG_CATCH_EXP
          The meta object id for the 'CG Catch Exp' class.
static int CG_CATCH_EXP__AST
          The feature id for the 'Ast' attribute.
static int CG_CATCH_EXP__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_CATCH_EXP__INVALIDATING
          The feature id for the 'Invalidating' attribute.
static int CG_CATCH_EXP__NAME
          The feature id for the 'Name' attribute.
static int CG_CATCH_EXP__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_CATCH_EXP__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_CATCH_EXP__SOURCE
          The feature id for the 'Source' containment reference.
static int CG_CATCH_EXP__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_CATCH_EXP__VALIDATING
          The feature id for the 'Validating' attribute.
static int CG_CATCH_EXP_FEATURE_COUNT
          The number of structural features of the 'CG Catch Exp' class.
static int CG_CLASS
          The meta object id for the 'CG Class' class.
static int CG_CLASS__AST
          The feature id for the 'Ast' attribute.
static int CG_CLASS__CONTAINING_PACKAGE
          The feature id for the 'Containing Package' container reference.
static int CG_CLASS__INTERFACE
          The feature id for the 'Interface' attribute.
static int CG_CLASS__INVARIANTS
          The feature id for the 'Invariants' containment reference list.
static int CG_CLASS__NAME
          The feature id for the 'Name' attribute.
static int CG_CLASS__OPERATIONS
          The feature id for the 'Operations' containment reference list.
static int CG_CLASS__PROPERTIES
          The feature id for the 'Properties' containment reference list.
static int CG_CLASS__SUPER_TYPES
          The feature id for the 'Super Types' reference list.
static int CG_CLASS__TEMPLATE_PARAMETERS
          The feature id for the 'Template Parameters' reference list.
static int CG_CLASS_FEATURE_COUNT
          The number of structural features of the 'CG Class' class.
static int CG_COLLECTION_EXP
          The meta object id for the 'CG Collection Exp' class.
static int CG_COLLECTION_EXP__AST
          The feature id for the 'Ast' attribute.
static int CG_COLLECTION_EXP__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_COLLECTION_EXP__NAME
          The feature id for the 'Name' attribute.
static int CG_COLLECTION_EXP__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_COLLECTION_EXP__PARTS
          The feature id for the 'Parts' containment reference list.
static int CG_COLLECTION_EXP__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_COLLECTION_EXP__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_COLLECTION_EXP_FEATURE_COUNT
          The number of structural features of the 'CG Collection Exp' class.
static int CG_COLLECTION_PART
          The meta object id for the 'CG Collection Part' class.
static int CG_COLLECTION_PART__AST
          The feature id for the 'Ast' attribute.
static int CG_COLLECTION_PART__COLLECTION_EXP
          The feature id for the 'Collection Exp' container reference.
static int CG_COLLECTION_PART__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_COLLECTION_PART__FIRST
          The feature id for the 'First' containment reference.
static int CG_COLLECTION_PART__LAST
          The feature id for the 'Last' containment reference.
static int CG_COLLECTION_PART__NAME
          The feature id for the 'Name' attribute.
static int CG_COLLECTION_PART__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_COLLECTION_PART__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_COLLECTION_PART__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_COLLECTION_PART_FEATURE_COUNT
          The number of structural features of the 'CG Collection Part' class.
static int CG_CONSTANT
          The meta object id for the 'CG Constant' class.
static int CG_CONSTANT__AST
          The feature id for the 'Ast' attribute.
static int CG_CONSTANT__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_CONSTANT__NAME
          The feature id for the 'Name' attribute.
static int CG_CONSTANT__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_CONSTANT__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_CONSTANT__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_CONSTANT_EXP
          The meta object id for the 'CG Constant Exp' class.
static int CG_CONSTANT_EXP__AST
          The feature id for the 'Ast' attribute.
static int CG_CONSTANT_EXP__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_CONSTANT_EXP__NAME
          The feature id for the 'Name' attribute.
static int CG_CONSTANT_EXP__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_CONSTANT_EXP__REFERRED_CONSTANT
          The feature id for the 'Referred Constant' reference.
static int CG_CONSTANT_EXP__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_CONSTANT_EXP__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_CONSTANT_EXP_FEATURE_COUNT
          The number of structural features of the 'CG Constant Exp' class.
static int CG_CONSTANT_FEATURE_COUNT
          The number of structural features of the 'CG Constant' class.
static int CG_CONSTRAINT
          The meta object id for the 'CG Constraint' class.
static int CG_CONSTRAINT__AST
          The feature id for the 'Ast' attribute.
static int CG_CONSTRAINT__BODY
          The feature id for the 'Body' containment reference.
static int CG_CONSTRAINT__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_CONSTRAINT__NAME
          The feature id for the 'Name' attribute.
static int CG_CONSTRAINT__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_CONSTRAINT__PARAMETERS
          The feature id for the 'Parameters' containment reference list.
static int CG_CONSTRAINT__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_CONSTRAINT__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_CONSTRAINT_FEATURE_COUNT
          The number of structural features of the 'CG Constraint' class.
static int CG_CONSTRUCTOR_EXP
          The meta object id for the 'CG Constructor Exp' class.
static int CG_CONSTRUCTOR_EXP__AST
          The feature id for the 'Ast' attribute.
static int CG_CONSTRUCTOR_EXP__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_CONSTRUCTOR_EXP__EXECUTOR_TYPE
          The feature id for the 'Executor Type' reference.
static int CG_CONSTRUCTOR_EXP__NAME
          The feature id for the 'Name' attribute.
static int CG_CONSTRUCTOR_EXP__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_CONSTRUCTOR_EXP__PARTS
          The feature id for the 'Parts' containment reference list.
static int CG_CONSTRUCTOR_EXP__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_CONSTRUCTOR_EXP__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_CONSTRUCTOR_EXP_FEATURE_COUNT
          The number of structural features of the 'CG Constructor Exp' class.
static int CG_CONSTRUCTOR_PART
          The meta object id for the 'CG Constructor Part' class.
static int CG_CONSTRUCTOR_PART__AST
          The feature id for the 'Ast' attribute.
static int CG_CONSTRUCTOR_PART__CONSTRUCTOR_EXP
          The feature id for the 'Constructor Exp' container reference.
static int CG_CONSTRUCTOR_PART__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_CONSTRUCTOR_PART__EXECUTOR_PART
          The feature id for the 'Executor Part' reference.
static int CG_CONSTRUCTOR_PART__INIT
          The feature id for the 'Init' containment reference.
static int CG_CONSTRUCTOR_PART__NAME
          The feature id for the 'Name' attribute.
static int CG_CONSTRUCTOR_PART__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_CONSTRUCTOR_PART__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_CONSTRUCTOR_PART__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_CONSTRUCTOR_PART_FEATURE_COUNT
          The number of structural features of the 'CG Constructor Part' class.
static int CG_ECORE_CLASS_CONSTRUCTOR_EXP
          The meta object id for the 'CG Ecore Class Constructor Exp' class.
static int CG_ECORE_CLASS_CONSTRUCTOR_EXP__AST
          The feature id for the 'Ast' attribute.
static int CG_ECORE_CLASS_CONSTRUCTOR_EXP__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_ECORE_CLASS_CONSTRUCTOR_EXP__ECLASS
          The feature id for the 'EClass' reference.
static int CG_ECORE_CLASS_CONSTRUCTOR_EXP__EXECUTOR_TYPE
          The feature id for the 'Executor Type' reference.
static int CG_ECORE_CLASS_CONSTRUCTOR_EXP__NAME
          The feature id for the 'Name' attribute.
static int CG_ECORE_CLASS_CONSTRUCTOR_EXP__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_ECORE_CLASS_CONSTRUCTOR_EXP__PARTS
          The feature id for the 'Parts' containment reference list.
static int CG_ECORE_CLASS_CONSTRUCTOR_EXP__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_ECORE_CLASS_CONSTRUCTOR_EXP__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_ECORE_CLASS_CONSTRUCTOR_EXP_FEATURE_COUNT
          The number of structural features of the 'CG Ecore Class Constructor Exp' class.
static int CG_ECORE_DATA_TYPE_CONSTRUCTOR_EXP
          The meta object id for the 'CG Ecore Data Type Constructor Exp' class.
static int CG_ECORE_DATA_TYPE_CONSTRUCTOR_EXP__AST
          The feature id for the 'Ast' attribute.
static int CG_ECORE_DATA_TYPE_CONSTRUCTOR_EXP__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_ECORE_DATA_TYPE_CONSTRUCTOR_EXP__EDATA_TYPE
          The feature id for the 'EData Type' reference.
static int CG_ECORE_DATA_TYPE_CONSTRUCTOR_EXP__EXECUTOR_TYPE
          The feature id for the 'Executor Type' reference.
static int CG_ECORE_DATA_TYPE_CONSTRUCTOR_EXP__NAME
          The feature id for the 'Name' attribute.
static int CG_ECORE_DATA_TYPE_CONSTRUCTOR_EXP__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_ECORE_DATA_TYPE_CONSTRUCTOR_EXP__PARTS
          The feature id for the 'Parts' containment reference list.
static int CG_ECORE_DATA_TYPE_CONSTRUCTOR_EXP__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_ECORE_DATA_TYPE_CONSTRUCTOR_EXP__STRING
          The feature id for the 'String' attribute.
static int CG_ECORE_DATA_TYPE_CONSTRUCTOR_EXP__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_ECORE_DATA_TYPE_CONSTRUCTOR_EXP_FEATURE_COUNT
          The number of structural features of the 'CG Ecore Data Type Constructor Exp' class.
static int CG_ECORE_OPERATION
          The meta object id for the 'CG Ecore Operation' class.
static int CG_ECORE_OPERATION__AST
          The feature id for the 'Ast' attribute.
static int CG_ECORE_OPERATION__BODY
          The feature id for the 'Body' containment reference.
static int CG_ECORE_OPERATION__CONTAINING_CLASS
          The feature id for the 'Containing Class' container reference.
static int CG_ECORE_OPERATION__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_ECORE_OPERATION__EOPERATION
          The feature id for the 'EOperation' reference.
static int CG_ECORE_OPERATION__NAME
          The feature id for the 'Name' attribute.
static int CG_ECORE_OPERATION__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_ECORE_OPERATION__PARAMETERS
          The feature id for the 'Parameters' containment reference list.
static int CG_ECORE_OPERATION__POSTCONDITIONS
          The feature id for the 'Postconditions' containment reference list.
static int CG_ECORE_OPERATION__PRECONDITIONS
          The feature id for the 'Preconditions' containment reference list.
static int CG_ECORE_OPERATION__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_ECORE_OPERATION__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_ECORE_OPERATION_CALL_EXP
          The meta object id for the 'CG Ecore Operation Call Exp' class.
static int CG_ECORE_OPERATION_CALL_EXP__ARGUMENTS
          The feature id for the 'Arguments' containment reference list.
static int CG_ECORE_OPERATION_CALL_EXP__AST
          The feature id for the 'Ast' attribute.
static int CG_ECORE_OPERATION_CALL_EXP__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_ECORE_OPERATION_CALL_EXP__EOPERATION
          The feature id for the 'EOperation' reference.
static int CG_ECORE_OPERATION_CALL_EXP__INVALIDATING
          The feature id for the 'Invalidating' attribute.
static int CG_ECORE_OPERATION_CALL_EXP__NAME
          The feature id for the 'Name' attribute.
static int CG_ECORE_OPERATION_CALL_EXP__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_ECORE_OPERATION_CALL_EXP__REFERRED_OPERATION
          The feature id for the 'Referred Operation' attribute.
static int CG_ECORE_OPERATION_CALL_EXP__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_ECORE_OPERATION_CALL_EXP__SOURCE
          The feature id for the 'Source' containment reference.
static int CG_ECORE_OPERATION_CALL_EXP__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_ECORE_OPERATION_CALL_EXP__VALIDATING
          The feature id for the 'Validating' attribute.
static int CG_ECORE_OPERATION_CALL_EXP_FEATURE_COUNT
          The number of structural features of the 'CG Ecore Operation Call Exp' class.
static int CG_ECORE_OPERATION_FEATURE_COUNT
          The number of structural features of the 'CG Ecore Operation' class.
static int CG_ECORE_OPPOSITE_PROPERTY_CALL_EXP
          The meta object id for the 'CG Ecore Opposite Property Call Exp' class.
static int CG_ECORE_OPPOSITE_PROPERTY_CALL_EXP__AST
          The feature id for the 'Ast' attribute.
static int CG_ECORE_OPPOSITE_PROPERTY_CALL_EXP__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_ECORE_OPPOSITE_PROPERTY_CALL_EXP__ESTRUCTURAL_FEATURE
          The feature id for the 'EStructural Feature' reference.
static int CG_ECORE_OPPOSITE_PROPERTY_CALL_EXP__INVALIDATING
          The feature id for the 'Invalidating' attribute.
static int CG_ECORE_OPPOSITE_PROPERTY_CALL_EXP__NAME
          The feature id for the 'Name' attribute.
static int CG_ECORE_OPPOSITE_PROPERTY_CALL_EXP__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_ECORE_OPPOSITE_PROPERTY_CALL_EXP__REFERRED_PROPERTY
          The feature id for the 'Referred Property' attribute.
static int CG_ECORE_OPPOSITE_PROPERTY_CALL_EXP__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_ECORE_OPPOSITE_PROPERTY_CALL_EXP__SOURCE
          The feature id for the 'Source' containment reference.
static int CG_ECORE_OPPOSITE_PROPERTY_CALL_EXP__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_ECORE_OPPOSITE_PROPERTY_CALL_EXP__VALIDATING
          The feature id for the 'Validating' attribute.
static int CG_ECORE_OPPOSITE_PROPERTY_CALL_EXP_FEATURE_COUNT
          The number of structural features of the 'CG Ecore Opposite Property Call Exp' class.
static int CG_ECORE_PROPERTY_CALL_EXP
          The meta object id for the 'CG Ecore Property Call Exp' class.
static int CG_ECORE_PROPERTY_CALL_EXP__AST
          The feature id for the 'Ast' attribute.
static int CG_ECORE_PROPERTY_CALL_EXP__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_ECORE_PROPERTY_CALL_EXP__ESTRUCTURAL_FEATURE
          The feature id for the 'EStructural Feature' reference.
static int CG_ECORE_PROPERTY_CALL_EXP__INVALIDATING
          The feature id for the 'Invalidating' attribute.
static int CG_ECORE_PROPERTY_CALL_EXP__NAME
          The feature id for the 'Name' attribute.
static int CG_ECORE_PROPERTY_CALL_EXP__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_ECORE_PROPERTY_CALL_EXP__REFERRED_PROPERTY
          The feature id for the 'Referred Property' attribute.
static int CG_ECORE_PROPERTY_CALL_EXP__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_ECORE_PROPERTY_CALL_EXP__SOURCE
          The feature id for the 'Source' containment reference.
static int CG_ECORE_PROPERTY_CALL_EXP__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_ECORE_PROPERTY_CALL_EXP__VALIDATING
          The feature id for the 'Validating' attribute.
static int CG_ECORE_PROPERTY_CALL_EXP_FEATURE_COUNT
          The number of structural features of the 'CG Ecore Property Call Exp' class.
static int CG_ELEMENT
          The meta object id for the 'CG Element' class.
static int CG_ELEMENT_FEATURE_COUNT
          The number of structural features of the 'CG Element' class.
static int CG_ELEMENT_ID
          The meta object id for the 'CG Element Id' class.
static int CG_ELEMENT_ID__AST
          The feature id for the 'Ast' attribute.
static int CG_ELEMENT_ID__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_ELEMENT_ID__ELEMENT_ID
          The feature id for the 'Element Id' attribute.
static int CG_ELEMENT_ID__NAME
          The feature id for the 'Name' attribute.
static int CG_ELEMENT_ID__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_ELEMENT_ID__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_ELEMENT_ID__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_ELEMENT_ID_FEATURE_COUNT
          The number of structural features of the 'CG Element Id' class.
static int CG_EXECUTOR_COMPOSITION_PROPERTY
          The meta object id for the 'CG Executor Composition Property' class.
static int CG_EXECUTOR_COMPOSITION_PROPERTY__AST
          The feature id for the 'Ast' attribute.
static int CG_EXECUTOR_COMPOSITION_PROPERTY__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_EXECUTOR_COMPOSITION_PROPERTY__NAME
          The feature id for the 'Name' attribute.
static int CG_EXECUTOR_COMPOSITION_PROPERTY__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_EXECUTOR_COMPOSITION_PROPERTY__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_EXECUTOR_COMPOSITION_PROPERTY__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_EXECUTOR_COMPOSITION_PROPERTY__UNDERLYING_PROPERTY_ID
          The feature id for the 'Underlying Property Id' reference.
static int CG_EXECUTOR_COMPOSITION_PROPERTY_FEATURE_COUNT
          The number of structural features of the 'CG Executor Composition Property' class.
static int CG_EXECUTOR_CONSTRUCTOR_PART
          The meta object id for the 'CG Executor Constructor Part' class.
static int CG_EXECUTOR_CONSTRUCTOR_PART__AST
          The feature id for the 'Ast' attribute.
static int CG_EXECUTOR_CONSTRUCTOR_PART__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_EXECUTOR_CONSTRUCTOR_PART__NAME
          The feature id for the 'Name' attribute.
static int CG_EXECUTOR_CONSTRUCTOR_PART__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_EXECUTOR_CONSTRUCTOR_PART__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_EXECUTOR_CONSTRUCTOR_PART__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_EXECUTOR_CONSTRUCTOR_PART__UNDERLYING_PROPERTY_ID
          The feature id for the 'Underlying Property Id' reference.
static int CG_EXECUTOR_CONSTRUCTOR_PART_FEATURE_COUNT
          The number of structural features of the 'CG Executor Constructor Part' class.
static int CG_EXECUTOR_NAVIGATION_PROPERTY
          The meta object id for the 'CG Executor Navigation Property' class.
static int CG_EXECUTOR_NAVIGATION_PROPERTY__AST
          The feature id for the 'Ast' attribute.
static int CG_EXECUTOR_NAVIGATION_PROPERTY__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_EXECUTOR_NAVIGATION_PROPERTY__NAME
          The feature id for the 'Name' attribute.
static int CG_EXECUTOR_NAVIGATION_PROPERTY__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_EXECUTOR_NAVIGATION_PROPERTY__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_EXECUTOR_NAVIGATION_PROPERTY__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_EXECUTOR_NAVIGATION_PROPERTY__UNDERLYING_PROPERTY_ID
          The feature id for the 'Underlying Property Id' reference.
static int CG_EXECUTOR_NAVIGATION_PROPERTY_FEATURE_COUNT
          The number of structural features of the 'CG Executor Navigation Property' class.
static int CG_EXECUTOR_OPERATION
          The meta object id for the 'CG Executor Operation' class.
static int CG_EXECUTOR_OPERATION__AST
          The feature id for the 'Ast' attribute.
static int CG_EXECUTOR_OPERATION__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_EXECUTOR_OPERATION__NAME
          The feature id for the 'Name' attribute.
static int CG_EXECUTOR_OPERATION__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_EXECUTOR_OPERATION__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_EXECUTOR_OPERATION__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_EXECUTOR_OPERATION__UNDERLYING_OPERATION_ID
          The feature id for the 'Underlying Operation Id' reference.
static int CG_EXECUTOR_OPERATION_CALL_EXP
          The meta object id for the 'CG Executor Operation Call Exp' class.
static int CG_EXECUTOR_OPERATION_CALL_EXP__ARGUMENTS
          The feature id for the 'Arguments' containment reference list.
static int CG_EXECUTOR_OPERATION_CALL_EXP__AST
          The feature id for the 'Ast' attribute.
static int CG_EXECUTOR_OPERATION_CALL_EXP__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_EXECUTOR_OPERATION_CALL_EXP__EXECUTOR_OPERATION
          The feature id for the 'Executor Operation' reference.
static int CG_EXECUTOR_OPERATION_CALL_EXP__INVALIDATING
          The feature id for the 'Invalidating' attribute.
static int CG_EXECUTOR_OPERATION_CALL_EXP__NAME
          The feature id for the 'Name' attribute.
static int CG_EXECUTOR_OPERATION_CALL_EXP__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_EXECUTOR_OPERATION_CALL_EXP__REFERRED_OPERATION
          The feature id for the 'Referred Operation' attribute.
static int CG_EXECUTOR_OPERATION_CALL_EXP__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_EXECUTOR_OPERATION_CALL_EXP__SOURCE
          The feature id for the 'Source' containment reference.
static int CG_EXECUTOR_OPERATION_CALL_EXP__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_EXECUTOR_OPERATION_CALL_EXP__VALIDATING
          The feature id for the 'Validating' attribute.
static int CG_EXECUTOR_OPERATION_CALL_EXP_FEATURE_COUNT
          The number of structural features of the 'CG Executor Operation Call Exp' class.
static int CG_EXECUTOR_OPERATION_FEATURE_COUNT
          The number of structural features of the 'CG Executor Operation' class.
static int CG_EXECUTOR_OPPOSITE_PROPERTY
          The meta object id for the 'CG Executor Opposite Property' class.
static int CG_EXECUTOR_OPPOSITE_PROPERTY__AST
          The feature id for the 'Ast' attribute.
static int CG_EXECUTOR_OPPOSITE_PROPERTY__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_EXECUTOR_OPPOSITE_PROPERTY__NAME
          The feature id for the 'Name' attribute.
static int CG_EXECUTOR_OPPOSITE_PROPERTY__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_EXECUTOR_OPPOSITE_PROPERTY__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_EXECUTOR_OPPOSITE_PROPERTY__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_EXECUTOR_OPPOSITE_PROPERTY__UNDERLYING_PROPERTY_ID
          The feature id for the 'Underlying Property Id' reference.
static int CG_EXECUTOR_OPPOSITE_PROPERTY_CALL_EXP
          The meta object id for the 'CG Executor Opposite Property Call Exp' class.
static int CG_EXECUTOR_OPPOSITE_PROPERTY_CALL_EXP__AST
          The feature id for the 'Ast' attribute.
static int CG_EXECUTOR_OPPOSITE_PROPERTY_CALL_EXP__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_EXECUTOR_OPPOSITE_PROPERTY_CALL_EXP__EXECUTOR_PROPERTY
          The feature id for the 'Executor Property' reference.
static int CG_EXECUTOR_OPPOSITE_PROPERTY_CALL_EXP__INVALIDATING
          The feature id for the 'Invalidating' attribute.
static int CG_EXECUTOR_OPPOSITE_PROPERTY_CALL_EXP__NAME
          The feature id for the 'Name' attribute.
static int CG_EXECUTOR_OPPOSITE_PROPERTY_CALL_EXP__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_EXECUTOR_OPPOSITE_PROPERTY_CALL_EXP__REFERRED_PROPERTY
          The feature id for the 'Referred Property' attribute.
static int CG_EXECUTOR_OPPOSITE_PROPERTY_CALL_EXP__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_EXECUTOR_OPPOSITE_PROPERTY_CALL_EXP__SOURCE
          The feature id for the 'Source' containment reference.
static int CG_EXECUTOR_OPPOSITE_PROPERTY_CALL_EXP__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_EXECUTOR_OPPOSITE_PROPERTY_CALL_EXP__VALIDATING
          The feature id for the 'Validating' attribute.
static int CG_EXECUTOR_OPPOSITE_PROPERTY_CALL_EXP_FEATURE_COUNT
          The number of structural features of the 'CG Executor Opposite Property Call Exp' class.
static int CG_EXECUTOR_OPPOSITE_PROPERTY_FEATURE_COUNT
          The number of structural features of the 'CG Executor Opposite Property' class.
static int CG_EXECUTOR_PROPERTY
          The meta object id for the 'CG Executor Property' class.
static int CG_EXECUTOR_PROPERTY__AST
          The feature id for the 'Ast' attribute.
static int CG_EXECUTOR_PROPERTY__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_EXECUTOR_PROPERTY__NAME
          The feature id for the 'Name' attribute.
static int CG_EXECUTOR_PROPERTY__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_EXECUTOR_PROPERTY__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_EXECUTOR_PROPERTY__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_EXECUTOR_PROPERTY__UNDERLYING_PROPERTY_ID
          The feature id for the 'Underlying Property Id' reference.
static int CG_EXECUTOR_PROPERTY_CALL_EXP
          The meta object id for the 'CG Executor Property Call Exp' class.
static int CG_EXECUTOR_PROPERTY_CALL_EXP__AST
          The feature id for the 'Ast' attribute.
static int CG_EXECUTOR_PROPERTY_CALL_EXP__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_EXECUTOR_PROPERTY_CALL_EXP__EXECUTOR_PROPERTY
          The feature id for the 'Executor Property' reference.
static int CG_EXECUTOR_PROPERTY_CALL_EXP__INVALIDATING
          The feature id for the 'Invalidating' attribute.
static int CG_EXECUTOR_PROPERTY_CALL_EXP__NAME
          The feature id for the 'Name' attribute.
static int CG_EXECUTOR_PROPERTY_CALL_EXP__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_EXECUTOR_PROPERTY_CALL_EXP__REFERRED_PROPERTY
          The feature id for the 'Referred Property' attribute.
static int CG_EXECUTOR_PROPERTY_CALL_EXP__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_EXECUTOR_PROPERTY_CALL_EXP__SOURCE
          The feature id for the 'Source' containment reference.
static int CG_EXECUTOR_PROPERTY_CALL_EXP__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_EXECUTOR_PROPERTY_CALL_EXP__VALIDATING
          The feature id for the 'Validating' attribute.
static int CG_EXECUTOR_PROPERTY_CALL_EXP_FEATURE_COUNT
          The number of structural features of the 'CG Executor Property Call Exp' class.
static int CG_EXECUTOR_PROPERTY_FEATURE_COUNT
          The number of structural features of the 'CG Executor Property' class.
static int CG_EXECUTOR_TYPE
          The meta object id for the 'CG Executor Type' class.
static int CG_EXECUTOR_TYPE__AST
          The feature id for the 'Ast' attribute.
static int CG_EXECUTOR_TYPE__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_EXECUTOR_TYPE__NAME
          The feature id for the 'Name' attribute.
static int CG_EXECUTOR_TYPE__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_EXECUTOR_TYPE__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_EXECUTOR_TYPE__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_EXECUTOR_TYPE__UNDERLYING_TYPE_ID
          The feature id for the 'Underlying Type Id' reference.
static int CG_EXECUTOR_TYPE_FEATURE_COUNT
          The number of structural features of the 'CG Executor Type' class.
static int CG_FINAL_VARIABLE
          The meta object id for the 'CG Final Variable' class.
static int CG_FINAL_VARIABLE__AST
          The feature id for the 'Ast' attribute.
static int CG_FINAL_VARIABLE__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_FINAL_VARIABLE__INIT
          The feature id for the 'Init' containment reference.
static int CG_FINAL_VARIABLE__NAME
          The feature id for the 'Name' attribute.
static int CG_FINAL_VARIABLE__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_FINAL_VARIABLE__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_FINAL_VARIABLE__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_FINAL_VARIABLE_FEATURE_COUNT
          The number of structural features of the 'CG Final Variable' class.
static int CG_GUARD_EXP
          The meta object id for the 'CG Guard Exp' class.
static int CG_GUARD_EXP__AST
          The feature id for the 'Ast' attribute.
static int CG_GUARD_EXP__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_GUARD_EXP__INVALIDATING
          The feature id for the 'Invalidating' attribute.
static int CG_GUARD_EXP__MESSAGE
          The feature id for the 'Message' attribute.
static int CG_GUARD_EXP__NAME
          The feature id for the 'Name' attribute.
static int CG_GUARD_EXP__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_GUARD_EXP__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_GUARD_EXP__SOURCE
          The feature id for the 'Source' containment reference.
static int CG_GUARD_EXP__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_GUARD_EXP__VALIDATING
          The feature id for the 'Validating' attribute.
static int CG_GUARD_EXP_FEATURE_COUNT
          The number of structural features of the 'CG Guard Exp' class.
static int CG_IF_EXP
          The meta object id for the 'CG If Exp' class.
static int CG_IF_EXP__AST
          The feature id for the 'Ast' attribute.
static int CG_IF_EXP__CONDITION
          The feature id for the 'Condition' containment reference.
static int CG_IF_EXP__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_IF_EXP__ELSE_EXPRESSION
          The feature id for the 'Else Expression' containment reference.
static int CG_IF_EXP__NAME
          The feature id for the 'Name' attribute.
static int CG_IF_EXP__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_IF_EXP__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_IF_EXP__THEN_EXPRESSION
          The feature id for the 'Then Expression' containment reference.
static int CG_IF_EXP__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_IF_EXP_FEATURE_COUNT
          The number of structural features of the 'CG If Exp' class.
static int CG_INTEGER
          The meta object id for the 'CG Integer' class.
static int CG_INTEGER__AST
          The feature id for the 'Ast' attribute.
static int CG_INTEGER__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_INTEGER__NAME
          The feature id for the 'Name' attribute.
static int CG_INTEGER__NUMERIC_VALUE
          The feature id for the 'Numeric Value' attribute.
static int CG_INTEGER__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_INTEGER__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_INTEGER__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_INTEGER_FEATURE_COUNT
          The number of structural features of the 'CG Integer' class.
static int CG_INVALID
          The meta object id for the 'CG Invalid' class.
static int CG_INVALID__AST
          The feature id for the 'Ast' attribute.
static int CG_INVALID__BINDINGS
          The feature id for the 'Bindings' attribute list.
static int CG_INVALID__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_INVALID__MESSAGE_TEMPLATE
          The feature id for the 'Message Template' attribute.
static int CG_INVALID__NAME
          The feature id for the 'Name' attribute.
static int CG_INVALID__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_INVALID__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_INVALID__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_INVALID_FEATURE_COUNT
          The number of structural features of the 'CG Invalid' class.
static int CG_IS_EQUAL_EXP
          The meta object id for the 'CG Is Equal Exp' class.
static int CG_IS_EQUAL_EXP__ARGUMENT
          The feature id for the 'Argument' containment reference.
static int CG_IS_EQUAL_EXP__AST
          The feature id for the 'Ast' attribute.
static int CG_IS_EQUAL_EXP__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_IS_EQUAL_EXP__INVALIDATING
          The feature id for the 'Invalidating' attribute.
static int CG_IS_EQUAL_EXP__NAME
          The feature id for the 'Name' attribute.
static int CG_IS_EQUAL_EXP__NOT_EQUALS
          The feature id for the 'Not Equals' attribute.
static int CG_IS_EQUAL_EXP__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_IS_EQUAL_EXP__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_IS_EQUAL_EXP__SOURCE
          The feature id for the 'Source' containment reference.
static int CG_IS_EQUAL_EXP__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_IS_EQUAL_EXP__VALIDATING
          The feature id for the 'Validating' attribute.
static int CG_IS_EQUAL_EXP_FEATURE_COUNT
          The number of structural features of the 'CG Is Equal Exp' class.
static int CG_IS_INVALID_EXP
          The meta object id for the 'CG Is Invalid Exp' class.
static int CG_IS_INVALID_EXP__AST
          The feature id for the 'Ast' attribute.
static int CG_IS_INVALID_EXP__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_IS_INVALID_EXP__INVALIDATING
          The feature id for the 'Invalidating' attribute.
static int CG_IS_INVALID_EXP__NAME
          The feature id for the 'Name' attribute.
static int CG_IS_INVALID_EXP__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_IS_INVALID_EXP__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_IS_INVALID_EXP__SOURCE
          The feature id for the 'Source' containment reference.
static int CG_IS_INVALID_EXP__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_IS_INVALID_EXP__VALIDATING
          The feature id for the 'Validating' attribute.
static int CG_IS_INVALID_EXP_FEATURE_COUNT
          The number of structural features of the 'CG Is Invalid Exp' class.
static int CG_IS_UNDEFINED_EXP
          The meta object id for the 'CG Is Undefined Exp' class.
static int CG_IS_UNDEFINED_EXP__AST
          The feature id for the 'Ast' attribute.
static int CG_IS_UNDEFINED_EXP__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_IS_UNDEFINED_EXP__INVALIDATING
          The feature id for the 'Invalidating' attribute.
static int CG_IS_UNDEFINED_EXP__NAME
          The feature id for the 'Name' attribute.
static int CG_IS_UNDEFINED_EXP__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_IS_UNDEFINED_EXP__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_IS_UNDEFINED_EXP__SOURCE
          The feature id for the 'Source' containment reference.
static int CG_IS_UNDEFINED_EXP__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_IS_UNDEFINED_EXP__VALIDATING
          The feature id for the 'Validating' attribute.
static int CG_IS_UNDEFINED_EXP_FEATURE_COUNT
          The number of structural features of the 'CG Is Undefined Exp' class.
static int CG_ITERATION_CALL_EXP
          The meta object id for the 'CG Iteration Call Exp' class.
static int CG_ITERATION_CALL_EXP__AST
          The feature id for the 'Ast' attribute.
static int CG_ITERATION_CALL_EXP__BODY
          The feature id for the 'Body' containment reference.
static int CG_ITERATION_CALL_EXP__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_ITERATION_CALL_EXP__INVALIDATING
          The feature id for the 'Invalidating' attribute.
static int CG_ITERATION_CALL_EXP__ITERATORS
          The feature id for the 'Iterators' containment reference list.
static int CG_ITERATION_CALL_EXP__NAME
          The feature id for the 'Name' attribute.
static int CG_ITERATION_CALL_EXP__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_ITERATION_CALL_EXP__REFERRED_ITERATION
          The feature id for the 'Referred Iteration' attribute.
static int CG_ITERATION_CALL_EXP__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_ITERATION_CALL_EXP__SOURCE
          The feature id for the 'Source' containment reference.
static int CG_ITERATION_CALL_EXP__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_ITERATION_CALL_EXP__VALIDATING
          The feature id for the 'Validating' attribute.
static int CG_ITERATION_CALL_EXP_FEATURE_COUNT
          The number of structural features of the 'CG Iteration Call Exp' class.
static int CG_ITERATOR
          The meta object id for the 'CG Iterator' class.
static int CG_ITERATOR__AST
          The feature id for the 'Ast' attribute.
static int CG_ITERATOR__CALLABLE
          The feature id for the 'Callable' container reference.
static int CG_ITERATOR__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_ITERATOR__INIT
          The feature id for the 'Init' containment reference.
static int CG_ITERATOR__NAME
          The feature id for the 'Name' attribute.
static int CG_ITERATOR__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_ITERATOR__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_ITERATOR__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_ITERATOR_FEATURE_COUNT
          The number of structural features of the 'CG Iterator' class.
static int CG_LET_EXP
          The meta object id for the 'CG Let Exp' class.
static int CG_LET_EXP__AST
          The feature id for the 'Ast' attribute.
static int CG_LET_EXP__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_LET_EXP__IN
          The feature id for the 'In' containment reference.
static int CG_LET_EXP__INIT
          The feature id for the 'Init' containment reference.
static int CG_LET_EXP__NAME
          The feature id for the 'Name' attribute.
static int CG_LET_EXP__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_LET_EXP__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_LET_EXP__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_LET_EXP_FEATURE_COUNT
          The number of structural features of the 'CG Let Exp' class.
static int CG_LIBRARY_ITERATE_CALL_EXP
          The meta object id for the 'CG Library Iterate Call Exp' class.
static int CG_LIBRARY_ITERATE_CALL_EXP__AST
          The feature id for the 'Ast' attribute.
static int CG_LIBRARY_ITERATE_CALL_EXP__BODY
          The feature id for the 'Body' containment reference.
static int CG_LIBRARY_ITERATE_CALL_EXP__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_LIBRARY_ITERATE_CALL_EXP__INVALIDATING
          The feature id for the 'Invalidating' attribute.
static int CG_LIBRARY_ITERATE_CALL_EXP__ITERATORS
          The feature id for the 'Iterators' containment reference list.
static int CG_LIBRARY_ITERATE_CALL_EXP__LIBRARY_ITERATION
          The feature id for the 'Library Iteration' attribute.
static int CG_LIBRARY_ITERATE_CALL_EXP__NAME
          The feature id for the 'Name' attribute.
static int CG_LIBRARY_ITERATE_CALL_EXP__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_LIBRARY_ITERATE_CALL_EXP__REFERRED_ITERATION
          The feature id for the 'Referred Iteration' attribute.
static int CG_LIBRARY_ITERATE_CALL_EXP__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_LIBRARY_ITERATE_CALL_EXP__RESULT
          The feature id for the 'Result' containment reference.
static int CG_LIBRARY_ITERATE_CALL_EXP__SOURCE
          The feature id for the 'Source' containment reference.
static int CG_LIBRARY_ITERATE_CALL_EXP__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_LIBRARY_ITERATE_CALL_EXP__VALIDATING
          The feature id for the 'Validating' attribute.
static int CG_LIBRARY_ITERATE_CALL_EXP_FEATURE_COUNT
          The number of structural features of the 'CG Library Iterate Call Exp' class.
static int CG_LIBRARY_ITERATION_CALL_EXP
          The meta object id for the 'CG Library Iteration Call Exp' class.
static int CG_LIBRARY_ITERATION_CALL_EXP__AST
          The feature id for the 'Ast' attribute.
static int CG_LIBRARY_ITERATION_CALL_EXP__BODY
          The feature id for the 'Body' containment reference.
static int CG_LIBRARY_ITERATION_CALL_EXP__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_LIBRARY_ITERATION_CALL_EXP__INVALIDATING
          The feature id for the 'Invalidating' attribute.
static int CG_LIBRARY_ITERATION_CALL_EXP__ITERATORS
          The feature id for the 'Iterators' containment reference list.
static int CG_LIBRARY_ITERATION_CALL_EXP__LIBRARY_ITERATION
          The feature id for the 'Library Iteration' attribute.
static int CG_LIBRARY_ITERATION_CALL_EXP__NAME
          The feature id for the 'Name' attribute.
static int CG_LIBRARY_ITERATION_CALL_EXP__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_LIBRARY_ITERATION_CALL_EXP__REFERRED_ITERATION
          The feature id for the 'Referred Iteration' attribute.
static int CG_LIBRARY_ITERATION_CALL_EXP__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_LIBRARY_ITERATION_CALL_EXP__SOURCE
          The feature id for the 'Source' containment reference.
static int CG_LIBRARY_ITERATION_CALL_EXP__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_LIBRARY_ITERATION_CALL_EXP__VALIDATING
          The feature id for the 'Validating' attribute.
static int CG_LIBRARY_ITERATION_CALL_EXP_FEATURE_COUNT
          The number of structural features of the 'CG Library Iteration Call Exp' class.
static int CG_LIBRARY_OPERATION
          The meta object id for the 'CG Library Operation' class.
static int CG_LIBRARY_OPERATION__AST
          The feature id for the 'Ast' attribute.
static int CG_LIBRARY_OPERATION__BODY
          The feature id for the 'Body' containment reference.
static int CG_LIBRARY_OPERATION__CONTAINING_CLASS
          The feature id for the 'Containing Class' container reference.
static int CG_LIBRARY_OPERATION__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_LIBRARY_OPERATION__NAME
          The feature id for the 'Name' attribute.
static int CG_LIBRARY_OPERATION__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_LIBRARY_OPERATION__PARAMETERS
          The feature id for the 'Parameters' containment reference list.
static int CG_LIBRARY_OPERATION__POSTCONDITIONS
          The feature id for the 'Postconditions' containment reference list.
static int CG_LIBRARY_OPERATION__PRECONDITIONS
          The feature id for the 'Preconditions' containment reference list.
static int CG_LIBRARY_OPERATION__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_LIBRARY_OPERATION__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_LIBRARY_OPERATION_CALL_EXP
          The meta object id for the 'CG Library Operation Call Exp' class.
static int CG_LIBRARY_OPERATION_CALL_EXP__ARGUMENTS
          The feature id for the 'Arguments' containment reference list.
static int CG_LIBRARY_OPERATION_CALL_EXP__AST
          The feature id for the 'Ast' attribute.
static int CG_LIBRARY_OPERATION_CALL_EXP__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_LIBRARY_OPERATION_CALL_EXP__INVALIDATING
          The feature id for the 'Invalidating' attribute.
static int CG_LIBRARY_OPERATION_CALL_EXP__LIBRARY_OPERATION
          The feature id for the 'Library Operation' attribute.
static int CG_LIBRARY_OPERATION_CALL_EXP__NAME
          The feature id for the 'Name' attribute.
static int CG_LIBRARY_OPERATION_CALL_EXP__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_LIBRARY_OPERATION_CALL_EXP__REFERRED_OPERATION
          The feature id for the 'Referred Operation' attribute.
static int CG_LIBRARY_OPERATION_CALL_EXP__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_LIBRARY_OPERATION_CALL_EXP__SOURCE
          The feature id for the 'Source' containment reference.
static int CG_LIBRARY_OPERATION_CALL_EXP__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_LIBRARY_OPERATION_CALL_EXP__VALIDATING
          The feature id for the 'Validating' attribute.
static int CG_LIBRARY_OPERATION_CALL_EXP_FEATURE_COUNT
          The number of structural features of the 'CG Library Operation Call Exp' class.
static int CG_LIBRARY_OPERATION_FEATURE_COUNT
          The number of structural features of the 'CG Library Operation' class.
static int CG_LIBRARY_PROPERTY_CALL_EXP
          The meta object id for the 'CG Library Property Call Exp' class.
static int CG_LIBRARY_PROPERTY_CALL_EXP__AST
          The feature id for the 'Ast' attribute.
static int CG_LIBRARY_PROPERTY_CALL_EXP__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_LIBRARY_PROPERTY_CALL_EXP__INVALIDATING
          The feature id for the 'Invalidating' attribute.
static int CG_LIBRARY_PROPERTY_CALL_EXP__LIBRARY_PROPERTY
          The feature id for the 'Library Property' attribute.
static int CG_LIBRARY_PROPERTY_CALL_EXP__NAME
          The feature id for the 'Name' attribute.
static int CG_LIBRARY_PROPERTY_CALL_EXP__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_LIBRARY_PROPERTY_CALL_EXP__REFERRED_PROPERTY
          The feature id for the 'Referred Property' attribute.
static int CG_LIBRARY_PROPERTY_CALL_EXP__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_LIBRARY_PROPERTY_CALL_EXP__SOURCE
          The feature id for the 'Source' containment reference.
static int CG_LIBRARY_PROPERTY_CALL_EXP__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_LIBRARY_PROPERTY_CALL_EXP__VALIDATING
          The feature id for the 'Validating' attribute.
static int CG_LIBRARY_PROPERTY_CALL_EXP_FEATURE_COUNT
          The number of structural features of the 'CG Library Property Call Exp' class.
static int CG_LOCAL_VARIABLE
          The meta object id for the 'CG Local Variable' class.
static int CG_LOCAL_VARIABLE__AST
          The feature id for the 'Ast' attribute.
static int CG_LOCAL_VARIABLE__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_LOCAL_VARIABLE__INIT
          The feature id for the 'Init' containment reference.
static int CG_LOCAL_VARIABLE__NAME
          The feature id for the 'Name' attribute.
static int CG_LOCAL_VARIABLE__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_LOCAL_VARIABLE__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_LOCAL_VARIABLE__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_LOCAL_VARIABLE_FEATURE_COUNT
          The number of structural features of the 'CG Local Variable' class.
static int CG_MODEL
          The meta object id for the 'CG Model' class.
static int CG_MODEL__AST
          The feature id for the 'Ast' attribute.
static int CG_MODEL__GLOBALS
          The feature id for the 'Globals' containment reference list.
static int CG_MODEL__NAME
          The feature id for the 'Name' attribute.
static int CG_MODEL__PACKAGES
          The feature id for the 'Packages' containment reference list.
static int CG_MODEL_FEATURE_COUNT
          The number of structural features of the 'CG Model' class.
static int CG_NAMED_ELEMENT
          The meta object id for the 'CG Named Element' class.
static int CG_NAMED_ELEMENT__AST
          The feature id for the 'Ast' attribute.
static int CG_NAMED_ELEMENT__NAME
          The feature id for the 'Name' attribute.
static int CG_NAMED_ELEMENT_FEATURE_COUNT
          The number of structural features of the 'CG Named Element' class.
static int CG_NAVIGATION_CALL_EXP
          The meta object id for the 'CG Navigation Call Exp' class.
static int CG_NAVIGATION_CALL_EXP__AST
          The feature id for the 'Ast' attribute.
static int CG_NAVIGATION_CALL_EXP__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_NAVIGATION_CALL_EXP__INVALIDATING
          The feature id for the 'Invalidating' attribute.
static int CG_NAVIGATION_CALL_EXP__NAME
          The feature id for the 'Name' attribute.
static int CG_NAVIGATION_CALL_EXP__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_NAVIGATION_CALL_EXP__REFERRED_PROPERTY
          The feature id for the 'Referred Property' attribute.
static int CG_NAVIGATION_CALL_EXP__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_NAVIGATION_CALL_EXP__SOURCE
          The feature id for the 'Source' containment reference.
static int CG_NAVIGATION_CALL_EXP__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_NAVIGATION_CALL_EXP__VALIDATING
          The feature id for the 'Validating' attribute.
static int CG_NAVIGATION_CALL_EXP_FEATURE_COUNT
          The number of structural features of the 'CG Navigation Call Exp' class.
static int CG_NULL
          The meta object id for the 'CG Null' class.
static int CG_NULL__AST
          The feature id for the 'Ast' attribute.
static int CG_NULL__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_NULL__NAME
          The feature id for the 'Name' attribute.
static int CG_NULL__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_NULL__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_NULL__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_NULL_FEATURE_COUNT
          The number of structural features of the 'CG Null' class.
static int CG_NUMBER
          The meta object id for the 'CG Number' class.
static int CG_NUMBER__AST
          The feature id for the 'Ast' attribute.
static int CG_NUMBER__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_NUMBER__NAME
          The feature id for the 'Name' attribute.
static int CG_NUMBER__NUMERIC_VALUE
          The feature id for the 'Numeric Value' attribute.
static int CG_NUMBER__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_NUMBER__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_NUMBER__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_NUMBER_FEATURE_COUNT
          The number of structural features of the 'CG Number' class.
static int CG_OPERATION
          The meta object id for the 'CG Operation' class.
static int CG_OPERATION__AST
          The feature id for the 'Ast' attribute.
static int CG_OPERATION__BODY
          The feature id for the 'Body' containment reference.
static int CG_OPERATION__CONTAINING_CLASS
          The feature id for the 'Containing Class' container reference.
static int CG_OPERATION__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_OPERATION__NAME
          The feature id for the 'Name' attribute.
static int CG_OPERATION__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_OPERATION__PARAMETERS
          The feature id for the 'Parameters' containment reference list.
static int CG_OPERATION__POSTCONDITIONS
          The feature id for the 'Postconditions' containment reference list.
static int CG_OPERATION__PRECONDITIONS
          The feature id for the 'Preconditions' containment reference list.
static int CG_OPERATION__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_OPERATION__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_OPERATION_CALL_EXP
          The meta object id for the 'CG Operation Call Exp' class.
static int CG_OPERATION_CALL_EXP__ARGUMENTS
          The feature id for the 'Arguments' containment reference list.
static int CG_OPERATION_CALL_EXP__AST
          The feature id for the 'Ast' attribute.
static int CG_OPERATION_CALL_EXP__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_OPERATION_CALL_EXP__INVALIDATING
          The feature id for the 'Invalidating' attribute.
static int CG_OPERATION_CALL_EXP__NAME
          The feature id for the 'Name' attribute.
static int CG_OPERATION_CALL_EXP__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_OPERATION_CALL_EXP__REFERRED_OPERATION
          The feature id for the 'Referred Operation' attribute.
static int CG_OPERATION_CALL_EXP__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_OPERATION_CALL_EXP__SOURCE
          The feature id for the 'Source' containment reference.
static int CG_OPERATION_CALL_EXP__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_OPERATION_CALL_EXP__VALIDATING
          The feature id for the 'Validating' attribute.
static int CG_OPERATION_CALL_EXP_FEATURE_COUNT
          The number of structural features of the 'CG Operation Call Exp' class.
static int CG_OPERATION_FEATURE_COUNT
          The number of structural features of the 'CG Operation' class.
static int CG_OPPOSITE_PROPERTY_CALL_EXP
          The meta object id for the 'CG Opposite Property Call Exp' class.
static int CG_OPPOSITE_PROPERTY_CALL_EXP__AST
          The feature id for the 'Ast' attribute.
static int CG_OPPOSITE_PROPERTY_CALL_EXP__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_OPPOSITE_PROPERTY_CALL_EXP__INVALIDATING
          The feature id for the 'Invalidating' attribute.
static int CG_OPPOSITE_PROPERTY_CALL_EXP__NAME
          The feature id for the 'Name' attribute.
static int CG_OPPOSITE_PROPERTY_CALL_EXP__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_OPPOSITE_PROPERTY_CALL_EXP__REFERRED_PROPERTY
          The feature id for the 'Referred Property' attribute.
static int CG_OPPOSITE_PROPERTY_CALL_EXP__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_OPPOSITE_PROPERTY_CALL_EXP__SOURCE
          The feature id for the 'Source' containment reference.
static int CG_OPPOSITE_PROPERTY_CALL_EXP__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_OPPOSITE_PROPERTY_CALL_EXP__VALIDATING
          The feature id for the 'Validating' attribute.
static int CG_OPPOSITE_PROPERTY_CALL_EXP_FEATURE_COUNT
          The number of structural features of the 'CG Opposite Property Call Exp' class.
static int CG_PACKAGE
          The meta object id for the 'CG Package' class.
static int CG_PACKAGE__AST
          The feature id for the 'Ast' attribute.
static int CG_PACKAGE__CLASSES
          The feature id for the 'Classes' containment reference list.
static int CG_PACKAGE__CONTAINING_PACKAGE
          The feature id for the 'Containing Package' container reference.
static int CG_PACKAGE__NAME
          The feature id for the 'Name' attribute.
static int CG_PACKAGE__PACKAGES
          The feature id for the 'Packages' containment reference list.
static int CG_PACKAGE_FEATURE_COUNT
          The number of structural features of the 'CG Package' class.
static int CG_PARAMETER
          The meta object id for the 'CG Parameter' class.
static int CG_PARAMETER__AST
          The feature id for the 'Ast' attribute.
static int CG_PARAMETER__CALLABLE
          The feature id for the 'Callable' container reference.
static int CG_PARAMETER__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_PARAMETER__INIT
          The feature id for the 'Init' containment reference.
static int CG_PARAMETER__NAME
          The feature id for the 'Name' attribute.
static int CG_PARAMETER__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_PARAMETER__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_PARAMETER__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_PARAMETER_FEATURE_COUNT
          The number of structural features of the 'CG Parameter' class.
static int CG_PROPERTY
          The meta object id for the 'CG Property' class.
static int CG_PROPERTY__AST
          The feature id for the 'Ast' attribute.
static int CG_PROPERTY__BODY
          The feature id for the 'Body' containment reference.
static int CG_PROPERTY__CONTAINING_CLASS
          The feature id for the 'Containing Class' container reference.
static int CG_PROPERTY__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_PROPERTY__NAME
          The feature id for the 'Name' attribute.
static int CG_PROPERTY__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_PROPERTY__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_PROPERTY__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_PROPERTY_CALL_EXP
          The meta object id for the 'CG Property Call Exp' class.
static int CG_PROPERTY_CALL_EXP__AST
          The feature id for the 'Ast' attribute.
static int CG_PROPERTY_CALL_EXP__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_PROPERTY_CALL_EXP__INVALIDATING
          The feature id for the 'Invalidating' attribute.
static int CG_PROPERTY_CALL_EXP__NAME
          The feature id for the 'Name' attribute.
static int CG_PROPERTY_CALL_EXP__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_PROPERTY_CALL_EXP__REFERRED_PROPERTY
          The feature id for the 'Referred Property' attribute.
static int CG_PROPERTY_CALL_EXP__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_PROPERTY_CALL_EXP__SOURCE
          The feature id for the 'Source' containment reference.
static int CG_PROPERTY_CALL_EXP__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_PROPERTY_CALL_EXP__VALIDATING
          The feature id for the 'Validating' attribute.
static int CG_PROPERTY_CALL_EXP_FEATURE_COUNT
          The number of structural features of the 'CG Property Call Exp' class.
static int CG_PROPERTY_FEATURE_COUNT
          The number of structural features of the 'CG Property' class.
static int CG_REAL
          The meta object id for the 'CG Real' class.
static int CG_REAL__AST
          The feature id for the 'Ast' attribute.
static int CG_REAL__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_REAL__NAME
          The feature id for the 'Name' attribute.
static int CG_REAL__NUMERIC_VALUE
          The feature id for the 'Numeric Value' attribute.
static int CG_REAL__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_REAL__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_REAL__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_REAL_FEATURE_COUNT
          The number of structural features of the 'CG Real' class.
static int CG_SETTABLE_VARIABLE
          The meta object id for the 'CG Settable Variable' class.
static int CG_SETTABLE_VARIABLE__AST
          The feature id for the 'Ast' attribute.
static int CG_SETTABLE_VARIABLE__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_SETTABLE_VARIABLE__INIT
          The feature id for the 'Init' containment reference.
static int CG_SETTABLE_VARIABLE__NAME
          The feature id for the 'Name' attribute.
static int CG_SETTABLE_VARIABLE__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_SETTABLE_VARIABLE__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_SETTABLE_VARIABLE__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_SETTABLE_VARIABLE_FEATURE_COUNT
          The number of structural features of the 'CG Settable Variable' class.
static int CG_STRING
          The meta object id for the 'CG String' class.
static int CG_STRING__AST
          The feature id for the 'Ast' attribute.
static int CG_STRING__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_STRING__NAME
          The feature id for the 'Name' attribute.
static int CG_STRING__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_STRING__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_STRING__STRING_VALUE
          The feature id for the 'String Value' attribute.
static int CG_STRING__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_STRING_FEATURE_COUNT
          The number of structural features of the 'CG String' class.
static int CG_TEXT
          The meta object id for the 'CG Text' class.
static int CG_TEXT__AST
          The feature id for the 'Ast' attribute.
static int CG_TEXT__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_TEXT__NAME
          The feature id for the 'Name' attribute.
static int CG_TEXT__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_TEXT__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_TEXT__TEXT_VALUE
          The feature id for the 'Text Value' attribute.
static int CG_TEXT__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_TEXT_FEATURE_COUNT
          The number of structural features of the 'CG Text' class.
static int CG_TEXT_PARAMETER
          The meta object id for the 'CG Text Parameter' class.
static int CG_TEXT_PARAMETER__AST
          The feature id for the 'Ast' attribute.
static int CG_TEXT_PARAMETER__CALLABLE
          The feature id for the 'Callable' container reference.
static int CG_TEXT_PARAMETER__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_TEXT_PARAMETER__INIT
          The feature id for the 'Init' containment reference.
static int CG_TEXT_PARAMETER__NAME
          The feature id for the 'Name' attribute.
static int CG_TEXT_PARAMETER__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_TEXT_PARAMETER__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_TEXT_PARAMETER__TEXT_VALUE
          The feature id for the 'Text Value' attribute.
static int CG_TEXT_PARAMETER__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_TEXT_PARAMETER_FEATURE_COUNT
          The number of structural features of the 'CG Text Parameter' class.
static int CG_THROW_EXP
          The meta object id for the 'CG Throw Exp' class.
static int CG_THROW_EXP__AST
          The feature id for the 'Ast' attribute.
static int CG_THROW_EXP__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_THROW_EXP__INVALIDATING
          The feature id for the 'Invalidating' attribute.
static int CG_THROW_EXP__NAME
          The feature id for the 'Name' attribute.
static int CG_THROW_EXP__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_THROW_EXP__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_THROW_EXP__SOURCE
          The feature id for the 'Source' containment reference.
static int CG_THROW_EXP__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_THROW_EXP__VALIDATING
          The feature id for the 'Validating' attribute.
static int CG_THROW_EXP_FEATURE_COUNT
          The number of structural features of the 'CG Throw Exp' class.
static int CG_TUPLE_EXP
          The meta object id for the 'CG Tuple Exp' class.
static int CG_TUPLE_EXP__AST
          The feature id for the 'Ast' attribute.
static int CG_TUPLE_EXP__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_TUPLE_EXP__NAME
          The feature id for the 'Name' attribute.
static int CG_TUPLE_EXP__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_TUPLE_EXP__PARTS
          The feature id for the 'Parts' containment reference list.
static int CG_TUPLE_EXP__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_TUPLE_EXP__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_TUPLE_EXP_FEATURE_COUNT
          The number of structural features of the 'CG Tuple Exp' class.
static int CG_TUPLE_PART
          The meta object id for the 'CG Tuple Part' class.
static int CG_TUPLE_PART__AST
          The feature id for the 'Ast' attribute.
static int CG_TUPLE_PART__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_TUPLE_PART__INIT
          The feature id for the 'Init' containment reference.
static int CG_TUPLE_PART__NAME
          The feature id for the 'Name' attribute.
static int CG_TUPLE_PART__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_TUPLE_PART__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_TUPLE_PART__TUPLE_EXP
          The feature id for the 'Tuple Exp' container reference.
static int CG_TUPLE_PART__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_TUPLE_PART_CALL_EXP
          The meta object id for the 'CG Tuple Part Call Exp' class.
static int CG_TUPLE_PART_CALL_EXP__AST
          The feature id for the 'Ast' attribute.
static int CG_TUPLE_PART_CALL_EXP__AST_TUPLE_PART_ID
          The feature id for the 'Ast Tuple Part Id' attribute.
static int CG_TUPLE_PART_CALL_EXP__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_TUPLE_PART_CALL_EXP__INVALIDATING
          The feature id for the 'Invalidating' attribute.
static int CG_TUPLE_PART_CALL_EXP__NAME
          The feature id for the 'Name' attribute.
static int CG_TUPLE_PART_CALL_EXP__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_TUPLE_PART_CALL_EXP__REFERRED_PROPERTY
          The feature id for the 'Referred Property' attribute.
static int CG_TUPLE_PART_CALL_EXP__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_TUPLE_PART_CALL_EXP__SOURCE
          The feature id for the 'Source' containment reference.
static int CG_TUPLE_PART_CALL_EXP__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_TUPLE_PART_CALL_EXP__VALIDATING
          The feature id for the 'Validating' attribute.
static int CG_TUPLE_PART_CALL_EXP_FEATURE_COUNT
          The number of structural features of the 'CG Tuple Part Call Exp' class.
static int CG_TUPLE_PART_FEATURE_COUNT
          The number of structural features of the 'CG Tuple Part' class.
static int CG_TYPE_EXP
          The meta object id for the 'CG Type Exp' class.
static int CG_TYPE_EXP__AST
          The feature id for the 'Ast' attribute.
static int CG_TYPE_EXP__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_TYPE_EXP__EXECUTOR_TYPE
          The feature id for the 'Executor Type' reference.
static int CG_TYPE_EXP__NAME
          The feature id for the 'Name' attribute.
static int CG_TYPE_EXP__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_TYPE_EXP__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_TYPE_EXP__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_TYPE_EXP_FEATURE_COUNT
          The number of structural features of the 'CG Type Exp' class.
static int CG_TYPE_ID
          The meta object id for the 'CG Type Id' class.
static int CG_TYPE_ID__AST
          The feature id for the 'Ast' attribute.
static int CG_TYPE_ID__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_TYPE_ID__ELEMENT_ID
          The feature id for the 'Element Id' attribute.
static int CG_TYPE_ID__NAME
          The feature id for the 'Name' attribute.
static int CG_TYPE_ID__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_TYPE_ID__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_TYPE_ID__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_TYPE_ID_FEATURE_COUNT
          The number of structural features of the 'CG Type Id' class.
static int CG_TYPED_ELEMENT
          The meta object id for the 'CG Typed Element' class.
static int CG_TYPED_ELEMENT__AST
          The feature id for the 'Ast' attribute.
static int CG_TYPED_ELEMENT__NAME
          The feature id for the 'Name' attribute.
static int CG_TYPED_ELEMENT__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_TYPED_ELEMENT__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_TYPED_ELEMENT_FEATURE_COUNT
          The number of structural features of the 'CG Typed Element' class.
static int CG_UNBOX_EXP
          The meta object id for the 'CG Unbox Exp' class.
static int CG_UNBOX_EXP__AST
          The feature id for the 'Ast' attribute.
static int CG_UNBOX_EXP__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_UNBOX_EXP__INVALIDATING
          The feature id for the 'Invalidating' attribute.
static int CG_UNBOX_EXP__NAME
          The feature id for the 'Name' attribute.
static int CG_UNBOX_EXP__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_UNBOX_EXP__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_UNBOX_EXP__SOURCE
          The feature id for the 'Source' containment reference.
static int CG_UNBOX_EXP__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_UNBOX_EXP__VALIDATING
          The feature id for the 'Validating' attribute.
static int CG_UNBOX_EXP_FEATURE_COUNT
          The number of structural features of the 'CG Unbox Exp' class.
static int CG_UNLIMITED
          The meta object id for the 'CG Unlimited' class.
static int CG_UNLIMITED__AST
          The feature id for the 'Ast' attribute.
static int CG_UNLIMITED__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_UNLIMITED__NAME
          The feature id for the 'Name' attribute.
static int CG_UNLIMITED__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_UNLIMITED__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_UNLIMITED__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_UNLIMITED_FEATURE_COUNT
          The number of structural features of the 'CG Unlimited' class.
static int CG_VALUED_ELEMENT
          The meta object id for the 'CG Valued Element' class.
static int CG_VALUED_ELEMENT__AST
          The feature id for the 'Ast' attribute.
static int CG_VALUED_ELEMENT__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_VALUED_ELEMENT__NAME
          The feature id for the 'Name' attribute.
static int CG_VALUED_ELEMENT__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_VALUED_ELEMENT__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_VALUED_ELEMENT__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_VALUED_ELEMENT_FEATURE_COUNT
          The number of structural features of the 'CG Valued Element' class.
static int CG_VARIABLE
          The meta object id for the 'CG Variable' class.
static int CG_VARIABLE__AST
          The feature id for the 'Ast' attribute.
static int CG_VARIABLE__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_VARIABLE__INIT
          The feature id for the 'Init' containment reference.
static int CG_VARIABLE__NAME
          The feature id for the 'Name' attribute.
static int CG_VARIABLE__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_VARIABLE__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_VARIABLE__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_VARIABLE_EXP
          The meta object id for the 'CG Variable Exp' class.
static int CG_VARIABLE_EXP__AST
          The feature id for the 'Ast' attribute.
static int CG_VARIABLE_EXP__DEPENDS_ON
          The feature id for the 'Depends On' reference list.
static int CG_VARIABLE_EXP__NAME
          The feature id for the 'Name' attribute.
static int CG_VARIABLE_EXP__OWNS
          The feature id for the 'Owns' containment reference list.
static int CG_VARIABLE_EXP__REFERRED_VARIABLE
          The feature id for the 'Referred Variable' reference.
static int CG_VARIABLE_EXP__REQUIRED
          The feature id for the 'Required' attribute.
static int CG_VARIABLE_EXP__TYPE_ID
          The feature id for the 'Type Id' reference.
static int CG_VARIABLE_EXP_FEATURE_COUNT
          The number of structural features of the 'CG Variable Exp' class.
static int CG_VARIABLE_FEATURE_COUNT
          The number of structural features of the 'CG Variable' class.
static java.lang.String eCONTENT_TYPE
          The package content type ID.
static CGModelPackage eINSTANCE
          The singleton instance of the package.
static int ELEMENT
          The meta object id for the 'Element' data type.
static int ELEMENT_ID
          The meta object id for the 'Element Id' data type.
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 ENUMERATION_LITERAL_ID
          The meta object id for the 'Enumeration Literal Id' data type.
static int ITERATION
          The meta object id for the 'Iteration' data type.
static int LIBRARY_ITERATION
          The meta object id for the 'Library Iteration' data type.
static int LIBRARY_OPERATION
          The meta object id for the 'Library Operation' data type.
static int LIBRARY_PROPERTY
          The meta object id for the 'Library Property' data type.
static int NAMEABLE
          The meta object id for the 'Nameable' class.
static int NAMEABLE_FEATURE_COUNT
          The number of structural features of the 'Nameable' class.
static int NUMBER
          The meta object id for the 'Number' data type.
static int OBJECT
          The meta object id for the 'Object' data type.
static int OPERATION
          The meta object id for the 'Operation' data type.
static int PROPERTY
          The meta object id for the 'Property' data type.
static int TUPLE_PART_ID
          The meta object id for the 'Tuple Part Id' data type.
static int TYPE
          The meta object id for the 'Type' data type.
static int TYPE_ID
          The meta object id for the 'Type Id' data type.
 
Method Summary
 org.eclipse.emf.ecore.EClass getCGAccumulator()
          Returns the meta object for class 'CG Accumulator'.
 org.eclipse.emf.ecore.EClass getCGAssertNonNullExp()
          Returns the meta object for class 'CG Assert Non Null Exp'.
 org.eclipse.emf.ecore.EAttribute getCGBoolean_BooleanValue()
          Returns the meta object for the attribute 'Boolean Value'.
 org.eclipse.emf.ecore.EClass getCGBoolean()
          Returns the meta object for class 'CG Boolean'.
 org.eclipse.emf.ecore.EClass getCGBoxExp()
          Returns the meta object for class 'CG Box Exp'.
 org.eclipse.emf.ecore.EReference getCGBuiltInIterationCallExp_Accumulator()
          Returns the meta object for the containment reference 'Accumulator'.
 org.eclipse.emf.ecore.EClass getCGBuiltInIterationCallExp()
          Returns the meta object for class 'CG Built In Iteration Call Exp'.
 org.eclipse.emf.ecore.EReference getCGCallable_Body()
          Returns the meta object for the containment reference 'Body'.
 org.eclipse.emf.ecore.EReference getCGCallable_Parameters()
          Returns the meta object for the containment reference list 'Parameters'.
 org.eclipse.emf.ecore.EClass getCGCallable()
          Returns the meta object for class 'CG Callable'.
 org.eclipse.emf.ecore.EAttribute getCGCallExp_Invalidating()
          Returns the meta object for the attribute 'Invalidating'.
 org.eclipse.emf.ecore.EReference getCGCallExp_Source()
          Returns the meta object for the containment reference 'Source'.
 org.eclipse.emf.ecore.EAttribute getCGCallExp_Validating()
          Returns the meta object for the attribute 'Validating'.
 org.eclipse.emf.ecore.EClass getCGCallExp()
          Returns the meta object for class 'CG Call Exp'.
 org.eclipse.emf.ecore.EReference getCGCastExp_ExecutorType()
          Returns the meta object for the reference 'Executor Type'.
 org.eclipse.emf.ecore.EClass getCGCastExp()
          Returns the meta object for class 'CG Cast Exp'.
 org.eclipse.emf.ecore.EClass getCGCatchExp()
          Returns the meta object for class 'CG Catch Exp'.
 org.eclipse.emf.ecore.EReference getCGClass_ContainingPackage()
          Returns the meta object for the container reference 'Containing Package'.
 org.eclipse.emf.ecore.EAttribute getCGClass_Interface()
          Returns the meta object for the attribute 'Interface'.
 org.eclipse.emf.ecore.EReference getCGClass_Invariants()
          Returns the meta object for the containment reference list 'Invariants'.
 org.eclipse.emf.ecore.EReference getCGClass_Operations()
          Returns the meta object for the containment reference list 'Operations'.
 org.eclipse.emf.ecore.EReference getCGClass_Properties()
          Returns the meta object for the containment reference list 'Properties'.
 org.eclipse.emf.ecore.EReference getCGClass_SuperTypes()
          Returns the meta object for the reference list 'Super Types'.
 org.eclipse.emf.ecore.EReference getCGClass_TemplateParameters()
          Returns the meta object for the reference list 'Template Parameters'.
 org.eclipse.emf.ecore.EClass getCGClass()
          Returns the meta object for class 'CG Class'.
 org.eclipse.emf.ecore.EReference getCGCollectionExp_Parts()
          Returns the meta object for the containment reference list 'Parts'.
 org.eclipse.emf.ecore.EClass getCGCollectionExp()
          Returns the meta object for class 'CG Collection Exp'.
 org.eclipse.emf.ecore.EReference getCGCollectionPart_CollectionExp()
          Returns the meta object for the container reference 'Collection Exp'.
 org.eclipse.emf.ecore.EReference getCGCollectionPart_First()
          Returns the meta object for the containment reference 'First'.
 org.eclipse.emf.ecore.EReference getCGCollectionPart_Last()
          Returns the meta object for the containment reference 'Last'.
 org.eclipse.emf.ecore.EClass getCGCollectionPart()
          Returns the meta object for class 'CG Collection Part'.
 org.eclipse.emf.ecore.EClass getCGConstant()
          Returns the meta object for class 'CG Constant'.
 org.eclipse.emf.ecore.EReference getCGConstantExp_ReferredConstant()
          Returns the meta object for the reference 'Referred Constant'.
 org.eclipse.emf.ecore.EClass getCGConstantExp()
          Returns the meta object for class 'CG Constant Exp'.
 org.eclipse.emf.ecore.EClass getCGConstraint()
          Returns the meta object for class 'CG Constraint'.
 org.eclipse.emf.ecore.EReference getCGConstructorExp_ExecutorType()
          Returns the meta object for the reference 'Executor Type'.
 org.eclipse.emf.ecore.EReference getCGConstructorExp_Parts()
          Returns the meta object for the containment reference list 'Parts'.
 org.eclipse.emf.ecore.EClass getCGConstructorExp()
          Returns the meta object for class 'CG Constructor Exp'.
 org.eclipse.emf.ecore.EReference getCGConstructorPart_ConstructorExp()
          Returns the meta object for the container reference 'Constructor Exp'.
 org.eclipse.emf.ecore.EReference getCGConstructorPart_ExecutorPart()
          Returns the meta object for the reference 'Executor Part'.
 org.eclipse.emf.ecore.EReference getCGConstructorPart_Init()
          Returns the meta object for the containment reference 'Init'.
 org.eclipse.emf.ecore.EClass getCGConstructorPart()
          Returns the meta object for class 'CG Constructor Part'.
 org.eclipse.emf.ecore.EReference getCGEcoreClassConstructorExp_EClass()
          Returns the meta object for the reference 'EClass'.
 org.eclipse.emf.ecore.EClass getCGEcoreClassConstructorExp()
          Returns the meta object for class 'CG Ecore Class Constructor Exp'.
 org.eclipse.emf.ecore.EReference getCGEcoreDataTypeConstructorExp_EDataType()
          Returns the meta object for the reference 'EData Type'.
 org.eclipse.emf.ecore.EAttribute getCGEcoreDataTypeConstructorExp_String()
          Returns the meta object for the attribute 'String'.
 org.eclipse.emf.ecore.EClass getCGEcoreDataTypeConstructorExp()
          Returns the meta object for class 'CG Ecore Data Type Constructor Exp'.
 org.eclipse.emf.ecore.EReference getCGEcoreOperation_EOperation()
          Returns the meta object for the reference 'EOperation'.
 org.eclipse.emf.ecore.EClass getCGEcoreOperation()
          Returns the meta object for class 'CG Ecore Operation'.
 org.eclipse.emf.ecore.EReference getCGEcoreOperationCallExp_EOperation()
          Returns the meta object for the reference 'EOperation'.
 org.eclipse.emf.ecore.EClass getCGEcoreOperationCallExp()
          Returns the meta object for class 'CG Ecore Operation Call Exp'.
 org.eclipse.emf.ecore.EReference getCGEcoreOppositePropertyCallExp_EStructuralFeature()
          Returns the meta object for the reference 'EStructural Feature'.
 org.eclipse.emf.ecore.EClass getCGEcoreOppositePropertyCallExp()
          Returns the meta object for class 'CG Ecore Opposite Property Call Exp'.
 org.eclipse.emf.ecore.EReference getCGEcorePropertyCallExp_EStructuralFeature()
          Returns the meta object for the reference 'EStructural Feature'.
 org.eclipse.emf.ecore.EClass getCGEcorePropertyCallExp()
          Returns the meta object for class 'CG Ecore Property Call Exp'.
 org.eclipse.emf.ecore.EClass getCGElement()
          Returns the meta object for class 'CG Element'.
 org.eclipse.emf.ecore.EAttribute getCGElementId_ElementId()
          Returns the meta object for the attribute 'Element Id'.
 org.eclipse.emf.ecore.EClass getCGElementId()
          Returns the meta object for class 'CG Element Id'.
 org.eclipse.emf.ecore.EClass getCGExecutorCompositionProperty()
          Returns the meta object for class 'CG Executor Composition Property'.
 org.eclipse.emf.ecore.EClass getCGExecutorConstructorPart()
          Returns the meta object for class 'CG Executor Constructor Part'.
 org.eclipse.emf.ecore.EClass getCGExecutorNavigationProperty()
          Returns the meta object for class 'CG Executor Navigation Property'.
 org.eclipse.emf.ecore.EReference getCGExecutorOperation_UnderlyingOperationId()
          Returns the meta object for the reference 'Underlying Operation Id'.
 org.eclipse.emf.ecore.EClass getCGExecutorOperation()
          Returns the meta object for class 'CG Executor Operation'.
 org.eclipse.emf.ecore.EReference getCGExecutorOperationCallExp_ExecutorOperation()
          Returns the meta object for the reference 'Executor Operation'.
 org.eclipse.emf.ecore.EClass getCGExecutorOperationCallExp()
          Returns the meta object for class 'CG Executor Operation Call Exp'.
 org.eclipse.emf.ecore.EClass getCGExecutorOppositeProperty()
          Returns the meta object for class 'CG Executor Opposite Property'.
 org.eclipse.emf.ecore.EReference getCGExecutorOppositePropertyCallExp_ExecutorProperty()
          Returns the meta object for the reference 'Executor Property'.
 org.eclipse.emf.ecore.EClass getCGExecutorOppositePropertyCallExp()
          Returns the meta object for class 'CG Executor Opposite Property Call Exp'.
 org.eclipse.emf.ecore.EReference getCGExecutorProperty_UnderlyingPropertyId()
          Returns the meta object for the reference 'Underlying Property Id'.
 org.eclipse.emf.ecore.EClass getCGExecutorProperty()
          Returns the meta object for class 'CG Executor Property'.
 org.eclipse.emf.ecore.EReference getCGExecutorPropertyCallExp_ExecutorProperty()
          Returns the meta object for the reference 'Executor Property'.
 org.eclipse.emf.ecore.EClass getCGExecutorPropertyCallExp()
          Returns the meta object for class 'CG Executor Property Call Exp'.
 org.eclipse.emf.ecore.EReference getCGExecutorType_UnderlyingTypeId()
          Returns the meta object for the reference 'Underlying Type Id'.
 org.eclipse.emf.ecore.EClass getCGExecutorType()
          Returns the meta object for class 'CG Executor Type'.
 org.eclipse.emf.ecore.EClass getCGFinalVariable()
          Returns the meta object for class 'CG Final Variable'.
 org.eclipse.emf.ecore.EAttribute getCGGuardExp_Message()
          Returns the meta object for the attribute 'Message'.
 org.eclipse.emf.ecore.EClass getCGGuardExp()
          Returns the meta object for class 'CG Guard Exp'.
 org.eclipse.emf.ecore.EReference getCGIfExp_Condition()
          Returns the meta object for the containment reference 'Condition'.
 org.eclipse.emf.ecore.EReference getCGIfExp_ElseExpression()
          Returns the meta object for the containment reference 'Else Expression'.
 org.eclipse.emf.ecore.EReference getCGIfExp_ThenExpression()
          Returns the meta object for the containment reference 'Then Expression'.
 org.eclipse.emf.ecore.EClass getCGIfExp()
          Returns the meta object for class 'CG If Exp'.
 org.eclipse.emf.ecore.EClass getCGInteger()
          Returns the meta object for class 'CG Integer'.
 org.eclipse.emf.ecore.EAttribute getCGInvalid_Bindings()
          Returns the meta object for the attribute list 'Bindings'.
 org.eclipse.emf.ecore.EAttribute getCGInvalid_MessageTemplate()
          Returns the meta object for the attribute 'Message Template'.
 org.eclipse.emf.ecore.EClass getCGInvalid()
          Returns the meta object for class 'CG Invalid'.
 org.eclipse.emf.ecore.EReference getCGIsEqualExp_Argument()
          Returns the meta object for the containment reference 'Argument'.
 org.eclipse.emf.ecore.EAttribute getCGIsEqualExp_NotEquals()
          Returns the meta object for the attribute 'Not Equals'.
 org.eclipse.emf.ecore.EClass getCGIsEqualExp()
          Returns the meta object for class 'CG Is Equal Exp'.
 org.eclipse.emf.ecore.EClass getCGIsInvalidExp()
          Returns the meta object for class 'CG Is Invalid Exp'.
 org.eclipse.emf.ecore.EClass getCGIsUndefinedExp()
          Returns the meta object for class 'CG Is Undefined Exp'.
 org.eclipse.emf.ecore.EReference getCGIterationCallExp_Body()
          Returns the meta object for the containment reference 'Body'.
 org.eclipse.emf.ecore.EReference getCGIterationCallExp_Iterators()
          Returns the meta object for the containment reference list 'Iterators'.
 org.eclipse.emf.ecore.EAttribute getCGIterationCallExp_ReferredIteration()
          Returns the meta object for the attribute 'Referred Iteration'.
 org.eclipse.emf.ecore.EClass getCGIterationCallExp()
          Returns the meta object for class 'CG Iteration Call Exp'.
 org.eclipse.emf.ecore.EClass getCGIterator()
          Returns the meta object for class 'CG Iterator'.
 org.eclipse.emf.ecore.EReference getCGLetExp_In()
          Returns the meta object for the containment reference 'In'.
 org.eclipse.emf.ecore.EReference getCGLetExp_Init()
          Returns the meta object for the containment reference 'Init'.
 org.eclipse.emf.ecore.EClass getCGLetExp()
          Returns the meta object for class 'CG Let Exp'.
 org.eclipse.emf.ecore.EReference getCGLibraryIterateCallExp_Result()
          Returns the meta object for the containment reference 'Result'.
 org.eclipse.emf.ecore.EClass getCGLibraryIterateCallExp()
          Returns the meta object for class 'CG Library Iterate Call Exp'.
 org.eclipse.emf.ecore.EAttribute getCGLibraryIterationCallExp_LibraryIteration()
          Returns the meta object for the attribute 'Library Iteration'.
 org.eclipse.emf.ecore.EClass getCGLibraryIterationCallExp()
          Returns the meta object for class 'CG Library Iteration Call Exp'.
 org.eclipse.emf.ecore.EClass getCGLibraryOperation()
          Returns the meta object for class 'CG Library Operation'.
 org.eclipse.emf.ecore.EAttribute getCGLibraryOperationCallExp_LibraryOperation()
          Returns the meta object for the attribute 'Library Operation'.
 org.eclipse.emf.ecore.EClass getCGLibraryOperationCallExp()
          Returns the meta object for class 'CG Library Operation Call Exp'.
 org.eclipse.emf.ecore.EAttribute getCGLibraryPropertyCallExp_LibraryProperty()
          Returns the meta object for the attribute 'Library Property'.
 org.eclipse.emf.ecore.EClass getCGLibraryPropertyCallExp()
          Returns the meta object for class 'CG Library Property Call Exp'.
 org.eclipse.emf.ecore.EClass getCGLocalVariable()
          Returns the meta object for class 'CG Local Variable'.
 org.eclipse.emf.ecore.EReference getCGModel_Globals()
          Returns the meta object for the containment reference list 'Globals'.
 org.eclipse.emf.ecore.EReference getCGModel_Packages()
          Returns the meta object for the containment reference list 'Packages'.
 org.eclipse.emf.ecore.EClass getCGModel()
          Returns the meta object for class 'CG Model'.
 CGModelFactory getCGModelFactory()
          Returns the factory that creates the instances of the model.
 org.eclipse.emf.ecore.EAttribute getCGNamedElement_Ast()
          Returns the meta object for the attribute 'Ast'.
 org.eclipse.emf.ecore.EAttribute getCGNamedElement_Name()
          Returns the meta object for the attribute 'Name'.
 org.eclipse.emf.ecore.EClass getCGNamedElement()
          Returns the meta object for class 'CG Named Element'.
 org.eclipse.emf.ecore.EAttribute getCGNavigationCallExp_ReferredProperty()
          Returns the meta object for the attribute 'Referred Property'.
 org.eclipse.emf.ecore.EClass getCGNavigationCallExp()
          Returns the meta object for class 'CG Navigation Call Exp'.
 org.eclipse.emf.ecore.EClass getCGNull()
          Returns the meta object for class 'CG Null'.
 org.eclipse.emf.ecore.EAttribute getCGNumber_NumericValue()
          Returns the meta object for the attribute 'Numeric Value'.
 org.eclipse.emf.ecore.EClass getCGNumber()
          Returns the meta object for class 'CG Number'.
 org.eclipse.emf.ecore.EReference getCGOperation_ContainingClass()
          Returns the meta object for the container reference 'Containing Class'.
 org.eclipse.emf.ecore.EReference getCGOperation_Postconditions()
          Returns the meta object for the containment reference list 'Postconditions'.
 org.eclipse.emf.ecore.EReference getCGOperation_Preconditions()
          Returns the meta object for the containment reference list 'Preconditions'.
 org.eclipse.emf.ecore.EClass getCGOperation()
          Returns the meta object for class 'CG Operation'.
 org.eclipse.emf.ecore.EReference getCGOperationCallExp_Arguments()
          Returns the meta object for the containment reference list 'Arguments'.
 org.eclipse.emf.ecore.EAttribute getCGOperationCallExp_ReferredOperation()
          Returns the meta object for the attribute 'Referred Operation'.
 org.eclipse.emf.ecore.EClass getCGOperationCallExp()
          Returns the meta object for class 'CG Operation Call Exp'.
 org.eclipse.emf.ecore.EClass getCGOppositePropertyCallExp()
          Returns the meta object for class 'CG Opposite Property Call Exp'.
 org.eclipse.emf.ecore.EReference getCGPackage_Classes()
          Returns the meta object for the containment reference list 'Classes'.
 org.eclipse.emf.ecore.EReference getCGPackage_ContainingPackage()
          Returns the meta object for the container reference 'Containing Package'.
 org.eclipse.emf.ecore.EReference getCGPackage_Packages()
          Returns the meta object for the containment reference list 'Packages'.
 org.eclipse.emf.ecore.EClass getCGPackage()
          Returns the meta object for class 'CG Package'.
 org.eclipse.emf.ecore.EReference getCGParameter_Callable()
          Returns the meta object for the container reference 'Callable'.
 org.eclipse.emf.ecore.EClass getCGParameter()
          Returns the meta object for class 'CG Parameter'.
 org.eclipse.emf.ecore.EReference getCGProperty_Body()
          Returns the meta object for the containment reference 'Body'.
 org.eclipse.emf.ecore.EReference getCGProperty_ContainingClass()
          Returns the meta object for the container reference 'Containing Class'.
 org.eclipse.emf.ecore.EClass getCGProperty()
          Returns the meta object for class 'CG Property'.
 org.eclipse.emf.ecore.EClass getCGPropertyCallExp()
          Returns the meta object for class 'CG Property Call Exp'.
 org.eclipse.emf.ecore.EClass getCGReal()
          Returns the meta object for class 'CG Real'.
 org.eclipse.emf.ecore.EClass getCGSettableVariable()
          Returns the meta object for class 'CG Settable Variable'.
 org.eclipse.emf.ecore.EAttribute getCGString_StringValue()
          Returns the meta object for the attribute 'String Value'.
 org.eclipse.emf.ecore.EClass getCGString()
          Returns the meta object for class 'CG String'.
 org.eclipse.emf.ecore.EAttribute getCGText_TextValue()
          Returns the meta object for the attribute 'Text Value'.
 org.eclipse.emf.ecore.EClass getCGText()
          Returns the meta object for class 'CG Text'.
 org.eclipse.emf.ecore.EAttribute getCGTextParameter_TextValue()
          Returns the meta object for the attribute 'Text Value'.
 org.eclipse.emf.ecore.EClass getCGTextParameter()
          Returns the meta object for class 'CG Text Parameter'.
 org.eclipse.emf.ecore.EClass getCGThrowExp()
          Returns the meta object for class 'CG Throw Exp'.
 org.eclipse.emf.ecore.EReference getCGTupleExp_Parts()
          Returns the meta object for the containment reference list 'Parts'.
 org.eclipse.emf.ecore.EClass getCGTupleExp()
          Returns the meta object for class 'CG Tuple Exp'.
 org.eclipse.emf.ecore.EReference getCGTuplePart_Init()
          Returns the meta object for the containment reference 'Init'.
 org.eclipse.emf.ecore.EReference getCGTuplePart_TupleExp()
          Returns the meta object for the container reference 'Tuple Exp'.
 org.eclipse.emf.ecore.EClass getCGTuplePart()
          Returns the meta object for class 'CG Tuple Part'.
 org.eclipse.emf.ecore.EAttribute getCGTuplePartCallExp_AstTuplePartId()
          Returns the meta object for the attribute 'Ast Tuple Part Id'.
 org.eclipse.emf.ecore.EClass getCGTuplePartCallExp()
          Returns the meta object for class 'CG Tuple Part Call Exp'.
 org.eclipse.emf.ecore.EAttribute getCGTypedElement_Required()
          Returns the meta object for the attribute 'Required'.
 org.eclipse.emf.ecore.EReference getCGTypedElement_TypeId()
          Returns the meta object for the reference 'Type Id'.
 org.eclipse.emf.ecore.EClass getCGTypedElement()
          Returns the meta object for class 'CG Typed Element'.
 org.eclipse.emf.ecore.EReference getCGTypeExp_ExecutorType()
          Returns the meta object for the reference 'Executor Type'.
 org.eclipse.emf.ecore.EClass getCGTypeExp()
          Returns the meta object for class 'CG Type Exp'.
 org.eclipse.emf.ecore.EClass getCGTypeId()
          Returns the meta object for class 'CG Type Id'.
 org.eclipse.emf.ecore.EClass getCGUnboxExp()
          Returns the meta object for class 'CG Unbox Exp'.
 org.eclipse.emf.ecore.EClass getCGUnlimited()
          Returns the meta object for class 'CG Unlimited'.
 org.eclipse.emf.ecore.EReference getCGValuedElement_DependsOn()
          Returns the meta object for the reference list 'Depends On'.
 org.eclipse.emf.ecore.EReference getCGValuedElement_Owns()
          Returns the meta object for the containment reference list 'Owns'.
 org.eclipse.emf.ecore.EClass getCGValuedElement()
          Returns the meta object for class 'CG Valued Element'.
 org.eclipse.emf.ecore.EReference getCGVariable_Init()
          Returns the meta object for the containment reference 'Init'.
 org.eclipse.emf.ecore.EClass getCGVariable()
          Returns the meta object for class 'CG Variable'.
 org.eclipse.emf.ecore.EReference getCGVariableExp_ReferredVariable()
          Returns the meta object for the reference 'Referred Variable'.
 org.eclipse.emf.ecore.EClass getCGVariableExp()
          Returns the meta object for class 'CG Variable Exp'.
 org.eclipse.emf.ecore.EDataType getElement()
          Returns the meta object for data type 'Element'.
 org.eclipse.emf.ecore.EDataType getElementId()
          Returns the meta object for data type 'Element Id'.
 org.eclipse.emf.ecore.EDataType getEnumerationLiteralId()
          Returns the meta object for data type 'Enumeration Literal Id'.
 org.eclipse.emf.ecore.EDataType getIteration()
          Returns the meta object for data type 'Iteration'.
 org.eclipse.emf.ecore.EDataType getLibraryIteration()
          Returns the meta object for data type 'Library Iteration'.
 org.eclipse.emf.ecore.EDataType getLibraryOperation()
          Returns the meta object for data type 'Library Operation'.
 org.eclipse.emf.ecore.EDataType getLibraryProperty()
          Returns the meta object for data type 'Library Property'.
 org.eclipse.emf.ecore.EClass getNameable()
          Returns the meta object for class 'Nameable'.
 org.eclipse.emf.ecore.EDataType getNumber()
          Returns the meta object for data type 'Number'.
 org.eclipse.emf.ecore.EDataType getObject()
          Returns the meta object for data type 'Object'.
 org.eclipse.emf.ecore.EDataType getOperation()
          Returns the meta object for data type 'Operation'.
 org.eclipse.emf.ecore.EDataType getProperty()
          Returns the meta object for data type 'Property'.
 org.eclipse.emf.ecore.EDataType getTuplePartId()
          Returns the meta object for data type 'Tuple Part Id'.
 org.eclipse.emf.ecore.EDataType getType()
          Returns the meta object for data type 'Type'.
 org.eclipse.emf.ecore.EDataType getTypeId()
          Returns the meta object for data type 'Type Id'.
 
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eNAME

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

See Also:
Constant Field Values
Generated

eNS_URI

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

See Also:
Constant Field Values
Generated

eNS_PREFIX

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

See Also:
Constant Field Values
Generated

eCONTENT_TYPE

static final java.lang.String eCONTENT_TYPE
The package content type ID.

See Also:
Constant Field Values
Generated

eINSTANCE

@NonNull
static final CGModelPackage eINSTANCE
The singleton instance of the package.

Generated

CG_ELEMENT

static final int CG_ELEMENT
The meta object id for the 'CG Element' class.

See Also:
CGElementImpl, CGModelPackageImpl.getCGElement(), Constant Field Values
Generated

CG_ELEMENT_FEATURE_COUNT

static final int CG_ELEMENT_FEATURE_COUNT
The number of structural features of the 'CG Element' class.

See Also:
Constant Field Values
Generated
Ordered

CG_NAMED_ELEMENT

static final int CG_NAMED_ELEMENT
The meta object id for the 'CG Named Element' class.

See Also:
CGNamedElementImpl, CGModelPackageImpl.getCGNamedElement(), Constant Field Values
Generated

CG_NAMED_ELEMENT__AST

static final int CG_NAMED_ELEMENT__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_CLASS

static final int CG_CLASS
The meta object id for the 'CG Class' class.

See Also:
CGClassImpl, CGModelPackageImpl.getCGClass(), Constant Field Values
Generated

CG_MODEL

static final int CG_MODEL
The meta object id for the 'CG Model' class.

See Also:
CGModelImpl, CGModelPackageImpl.getCGModel(), Constant Field Values
Generated

CG_TYPED_ELEMENT

static final int CG_TYPED_ELEMENT
The meta object id for the 'CG Typed Element' class.

See Also:
CGTypedElementImpl, CGModelPackageImpl.getCGTypedElement(), Constant Field Values
Generated

CG_VALUED_ELEMENT

static final int CG_VALUED_ELEMENT
The meta object id for the 'CG Valued Element' class.

See Also:
CGValuedElementImpl, CGModelPackageImpl.getCGValuedElement(), Constant Field Values
Generated

CG_IF_EXP

static final int CG_IF_EXP
The meta object id for the 'CG If Exp' class.

See Also:
CGIfExpImpl, CGModelPackageImpl.getCGIfExp(), Constant Field Values
Generated

CG_OPERATION

static final int CG_OPERATION
The meta object id for the 'CG Operation' class.

See Also:
CGOperationImpl, CGModelPackageImpl.getCGOperation(), Constant Field Values
Generated

CG_PACKAGE

static final int CG_PACKAGE
The meta object id for the 'CG Package' class.

See Also:
CGPackageImpl, CGModelPackageImpl.getCGPackage(), Constant Field Values
Generated

CG_PARAMETER

static final int CG_PARAMETER
The meta object id for the 'CG Parameter' class.

See Also:
CGParameterImpl, CGModelPackageImpl.getCGParameter(), Constant Field Values
Generated

CG_BOOLEAN

static final int CG_BOOLEAN
The meta object id for the 'CG Boolean' class.

See Also:
CGBooleanImpl, CGModelPackageImpl.getCGBoolean(), Constant Field Values
Generated

CG_INTEGER

static final int CG_INTEGER
The meta object id for the 'CG Integer' class.

See Also:
CGIntegerImpl, CGModelPackageImpl.getCGInteger(), Constant Field Values
Generated

CG_INVALID

static final int CG_INVALID
The meta object id for the 'CG Invalid' class.

See Also:
CGInvalidImpl, CGModelPackageImpl.getCGInvalid(), Constant Field Values
Generated

CG_CONSTANT

static final int CG_CONSTANT
The meta object id for the 'CG Constant' class.

See Also:
CGConstantImpl, CGModelPackageImpl.getCGConstant(), Constant Field Values
Generated

CG_CALL_EXP

static final int CG_CALL_EXP
The meta object id for the 'CG Call Exp' class.

See Also:
CGCallExpImpl, CGModelPackageImpl.getCGCallExp(), Constant Field Values
Generated

CG_CATCH_EXP

static final int CG_CATCH_EXP
The meta object id for the 'CG Catch Exp' class.

See Also:
CGCatchExpImpl, CGModelPackageImpl.getCGCatchExp(), Constant Field Values
Generated

CG_COLLECTION_EXP

static final int CG_COLLECTION_EXP
The meta object id for the 'CG Collection Exp' class.

See Also:
CGCollectionExpImpl, CGModelPackageImpl.getCGCollectionExp(), Constant Field Values
Generated

CG_COLLECTION_PART

static final int CG_COLLECTION_PART
The meta object id for the 'CG Collection Part' class.

See Also:
CGCollectionPartImpl, CGModelPackageImpl.getCGCollectionPart(), Constant Field Values
Generated

CG_LIBRARY_OPERATION_CALL_EXP

static final int CG_LIBRARY_OPERATION_CALL_EXP
The meta object id for the 'CG Library Operation Call Exp' class.

See Also:
CGLibraryOperationCallExpImpl, CGModelPackageImpl.getCGLibraryOperationCallExp(), Constant Field Values
Generated

CG_LIBRARY_PROPERTY_CALL_EXP

static final int CG_LIBRARY_PROPERTY_CALL_EXP
The meta object id for the 'CG Library Property Call Exp' class.

See Also:
CGLibraryPropertyCallExpImpl, CGModelPackageImpl.getCGLibraryPropertyCallExp(), Constant Field Values
Generated

CG_NULL

static final int CG_NULL
The meta object id for the 'CG Null' class.

See Also:
CGNullImpl, CGModelPackageImpl.getCGNull(), Constant Field Values
Generated

CG_OPERATION_CALL_EXP

static final int CG_OPERATION_CALL_EXP
The meta object id for the 'CG Operation Call Exp' class.

See Also:
CGOperationCallExpImpl, CGModelPackageImpl.getCGOperationCallExp(), Constant Field Values
Generated

CG_PROPERTY

static final int CG_PROPERTY
The meta object id for the 'CG Property' class.

See Also:
CGPropertyImpl, CGModelPackageImpl.getCGProperty(), Constant Field Values
Generated

CG_PROPERTY_CALL_EXP

static final int CG_PROPERTY_CALL_EXP
The meta object id for the 'CG Property Call Exp' class.

See Also:
CGPropertyCallExpImpl, CGModelPackageImpl.getCGPropertyCallExp(), Constant Field Values
Generated

CG_REAL

static final int CG_REAL
The meta object id for the 'CG Real' class.

See Also:
CGRealImpl, CGModelPackageImpl.getCGReal(), Constant Field Values
Generated

CG_STRING

static final int CG_STRING
The meta object id for the 'CG String' class.

See Also:
CGStringImpl, CGModelPackageImpl.getCGString(), Constant Field Values
Generated

CG_VARIABLE

static final int CG_VARIABLE
The meta object id for the 'CG Variable' class.

See Also:
CGVariableImpl, CGModelPackageImpl.getCGVariable(), Constant Field Values
Generated

CG_LOCAL_VARIABLE

static final int CG_LOCAL_VARIABLE
The meta object id for the 'CG Local Variable' class.

See Also:
CGLocalVariableImpl, CGModelPackageImpl.getCGLocalVariable(), Constant Field Values
Generated

CG_ECORE_OPERATION_CALL_EXP

static final int CG_ECORE_OPERATION_CALL_EXP
The meta object id for the 'CG Ecore Operation Call Exp' class.

See Also:
CGEcoreOperationCallExpImpl, CGModelPackageImpl.getCGEcoreOperationCallExp(), Constant Field Values
Generated

CG_ECORE_PROPERTY_CALL_EXP

static final int CG_ECORE_PROPERTY_CALL_EXP
The meta object id for the 'CG Ecore Property Call Exp' class.

See Also:
CGEcorePropertyCallExpImpl, CGModelPackageImpl.getCGEcorePropertyCallExp(), Constant Field Values
Generated

CG_CONSTANT_EXP

static final int CG_CONSTANT_EXP
The meta object id for the 'CG Constant Exp' class.

See Also:
CGConstantExpImpl, CGModelPackageImpl.getCGConstantExp(), Constant Field Values
Generated

CG_FINAL_VARIABLE

static final int CG_FINAL_VARIABLE
The meta object id for the 'CG Final Variable' class.

See Also:
CGFinalVariableImpl, CGModelPackageImpl.getCGFinalVariable(), Constant Field Values
Generated

CG_LET_EXP

static final int CG_LET_EXP
The meta object id for the 'CG Let Exp' class.

See Also:
CGLetExpImpl, CGModelPackageImpl.getCGLetExp(), Constant Field Values
Generated

CG_SETTABLE_VARIABLE

static final int CG_SETTABLE_VARIABLE
The meta object id for the 'CG Settable Variable' class.

See Also:
CGSettableVariableImpl, CGModelPackageImpl.getCGSettableVariable(), Constant Field Values
Generated

CG_THROW_EXP

static final int CG_THROW_EXP
The meta object id for the 'CG Throw Exp' class.

See Also:
CGThrowExpImpl, CGModelPackageImpl.getCGThrowExp(), Constant Field Values
Generated

CG_TUPLE_EXP

static final int CG_TUPLE_EXP
The meta object id for the 'CG Tuple Exp' class.

See Also:
CGTupleExpImpl, CGModelPackageImpl.getCGTupleExp(), Constant Field Values
Generated

CG_TUPLE_PART

static final int CG_TUPLE_PART
The meta object id for the 'CG Tuple Part' class.

See Also:
CGTuplePartImpl, CGModelPackageImpl.getCGTuplePart(), Constant Field Values
Generated

CG_TYPE_EXP

static final int CG_TYPE_EXP
The meta object id for the 'CG Type Exp' class.

See Also:
CGTypeExpImpl, CGModelPackageImpl.getCGTypeExp(), Constant Field Values
Generated

CG_CONSTRUCTOR_EXP

static final int CG_CONSTRUCTOR_EXP
The meta object id for the 'CG Constructor Exp' class.

See Also:
CGConstructorExpImpl, CGModelPackageImpl.getCGConstructorExp(), Constant Field Values
Generated

CG_CONSTRUCTOR_PART

static final int CG_CONSTRUCTOR_PART
The meta object id for the 'CG Constructor Part' class.

See Also:
CGConstructorPartImpl, CGModelPackageImpl.getCGConstructorPart(), Constant Field Values
Generated

CG_ECORE_CLASS_CONSTRUCTOR_EXP

static final int CG_ECORE_CLASS_CONSTRUCTOR_EXP
The meta object id for the 'CG Ecore Class Constructor Exp' class.

See Also:
CGEcoreClassConstructorExpImpl, CGModelPackageImpl.getCGEcoreClassConstructorExp(), Constant Field Values
Generated

CG_ECORE_DATA_TYPE_CONSTRUCTOR_EXP

static final int CG_ECORE_DATA_TYPE_CONSTRUCTOR_EXP
The meta object id for the 'CG Ecore Data Type Constructor Exp' class.

See Also:
CGEcoreDataTypeConstructorExpImpl, CGModelPackageImpl.getCGEcoreDataTypeConstructorExp(), Constant Field Values
Generated

CG_ELEMENT_ID

static final int CG_ELEMENT_ID
The meta object id for the 'CG Element Id' class.

See Also:
CGElementIdImpl, CGModelPackageImpl.getCGElementId(), Constant Field Values
Generated

CG_ITERATION_CALL_EXP

static final int CG_ITERATION_CALL_EXP
The meta object id for the 'CG Iteration Call Exp' class.

See Also:
CGIterationCallExpImpl, CGModelPackageImpl.getCGIterationCallExp(), Constant Field Values
Generated

CG_BOX_EXP

static final int CG_BOX_EXP
The meta object id for the 'CG Box Exp' class.

See Also:
CGBoxExpImpl, CGModelPackageImpl.getCGBoxExp(), Constant Field Values
Generated

CG_LIBRARY_ITERATION_CALL_EXP

static final int CG_LIBRARY_ITERATION_CALL_EXP
The meta object id for the 'CG Library Iteration Call Exp' class.

See Also:
CGLibraryIterationCallExpImpl, CGModelPackageImpl.getCGLibraryIterationCallExp(), Constant Field Values
Generated

CG_TEXT

static final int CG_TEXT
The meta object id for the 'CG Text' class.

See Also:
CGTextImpl, CGModelPackageImpl.getCGText(), Constant Field Values
Generated

CG_TYPE_ID

static final int CG_TYPE_ID
The meta object id for the 'CG Type Id' class.

See Also:
CGTypeIdImpl, CGModelPackageImpl.getCGTypeId(), Constant Field Values
Generated

CG_NAMED_ELEMENT__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_NAMED_ELEMENT_FEATURE_COUNT

static final int CG_NAMED_ELEMENT_FEATURE_COUNT
The number of structural features of the 'CG Named Element' class.

See Also:
Constant Field Values
Generated
Ordered

CG_TYPED_ELEMENT__AST

static final int CG_TYPED_ELEMENT__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_TYPED_ELEMENT__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_TYPED_ELEMENT__TYPE_ID

static final int CG_TYPED_ELEMENT__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_TYPED_ELEMENT__REQUIRED

static final int CG_TYPED_ELEMENT__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_TYPED_ELEMENT_FEATURE_COUNT

static final int CG_TYPED_ELEMENT_FEATURE_COUNT
The number of structural features of the 'CG Typed Element' class.

See Also:
Constant Field Values
Generated
Ordered

CG_VALUED_ELEMENT__AST

static final int CG_VALUED_ELEMENT__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_VALUED_ELEMENT__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_VALUED_ELEMENT__TYPE_ID

static final int CG_VALUED_ELEMENT__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_VALUED_ELEMENT__REQUIRED

static final int CG_VALUED_ELEMENT__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_VALUED_ELEMENT__DEPENDS_ON

static final int CG_VALUED_ELEMENT__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_VALUED_ELEMENT__OWNS

static final int CG_VALUED_ELEMENT__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_VALUED_ELEMENT_FEATURE_COUNT

static final int CG_VALUED_ELEMENT_FEATURE_COUNT
The number of structural features of the 'CG Valued Element' class.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_OPERATION

static final int CG_EXECUTOR_OPERATION
The meta object id for the 'CG Executor Operation' class.

See Also:
CGExecutorOperationImpl, CGModelPackageImpl.getCGExecutorOperation(), Constant Field Values
Generated

CG_EXECUTOR_OPERATION_CALL_EXP

static final int CG_EXECUTOR_OPERATION_CALL_EXP
The meta object id for the 'CG Executor Operation Call Exp' class.

See Also:
CGExecutorOperationCallExpImpl, CGModelPackageImpl.getCGExecutorOperationCallExp(), Constant Field Values
Generated

CG_EXECUTOR_PROPERTY

static final int CG_EXECUTOR_PROPERTY
The meta object id for the 'CG Executor Property' class.

See Also:
CGExecutorPropertyImpl, CGModelPackageImpl.getCGExecutorProperty(), Constant Field Values
Generated

CG_EXECUTOR_PROPERTY_CALL_EXP

static final int CG_EXECUTOR_PROPERTY_CALL_EXP
The meta object id for the 'CG Executor Property Call Exp' class.

See Also:
CGExecutorPropertyCallExpImpl, CGModelPackageImpl.getCGExecutorPropertyCallExp(), Constant Field Values
Generated

CG_EXECUTOR_COMPOSITION_PROPERTY

static final int CG_EXECUTOR_COMPOSITION_PROPERTY
The meta object id for the 'CG Executor Composition Property' class.

See Also:
CGExecutorCompositionPropertyImpl, CGModelPackageImpl.getCGExecutorCompositionProperty(), Constant Field Values
Generated

CG_EXECUTOR_CONSTRUCTOR_PART

static final int CG_EXECUTOR_CONSTRUCTOR_PART
The meta object id for the 'CG Executor Constructor Part' class.

See Also:
CGExecutorConstructorPartImpl, CGModelPackageImpl.getCGExecutorConstructorPart(), Constant Field Values
Generated

CG_EXECUTOR_NAVIGATION_PROPERTY

static final int CG_EXECUTOR_NAVIGATION_PROPERTY
The meta object id for the 'CG Executor Navigation Property' class.

See Also:
CGExecutorNavigationPropertyImpl, CGModelPackageImpl.getCGExecutorNavigationProperty(), Constant Field Values
Generated

CG_EXECUTOR_TYPE

static final int CG_EXECUTOR_TYPE
The meta object id for the 'CG Executor Type' class.

See Also:
CGExecutorTypeImpl, CGModelPackageImpl.getCGExecutorType(), Constant Field Values
Generated

CG_GUARD_EXP

static final int CG_GUARD_EXP
The meta object id for the 'CG Guard Exp' class.

See Also:
CGGuardExpImpl, CGModelPackageImpl.getCGGuardExp(), Constant Field Values
Generated

CG_LIBRARY_ITERATE_CALL_EXP

static final int CG_LIBRARY_ITERATE_CALL_EXP
The meta object id for the 'CG Library Iterate Call Exp' class.

See Also:
CGLibraryIterateCallExpImpl, CGModelPackageImpl.getCGLibraryIterateCallExp(), Constant Field Values
Generated

CG_CONSTRAINT

static final int CG_CONSTRAINT
The meta object id for the 'CG Constraint' class.

See Also:
CGConstraintImpl, CGModelPackageImpl.getCGConstraint(), Constant Field Values
Generated

CG_EXECUTOR_OPPOSITE_PROPERTY

static final int CG_EXECUTOR_OPPOSITE_PROPERTY
The meta object id for the 'CG Executor Opposite Property' class.

See Also:
CGExecutorOppositePropertyImpl, CGModelPackageImpl.getCGExecutorOppositeProperty(), Constant Field Values
Generated

CG_IS_INVALID_EXP

static final int CG_IS_INVALID_EXP
The meta object id for the 'CG Is Invalid Exp' class.

See Also:
CGIsInvalidExpImpl, CGModelPackageImpl.getCGIsInvalidExp(), Constant Field Values
Generated

CG_IS_UNDEFINED_EXP

static final int CG_IS_UNDEFINED_EXP
The meta object id for the 'CG Is Undefined Exp' class.

See Also:
CGIsUndefinedExpImpl, CGModelPackageImpl.getCGIsUndefinedExp(), Constant Field Values
Generated

CG_BUILT_IN_ITERATION_CALL_EXP

static final int CG_BUILT_IN_ITERATION_CALL_EXP
The meta object id for the 'CG Built In Iteration Call Exp' class.

See Also:
CGBuiltInIterationCallExpImpl, CGModelPackageImpl.getCGBuiltInIterationCallExp(), Constant Field Values
Generated

CG_CAST_EXP

static final int CG_CAST_EXP
The meta object id for the 'CG Cast Exp' class.

See Also:
CGCastExpImpl, CGModelPackageImpl.getCGCastExp(), Constant Field Values
Generated

CG_ITERATOR

static final int CG_ITERATOR
The meta object id for the 'CG Iterator' class.

See Also:
CGIteratorImpl, CGModelPackageImpl.getCGIterator(), Constant Field Values
Generated

CG_ECORE_OPERATION

static final int CG_ECORE_OPERATION
The meta object id for the 'CG Ecore Operation' class.

See Also:
CGEcoreOperationImpl, CGModelPackageImpl.getCGEcoreOperation(), Constant Field Values
Generated

CG_VARIABLE__AST

static final int CG_VARIABLE__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_VARIABLE__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_VARIABLE__TYPE_ID

static final int CG_VARIABLE__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_VARIABLE__REQUIRED

static final int CG_VARIABLE__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_VARIABLE__DEPENDS_ON

static final int CG_VARIABLE__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_VARIABLE__OWNS

static final int CG_VARIABLE__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_VARIABLE__INIT

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

See Also:
Constant Field Values
Generated
Ordered

CG_VARIABLE_FEATURE_COUNT

static final int CG_VARIABLE_FEATURE_COUNT
The number of structural features of the 'CG Variable' class.

See Also:
Constant Field Values
Generated
Ordered

CG_PARAMETER__AST

static final int CG_PARAMETER__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_PARAMETER__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_PARAMETER__TYPE_ID

static final int CG_PARAMETER__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_PARAMETER__REQUIRED

static final int CG_PARAMETER__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_PARAMETER__DEPENDS_ON

static final int CG_PARAMETER__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_PARAMETER__OWNS

static final int CG_PARAMETER__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_PARAMETER__INIT

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

See Also:
Constant Field Values
Generated
Ordered

CG_PARAMETER__CALLABLE

static final int CG_PARAMETER__CALLABLE
The feature id for the 'Callable' container reference.

See Also:
Constant Field Values
Generated
Ordered

CG_PARAMETER_FEATURE_COUNT

static final int CG_PARAMETER_FEATURE_COUNT
The number of structural features of the 'CG Parameter' class.

See Also:
Constant Field Values
Generated
Ordered

CG_ITERATOR__AST

static final int CG_ITERATOR__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_ITERATOR__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_ITERATOR__TYPE_ID

static final int CG_ITERATOR__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_ITERATOR__REQUIRED

static final int CG_ITERATOR__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_ITERATOR__DEPENDS_ON

static final int CG_ITERATOR__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_ITERATOR__OWNS

static final int CG_ITERATOR__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_ITERATOR__INIT

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

See Also:
Constant Field Values
Generated
Ordered

CG_ITERATOR__CALLABLE

static final int CG_ITERATOR__CALLABLE
The feature id for the 'Callable' container reference.

See Also:
Constant Field Values
Generated
Ordered

CG_ITERATOR_FEATURE_COUNT

static final int CG_ITERATOR_FEATURE_COUNT
The number of structural features of the 'CG Iterator' class.

See Also:
Constant Field Values
Generated
Ordered

CG_ACCUMULATOR

static final int CG_ACCUMULATOR
The meta object id for the 'CG Accumulator' class.

See Also:
CGAccumulatorImpl, CGModelPackageImpl.getCGAccumulator(), Constant Field Values
Generated

CG_ACCUMULATOR__AST

static final int CG_ACCUMULATOR__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_ACCUMULATOR__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_ACCUMULATOR__TYPE_ID

static final int CG_ACCUMULATOR__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_ACCUMULATOR__REQUIRED

static final int CG_ACCUMULATOR__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_ACCUMULATOR__DEPENDS_ON

static final int CG_ACCUMULATOR__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_ACCUMULATOR__OWNS

static final int CG_ACCUMULATOR__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_ACCUMULATOR__INIT

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

See Also:
Constant Field Values
Generated
Ordered

CG_ACCUMULATOR__CALLABLE

static final int CG_ACCUMULATOR__CALLABLE
The feature id for the 'Callable' container reference.

See Also:
Constant Field Values
Generated
Ordered

CG_ACCUMULATOR_FEATURE_COUNT

static final int CG_ACCUMULATOR_FEATURE_COUNT
The number of structural features of the 'CG Accumulator' class.

See Also:
Constant Field Values
Generated
Ordered

CG_CALL_EXP__AST

static final int CG_CALL_EXP__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_CALL_EXP__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_CALL_EXP__TYPE_ID

static final int CG_CALL_EXP__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_CALL_EXP__REQUIRED

static final int CG_CALL_EXP__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_CALL_EXP__DEPENDS_ON

static final int CG_CALL_EXP__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_CALL_EXP__OWNS

static final int CG_CALL_EXP__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_CALL_EXP__INVALIDATING

static final int CG_CALL_EXP__INVALIDATING
The feature id for the 'Invalidating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_CALL_EXP__VALIDATING

static final int CG_CALL_EXP__VALIDATING
The feature id for the 'Validating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_CALL_EXP__SOURCE

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

See Also:
Constant Field Values
Generated
Ordered

CG_CALL_EXP_FEATURE_COUNT

static final int CG_CALL_EXP_FEATURE_COUNT
The number of structural features of the 'CG Call Exp' class.

See Also:
Constant Field Values
Generated
Ordered

CG_ASSERT_NON_NULL_EXP

static final int CG_ASSERT_NON_NULL_EXP
The meta object id for the 'CG Assert Non Null Exp' class.

See Also:
CGAssertNonNullExpImpl, CGModelPackageImpl.getCGAssertNonNullExp(), Constant Field Values
Generated

CG_ASSERT_NON_NULL_EXP__AST

static final int CG_ASSERT_NON_NULL_EXP__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_ASSERT_NON_NULL_EXP__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_ASSERT_NON_NULL_EXP__TYPE_ID

static final int CG_ASSERT_NON_NULL_EXP__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_ASSERT_NON_NULL_EXP__REQUIRED

static final int CG_ASSERT_NON_NULL_EXP__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_ASSERT_NON_NULL_EXP__DEPENDS_ON

static final int CG_ASSERT_NON_NULL_EXP__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_ASSERT_NON_NULL_EXP__OWNS

static final int CG_ASSERT_NON_NULL_EXP__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_ASSERT_NON_NULL_EXP__INVALIDATING

static final int CG_ASSERT_NON_NULL_EXP__INVALIDATING
The feature id for the 'Invalidating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_ASSERT_NON_NULL_EXP__VALIDATING

static final int CG_ASSERT_NON_NULL_EXP__VALIDATING
The feature id for the 'Validating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_ASSERT_NON_NULL_EXP__SOURCE

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

See Also:
Constant Field Values
Generated
Ordered

CG_ASSERT_NON_NULL_EXP_FEATURE_COUNT

static final int CG_ASSERT_NON_NULL_EXP_FEATURE_COUNT
The number of structural features of the 'CG Assert Non Null Exp' class.

See Also:
Constant Field Values
Generated
Ordered

CG_CONSTANT__AST

static final int CG_CONSTANT__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_CONSTANT__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_CONSTANT__TYPE_ID

static final int CG_CONSTANT__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_CONSTANT__REQUIRED

static final int CG_CONSTANT__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_CONSTANT__DEPENDS_ON

static final int CG_CONSTANT__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_CONSTANT__OWNS

static final int CG_CONSTANT__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_CONSTANT_FEATURE_COUNT

static final int CG_CONSTANT_FEATURE_COUNT
The number of structural features of the 'CG Constant' class.

See Also:
Constant Field Values
Generated
Ordered

CG_BOOLEAN__AST

static final int CG_BOOLEAN__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_BOOLEAN__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_BOOLEAN__TYPE_ID

static final int CG_BOOLEAN__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_BOOLEAN__REQUIRED

static final int CG_BOOLEAN__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_BOOLEAN__DEPENDS_ON

static final int CG_BOOLEAN__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_BOOLEAN__OWNS

static final int CG_BOOLEAN__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_BOOLEAN__BOOLEAN_VALUE

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

See Also:
Constant Field Values
Generated
Ordered

CG_BOOLEAN_FEATURE_COUNT

static final int CG_BOOLEAN_FEATURE_COUNT
The number of structural features of the 'CG Boolean' class.

See Also:
Constant Field Values
Generated
Ordered

CG_BOX_EXP__AST

static final int CG_BOX_EXP__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_BOX_EXP__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_BOX_EXP__TYPE_ID

static final int CG_BOX_EXP__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_BOX_EXP__REQUIRED

static final int CG_BOX_EXP__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_BOX_EXP__DEPENDS_ON

static final int CG_BOX_EXP__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_BOX_EXP__OWNS

static final int CG_BOX_EXP__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_BOX_EXP__INVALIDATING

static final int CG_BOX_EXP__INVALIDATING
The feature id for the 'Invalidating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_BOX_EXP__VALIDATING

static final int CG_BOX_EXP__VALIDATING
The feature id for the 'Validating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_BOX_EXP__SOURCE

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

See Also:
Constant Field Values
Generated
Ordered

CG_BOX_EXP_FEATURE_COUNT

static final int CG_BOX_EXP_FEATURE_COUNT
The number of structural features of the 'CG Box Exp' class.

See Also:
Constant Field Values
Generated
Ordered

CG_ITERATION_CALL_EXP__AST

static final int CG_ITERATION_CALL_EXP__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_ITERATION_CALL_EXP__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_ITERATION_CALL_EXP__TYPE_ID

static final int CG_ITERATION_CALL_EXP__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_ITERATION_CALL_EXP__REQUIRED

static final int CG_ITERATION_CALL_EXP__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_ITERATION_CALL_EXP__DEPENDS_ON

static final int CG_ITERATION_CALL_EXP__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_ITERATION_CALL_EXP__OWNS

static final int CG_ITERATION_CALL_EXP__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_ITERATION_CALL_EXP__INVALIDATING

static final int CG_ITERATION_CALL_EXP__INVALIDATING
The feature id for the 'Invalidating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_ITERATION_CALL_EXP__VALIDATING

static final int CG_ITERATION_CALL_EXP__VALIDATING
The feature id for the 'Validating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_ITERATION_CALL_EXP__SOURCE

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

See Also:
Constant Field Values
Generated
Ordered

CG_ITERATION_CALL_EXP__REFERRED_ITERATION

static final int CG_ITERATION_CALL_EXP__REFERRED_ITERATION
The feature id for the 'Referred Iteration' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_ITERATION_CALL_EXP__ITERATORS

static final int CG_ITERATION_CALL_EXP__ITERATORS
The feature id for the 'Iterators' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_ITERATION_CALL_EXP__BODY

static final int CG_ITERATION_CALL_EXP__BODY
The feature id for the 'Body' containment reference.

See Also:
Constant Field Values
Generated
Ordered

CG_ITERATION_CALL_EXP_FEATURE_COUNT

static final int CG_ITERATION_CALL_EXP_FEATURE_COUNT
The number of structural features of the 'CG Iteration Call Exp' class.

See Also:
Constant Field Values
Generated
Ordered

CG_BUILT_IN_ITERATION_CALL_EXP__AST

static final int CG_BUILT_IN_ITERATION_CALL_EXP__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_BUILT_IN_ITERATION_CALL_EXP__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_BUILT_IN_ITERATION_CALL_EXP__TYPE_ID

static final int CG_BUILT_IN_ITERATION_CALL_EXP__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_BUILT_IN_ITERATION_CALL_EXP__REQUIRED

static final int CG_BUILT_IN_ITERATION_CALL_EXP__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_BUILT_IN_ITERATION_CALL_EXP__DEPENDS_ON

static final int CG_BUILT_IN_ITERATION_CALL_EXP__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_BUILT_IN_ITERATION_CALL_EXP__OWNS

static final int CG_BUILT_IN_ITERATION_CALL_EXP__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_BUILT_IN_ITERATION_CALL_EXP__INVALIDATING

static final int CG_BUILT_IN_ITERATION_CALL_EXP__INVALIDATING
The feature id for the 'Invalidating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_BUILT_IN_ITERATION_CALL_EXP__VALIDATING

static final int CG_BUILT_IN_ITERATION_CALL_EXP__VALIDATING
The feature id for the 'Validating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_BUILT_IN_ITERATION_CALL_EXP__SOURCE

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

See Also:
Constant Field Values
Generated
Ordered

CG_BUILT_IN_ITERATION_CALL_EXP__REFERRED_ITERATION

static final int CG_BUILT_IN_ITERATION_CALL_EXP__REFERRED_ITERATION
The feature id for the 'Referred Iteration' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_BUILT_IN_ITERATION_CALL_EXP__ITERATORS

static final int CG_BUILT_IN_ITERATION_CALL_EXP__ITERATORS
The feature id for the 'Iterators' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_BUILT_IN_ITERATION_CALL_EXP__BODY

static final int CG_BUILT_IN_ITERATION_CALL_EXP__BODY
The feature id for the 'Body' containment reference.

See Also:
Constant Field Values
Generated
Ordered

CG_BUILT_IN_ITERATION_CALL_EXP__ACCUMULATOR

static final int CG_BUILT_IN_ITERATION_CALL_EXP__ACCUMULATOR
The feature id for the 'Accumulator' containment reference.

See Also:
Constant Field Values
Generated
Ordered

CG_BUILT_IN_ITERATION_CALL_EXP_FEATURE_COUNT

static final int CG_BUILT_IN_ITERATION_CALL_EXP_FEATURE_COUNT
The number of structural features of the 'CG Built In Iteration Call Exp' class.

See Also:
Constant Field Values
Generated
Ordered

CG_CALLABLE

static final int CG_CALLABLE
The meta object id for the 'CG Callable' class.

See Also:
CGCallableImpl, CGModelPackageImpl.getCGCallable(), Constant Field Values
Generated

CG_CALLABLE__AST

static final int CG_CALLABLE__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_CALLABLE__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_CALLABLE__TYPE_ID

static final int CG_CALLABLE__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_CALLABLE__REQUIRED

static final int CG_CALLABLE__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_CALLABLE__DEPENDS_ON

static final int CG_CALLABLE__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_CALLABLE__OWNS

static final int CG_CALLABLE__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_CALLABLE__PARAMETERS

static final int CG_CALLABLE__PARAMETERS
The feature id for the 'Parameters' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_CALLABLE__BODY

static final int CG_CALLABLE__BODY
The feature id for the 'Body' containment reference.

See Also:
Constant Field Values
Generated
Ordered

CG_CALLABLE_FEATURE_COUNT

static final int CG_CALLABLE_FEATURE_COUNT
The number of structural features of the 'CG Callable' class.

See Also:
Constant Field Values
Generated
Ordered

CG_CAST_EXP__AST

static final int CG_CAST_EXP__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_CAST_EXP__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_CAST_EXP__TYPE_ID

static final int CG_CAST_EXP__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_CAST_EXP__REQUIRED

static final int CG_CAST_EXP__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_CAST_EXP__DEPENDS_ON

static final int CG_CAST_EXP__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_CAST_EXP__OWNS

static final int CG_CAST_EXP__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_CAST_EXP__INVALIDATING

static final int CG_CAST_EXP__INVALIDATING
The feature id for the 'Invalidating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_CAST_EXP__VALIDATING

static final int CG_CAST_EXP__VALIDATING
The feature id for the 'Validating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_CAST_EXP__SOURCE

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

See Also:
Constant Field Values
Generated
Ordered

CG_CAST_EXP__EXECUTOR_TYPE

static final int CG_CAST_EXP__EXECUTOR_TYPE
The feature id for the 'Executor Type' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_CAST_EXP_FEATURE_COUNT

static final int CG_CAST_EXP_FEATURE_COUNT
The number of structural features of the 'CG Cast Exp' class.

See Also:
Constant Field Values
Generated
Ordered

CG_CATCH_EXP__AST

static final int CG_CATCH_EXP__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_CATCH_EXP__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_CATCH_EXP__TYPE_ID

static final int CG_CATCH_EXP__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_CATCH_EXP__REQUIRED

static final int CG_CATCH_EXP__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_CATCH_EXP__DEPENDS_ON

static final int CG_CATCH_EXP__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_CATCH_EXP__OWNS

static final int CG_CATCH_EXP__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_CATCH_EXP__INVALIDATING

static final int CG_CATCH_EXP__INVALIDATING
The feature id for the 'Invalidating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_CATCH_EXP__VALIDATING

static final int CG_CATCH_EXP__VALIDATING
The feature id for the 'Validating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_CATCH_EXP__SOURCE

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

See Also:
Constant Field Values
Generated
Ordered

CG_CATCH_EXP_FEATURE_COUNT

static final int CG_CATCH_EXP_FEATURE_COUNT
The number of structural features of the 'CG Catch Exp' class.

See Also:
Constant Field Values
Generated
Ordered

CG_CLASS__AST

static final int CG_CLASS__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_CLASS__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_CLASS__CONTAINING_PACKAGE

static final int CG_CLASS__CONTAINING_PACKAGE
The feature id for the 'Containing Package' container reference.

See Also:
Constant Field Values
Generated
Ordered

CG_CLASS__OPERATIONS

static final int CG_CLASS__OPERATIONS
The feature id for the 'Operations' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_CLASS__PROPERTIES

static final int CG_CLASS__PROPERTIES
The feature id for the 'Properties' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_CLASS__INVARIANTS

static final int CG_CLASS__INVARIANTS
The feature id for the 'Invariants' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_CLASS__SUPER_TYPES

static final int CG_CLASS__SUPER_TYPES
The feature id for the 'Super Types' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_CLASS__INTERFACE

static final int CG_CLASS__INTERFACE
The feature id for the 'Interface' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_CLASS__TEMPLATE_PARAMETERS

static final int CG_CLASS__TEMPLATE_PARAMETERS
The feature id for the 'Template Parameters' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_CLASS_FEATURE_COUNT

static final int CG_CLASS_FEATURE_COUNT
The number of structural features of the 'CG Class' class.

See Also:
Constant Field Values
Generated
Ordered

CG_COLLECTION_EXP__AST

static final int CG_COLLECTION_EXP__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_COLLECTION_EXP__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_COLLECTION_EXP__TYPE_ID

static final int CG_COLLECTION_EXP__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_COLLECTION_EXP__REQUIRED

static final int CG_COLLECTION_EXP__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_COLLECTION_EXP__DEPENDS_ON

static final int CG_COLLECTION_EXP__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_COLLECTION_EXP__OWNS

static final int CG_COLLECTION_EXP__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_COLLECTION_EXP__PARTS

static final int CG_COLLECTION_EXP__PARTS
The feature id for the 'Parts' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_COLLECTION_EXP_FEATURE_COUNT

static final int CG_COLLECTION_EXP_FEATURE_COUNT
The number of structural features of the 'CG Collection Exp' class.

See Also:
Constant Field Values
Generated
Ordered

CG_COLLECTION_PART__AST

static final int CG_COLLECTION_PART__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_COLLECTION_PART__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_COLLECTION_PART__TYPE_ID

static final int CG_COLLECTION_PART__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_COLLECTION_PART__REQUIRED

static final int CG_COLLECTION_PART__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_COLLECTION_PART__DEPENDS_ON

static final int CG_COLLECTION_PART__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_COLLECTION_PART__OWNS

static final int CG_COLLECTION_PART__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_COLLECTION_PART__FIRST

static final int CG_COLLECTION_PART__FIRST
The feature id for the 'First' containment reference.

See Also:
Constant Field Values
Generated
Ordered

CG_COLLECTION_PART__LAST

static final int CG_COLLECTION_PART__LAST
The feature id for the 'Last' containment reference.

See Also:
Constant Field Values
Generated
Ordered

CG_COLLECTION_PART__COLLECTION_EXP

static final int CG_COLLECTION_PART__COLLECTION_EXP
The feature id for the 'Collection Exp' container reference.

See Also:
Constant Field Values
Generated
Ordered

CG_COLLECTION_PART_FEATURE_COUNT

static final int CG_COLLECTION_PART_FEATURE_COUNT
The number of structural features of the 'CG Collection Part' class.

See Also:
Constant Field Values
Generated
Ordered

CG_CONSTANT_EXP__AST

static final int CG_CONSTANT_EXP__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_CONSTANT_EXP__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_CONSTANT_EXP__TYPE_ID

static final int CG_CONSTANT_EXP__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_CONSTANT_EXP__REQUIRED

static final int CG_CONSTANT_EXP__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_CONSTANT_EXP__DEPENDS_ON

static final int CG_CONSTANT_EXP__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_CONSTANT_EXP__OWNS

static final int CG_CONSTANT_EXP__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_CONSTANT_EXP__REFERRED_CONSTANT

static final int CG_CONSTANT_EXP__REFERRED_CONSTANT
The feature id for the 'Referred Constant' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_CONSTANT_EXP_FEATURE_COUNT

static final int CG_CONSTANT_EXP_FEATURE_COUNT
The number of structural features of the 'CG Constant Exp' class.

See Also:
Constant Field Values
Generated
Ordered

CG_CONSTRAINT__AST

static final int CG_CONSTRAINT__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_CONSTRAINT__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_CONSTRAINT__TYPE_ID

static final int CG_CONSTRAINT__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_CONSTRAINT__REQUIRED

static final int CG_CONSTRAINT__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_CONSTRAINT__DEPENDS_ON

static final int CG_CONSTRAINT__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_CONSTRAINT__OWNS

static final int CG_CONSTRAINT__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_CONSTRAINT__PARAMETERS

static final int CG_CONSTRAINT__PARAMETERS
The feature id for the 'Parameters' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_CONSTRAINT__BODY

static final int CG_CONSTRAINT__BODY
The feature id for the 'Body' containment reference.

See Also:
Constant Field Values
Generated
Ordered

CG_CONSTRAINT_FEATURE_COUNT

static final int CG_CONSTRAINT_FEATURE_COUNT
The number of structural features of the 'CG Constraint' class.

See Also:
Constant Field Values
Generated
Ordered

CG_CONSTRUCTOR_EXP__AST

static final int CG_CONSTRUCTOR_EXP__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_CONSTRUCTOR_EXP__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_CONSTRUCTOR_EXP__TYPE_ID

static final int CG_CONSTRUCTOR_EXP__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_CONSTRUCTOR_EXP__REQUIRED

static final int CG_CONSTRUCTOR_EXP__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_CONSTRUCTOR_EXP__DEPENDS_ON

static final int CG_CONSTRUCTOR_EXP__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_CONSTRUCTOR_EXP__OWNS

static final int CG_CONSTRUCTOR_EXP__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_CONSTRUCTOR_EXP__PARTS

static final int CG_CONSTRUCTOR_EXP__PARTS
The feature id for the 'Parts' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_CONSTRUCTOR_EXP__EXECUTOR_TYPE

static final int CG_CONSTRUCTOR_EXP__EXECUTOR_TYPE
The feature id for the 'Executor Type' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_CONSTRUCTOR_EXP_FEATURE_COUNT

static final int CG_CONSTRUCTOR_EXP_FEATURE_COUNT
The number of structural features of the 'CG Constructor Exp' class.

See Also:
Constant Field Values
Generated
Ordered

CG_CONSTRUCTOR_PART__AST

static final int CG_CONSTRUCTOR_PART__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_CONSTRUCTOR_PART__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_CONSTRUCTOR_PART__TYPE_ID

static final int CG_CONSTRUCTOR_PART__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_CONSTRUCTOR_PART__REQUIRED

static final int CG_CONSTRUCTOR_PART__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_CONSTRUCTOR_PART__DEPENDS_ON

static final int CG_CONSTRUCTOR_PART__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_CONSTRUCTOR_PART__OWNS

static final int CG_CONSTRUCTOR_PART__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_CONSTRUCTOR_PART__INIT

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

See Also:
Constant Field Values
Generated
Ordered

CG_CONSTRUCTOR_PART__CONSTRUCTOR_EXP

static final int CG_CONSTRUCTOR_PART__CONSTRUCTOR_EXP
The feature id for the 'Constructor Exp' container reference.

See Also:
Constant Field Values
Generated
Ordered

CG_CONSTRUCTOR_PART__EXECUTOR_PART

static final int CG_CONSTRUCTOR_PART__EXECUTOR_PART
The feature id for the 'Executor Part' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_CONSTRUCTOR_PART_FEATURE_COUNT

static final int CG_CONSTRUCTOR_PART_FEATURE_COUNT
The number of structural features of the 'CG Constructor Part' class.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_CLASS_CONSTRUCTOR_EXP__AST

static final int CG_ECORE_CLASS_CONSTRUCTOR_EXP__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_CLASS_CONSTRUCTOR_EXP__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_CLASS_CONSTRUCTOR_EXP__TYPE_ID

static final int CG_ECORE_CLASS_CONSTRUCTOR_EXP__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_CLASS_CONSTRUCTOR_EXP__REQUIRED

static final int CG_ECORE_CLASS_CONSTRUCTOR_EXP__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_CLASS_CONSTRUCTOR_EXP__DEPENDS_ON

static final int CG_ECORE_CLASS_CONSTRUCTOR_EXP__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_CLASS_CONSTRUCTOR_EXP__OWNS

static final int CG_ECORE_CLASS_CONSTRUCTOR_EXP__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_CLASS_CONSTRUCTOR_EXP__PARTS

static final int CG_ECORE_CLASS_CONSTRUCTOR_EXP__PARTS
The feature id for the 'Parts' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_CLASS_CONSTRUCTOR_EXP__EXECUTOR_TYPE

static final int CG_ECORE_CLASS_CONSTRUCTOR_EXP__EXECUTOR_TYPE
The feature id for the 'Executor Type' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_CLASS_CONSTRUCTOR_EXP__ECLASS

static final int CG_ECORE_CLASS_CONSTRUCTOR_EXP__ECLASS
The feature id for the 'EClass' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_CLASS_CONSTRUCTOR_EXP_FEATURE_COUNT

static final int CG_ECORE_CLASS_CONSTRUCTOR_EXP_FEATURE_COUNT
The number of structural features of the 'CG Ecore Class Constructor Exp' class.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_DATA_TYPE_CONSTRUCTOR_EXP__AST

static final int CG_ECORE_DATA_TYPE_CONSTRUCTOR_EXP__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_DATA_TYPE_CONSTRUCTOR_EXP__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_DATA_TYPE_CONSTRUCTOR_EXP__TYPE_ID

static final int CG_ECORE_DATA_TYPE_CONSTRUCTOR_EXP__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_DATA_TYPE_CONSTRUCTOR_EXP__REQUIRED

static final int CG_ECORE_DATA_TYPE_CONSTRUCTOR_EXP__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_DATA_TYPE_CONSTRUCTOR_EXP__DEPENDS_ON

static final int CG_ECORE_DATA_TYPE_CONSTRUCTOR_EXP__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_DATA_TYPE_CONSTRUCTOR_EXP__OWNS

static final int CG_ECORE_DATA_TYPE_CONSTRUCTOR_EXP__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_DATA_TYPE_CONSTRUCTOR_EXP__PARTS

static final int CG_ECORE_DATA_TYPE_CONSTRUCTOR_EXP__PARTS
The feature id for the 'Parts' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_DATA_TYPE_CONSTRUCTOR_EXP__EXECUTOR_TYPE

static final int CG_ECORE_DATA_TYPE_CONSTRUCTOR_EXP__EXECUTOR_TYPE
The feature id for the 'Executor Type' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_DATA_TYPE_CONSTRUCTOR_EXP__EDATA_TYPE

static final int CG_ECORE_DATA_TYPE_CONSTRUCTOR_EXP__EDATA_TYPE
The feature id for the 'EData Type' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_DATA_TYPE_CONSTRUCTOR_EXP__STRING

static final int CG_ECORE_DATA_TYPE_CONSTRUCTOR_EXP__STRING
The feature id for the 'String' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_DATA_TYPE_CONSTRUCTOR_EXP_FEATURE_COUNT

static final int CG_ECORE_DATA_TYPE_CONSTRUCTOR_EXP_FEATURE_COUNT
The number of structural features of the 'CG Ecore Data Type Constructor Exp' class.

See Also:
Constant Field Values
Generated
Ordered

CG_OPERATION__AST

static final int CG_OPERATION__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_OPERATION__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_OPERATION__TYPE_ID

static final int CG_OPERATION__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_OPERATION__REQUIRED

static final int CG_OPERATION__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_OPERATION__DEPENDS_ON

static final int CG_OPERATION__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_OPERATION__OWNS

static final int CG_OPERATION__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_OPERATION__PARAMETERS

static final int CG_OPERATION__PARAMETERS
The feature id for the 'Parameters' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_OPERATION__BODY

static final int CG_OPERATION__BODY
The feature id for the 'Body' containment reference.

See Also:
Constant Field Values
Generated
Ordered

CG_OPERATION__PRECONDITIONS

static final int CG_OPERATION__PRECONDITIONS
The feature id for the 'Preconditions' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_OPERATION__POSTCONDITIONS

static final int CG_OPERATION__POSTCONDITIONS
The feature id for the 'Postconditions' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_OPERATION__CONTAINING_CLASS

static final int CG_OPERATION__CONTAINING_CLASS
The feature id for the 'Containing Class' container reference.

See Also:
Constant Field Values
Generated
Ordered

CG_OPERATION_FEATURE_COUNT

static final int CG_OPERATION_FEATURE_COUNT
The number of structural features of the 'CG Operation' class.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_OPERATION__AST

static final int CG_ECORE_OPERATION__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_OPERATION__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_OPERATION__TYPE_ID

static final int CG_ECORE_OPERATION__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_OPERATION__REQUIRED

static final int CG_ECORE_OPERATION__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_OPERATION__DEPENDS_ON

static final int CG_ECORE_OPERATION__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_OPERATION__OWNS

static final int CG_ECORE_OPERATION__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_OPERATION__PARAMETERS

static final int CG_ECORE_OPERATION__PARAMETERS
The feature id for the 'Parameters' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_OPERATION__BODY

static final int CG_ECORE_OPERATION__BODY
The feature id for the 'Body' containment reference.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_OPERATION__PRECONDITIONS

static final int CG_ECORE_OPERATION__PRECONDITIONS
The feature id for the 'Preconditions' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_OPERATION__POSTCONDITIONS

static final int CG_ECORE_OPERATION__POSTCONDITIONS
The feature id for the 'Postconditions' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_OPERATION__CONTAINING_CLASS

static final int CG_ECORE_OPERATION__CONTAINING_CLASS
The feature id for the 'Containing Class' container reference.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_OPERATION__EOPERATION

static final int CG_ECORE_OPERATION__EOPERATION
The feature id for the 'EOperation' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_OPERATION_FEATURE_COUNT

static final int CG_ECORE_OPERATION_FEATURE_COUNT
The number of structural features of the 'CG Ecore Operation' class.

See Also:
Constant Field Values
Generated
Ordered

CG_OPERATION_CALL_EXP__AST

static final int CG_OPERATION_CALL_EXP__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_OPERATION_CALL_EXP__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_OPERATION_CALL_EXP__TYPE_ID

static final int CG_OPERATION_CALL_EXP__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_OPERATION_CALL_EXP__REQUIRED

static final int CG_OPERATION_CALL_EXP__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_OPERATION_CALL_EXP__DEPENDS_ON

static final int CG_OPERATION_CALL_EXP__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_OPERATION_CALL_EXP__OWNS

static final int CG_OPERATION_CALL_EXP__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_OPERATION_CALL_EXP__INVALIDATING

static final int CG_OPERATION_CALL_EXP__INVALIDATING
The feature id for the 'Invalidating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_OPERATION_CALL_EXP__VALIDATING

static final int CG_OPERATION_CALL_EXP__VALIDATING
The feature id for the 'Validating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_OPERATION_CALL_EXP__SOURCE

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

See Also:
Constant Field Values
Generated
Ordered

CG_OPERATION_CALL_EXP__ARGUMENTS

static final int CG_OPERATION_CALL_EXP__ARGUMENTS
The feature id for the 'Arguments' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_OPERATION_CALL_EXP__REFERRED_OPERATION

static final int CG_OPERATION_CALL_EXP__REFERRED_OPERATION
The feature id for the 'Referred Operation' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_OPERATION_CALL_EXP_FEATURE_COUNT

static final int CG_OPERATION_CALL_EXP_FEATURE_COUNT
The number of structural features of the 'CG Operation Call Exp' class.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_OPERATION_CALL_EXP__AST

static final int CG_ECORE_OPERATION_CALL_EXP__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_OPERATION_CALL_EXP__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_OPERATION_CALL_EXP__TYPE_ID

static final int CG_ECORE_OPERATION_CALL_EXP__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_OPERATION_CALL_EXP__REQUIRED

static final int CG_ECORE_OPERATION_CALL_EXP__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_OPERATION_CALL_EXP__DEPENDS_ON

static final int CG_ECORE_OPERATION_CALL_EXP__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_OPERATION_CALL_EXP__OWNS

static final int CG_ECORE_OPERATION_CALL_EXP__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_OPERATION_CALL_EXP__INVALIDATING

static final int CG_ECORE_OPERATION_CALL_EXP__INVALIDATING
The feature id for the 'Invalidating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_OPERATION_CALL_EXP__VALIDATING

static final int CG_ECORE_OPERATION_CALL_EXP__VALIDATING
The feature id for the 'Validating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_OPERATION_CALL_EXP__SOURCE

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

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_OPERATION_CALL_EXP__ARGUMENTS

static final int CG_ECORE_OPERATION_CALL_EXP__ARGUMENTS
The feature id for the 'Arguments' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_OPERATION_CALL_EXP__REFERRED_OPERATION

static final int CG_ECORE_OPERATION_CALL_EXP__REFERRED_OPERATION
The feature id for the 'Referred Operation' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_OPERATION_CALL_EXP__EOPERATION

static final int CG_ECORE_OPERATION_CALL_EXP__EOPERATION
The feature id for the 'EOperation' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_OPERATION_CALL_EXP_FEATURE_COUNT

static final int CG_ECORE_OPERATION_CALL_EXP_FEATURE_COUNT
The number of structural features of the 'CG Ecore Operation Call Exp' class.

See Also:
Constant Field Values
Generated
Ordered

CG_NAVIGATION_CALL_EXP

static final int CG_NAVIGATION_CALL_EXP
The meta object id for the 'CG Navigation Call Exp' class.

See Also:
CGNavigationCallExpImpl, CGModelPackageImpl.getCGNavigationCallExp(), Constant Field Values
Generated

CG_NAVIGATION_CALL_EXP__AST

static final int CG_NAVIGATION_CALL_EXP__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_NAVIGATION_CALL_EXP__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_NAVIGATION_CALL_EXP__TYPE_ID

static final int CG_NAVIGATION_CALL_EXP__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_NAVIGATION_CALL_EXP__REQUIRED

static final int CG_NAVIGATION_CALL_EXP__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_NAVIGATION_CALL_EXP__DEPENDS_ON

static final int CG_NAVIGATION_CALL_EXP__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_NAVIGATION_CALL_EXP__OWNS

static final int CG_NAVIGATION_CALL_EXP__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_NAVIGATION_CALL_EXP__INVALIDATING

static final int CG_NAVIGATION_CALL_EXP__INVALIDATING
The feature id for the 'Invalidating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_NAVIGATION_CALL_EXP__VALIDATING

static final int CG_NAVIGATION_CALL_EXP__VALIDATING
The feature id for the 'Validating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_NAVIGATION_CALL_EXP__SOURCE

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

See Also:
Constant Field Values
Generated
Ordered

CG_NAVIGATION_CALL_EXP__REFERRED_PROPERTY

static final int CG_NAVIGATION_CALL_EXP__REFERRED_PROPERTY
The feature id for the 'Referred Property' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_NAVIGATION_CALL_EXP_FEATURE_COUNT

static final int CG_NAVIGATION_CALL_EXP_FEATURE_COUNT
The number of structural features of the 'CG Navigation Call Exp' class.

See Also:
Constant Field Values
Generated
Ordered

CG_OPPOSITE_PROPERTY_CALL_EXP

static final int CG_OPPOSITE_PROPERTY_CALL_EXP
The meta object id for the 'CG Opposite Property Call Exp' class.

See Also:
CGOppositePropertyCallExpImpl, CGModelPackageImpl.getCGOppositePropertyCallExp(), Constant Field Values
Generated

CG_OPPOSITE_PROPERTY_CALL_EXP__AST

static final int CG_OPPOSITE_PROPERTY_CALL_EXP__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_OPPOSITE_PROPERTY_CALL_EXP__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_OPPOSITE_PROPERTY_CALL_EXP__TYPE_ID

static final int CG_OPPOSITE_PROPERTY_CALL_EXP__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_OPPOSITE_PROPERTY_CALL_EXP__REQUIRED

static final int CG_OPPOSITE_PROPERTY_CALL_EXP__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_OPPOSITE_PROPERTY_CALL_EXP__DEPENDS_ON

static final int CG_OPPOSITE_PROPERTY_CALL_EXP__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_OPPOSITE_PROPERTY_CALL_EXP__OWNS

static final int CG_OPPOSITE_PROPERTY_CALL_EXP__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_OPPOSITE_PROPERTY_CALL_EXP__INVALIDATING

static final int CG_OPPOSITE_PROPERTY_CALL_EXP__INVALIDATING
The feature id for the 'Invalidating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_OPPOSITE_PROPERTY_CALL_EXP__VALIDATING

static final int CG_OPPOSITE_PROPERTY_CALL_EXP__VALIDATING
The feature id for the 'Validating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_OPPOSITE_PROPERTY_CALL_EXP__SOURCE

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

See Also:
Constant Field Values
Generated
Ordered

CG_OPPOSITE_PROPERTY_CALL_EXP__REFERRED_PROPERTY

static final int CG_OPPOSITE_PROPERTY_CALL_EXP__REFERRED_PROPERTY
The feature id for the 'Referred Property' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_OPPOSITE_PROPERTY_CALL_EXP_FEATURE_COUNT

static final int CG_OPPOSITE_PROPERTY_CALL_EXP_FEATURE_COUNT
The number of structural features of the 'CG Opposite Property Call Exp' class.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_OPPOSITE_PROPERTY_CALL_EXP

static final int CG_ECORE_OPPOSITE_PROPERTY_CALL_EXP
The meta object id for the 'CG Ecore Opposite Property Call Exp' class.

See Also:
CGEcoreOppositePropertyCallExpImpl, CGModelPackageImpl.getCGEcoreOppositePropertyCallExp(), Constant Field Values
Generated

CG_ECORE_OPPOSITE_PROPERTY_CALL_EXP__AST

static final int CG_ECORE_OPPOSITE_PROPERTY_CALL_EXP__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_OPPOSITE_PROPERTY_CALL_EXP__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_OPPOSITE_PROPERTY_CALL_EXP__TYPE_ID

static final int CG_ECORE_OPPOSITE_PROPERTY_CALL_EXP__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_OPPOSITE_PROPERTY_CALL_EXP__REQUIRED

static final int CG_ECORE_OPPOSITE_PROPERTY_CALL_EXP__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_OPPOSITE_PROPERTY_CALL_EXP__DEPENDS_ON

static final int CG_ECORE_OPPOSITE_PROPERTY_CALL_EXP__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_OPPOSITE_PROPERTY_CALL_EXP__OWNS

static final int CG_ECORE_OPPOSITE_PROPERTY_CALL_EXP__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_OPPOSITE_PROPERTY_CALL_EXP__INVALIDATING

static final int CG_ECORE_OPPOSITE_PROPERTY_CALL_EXP__INVALIDATING
The feature id for the 'Invalidating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_OPPOSITE_PROPERTY_CALL_EXP__VALIDATING

static final int CG_ECORE_OPPOSITE_PROPERTY_CALL_EXP__VALIDATING
The feature id for the 'Validating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_OPPOSITE_PROPERTY_CALL_EXP__SOURCE

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

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_OPPOSITE_PROPERTY_CALL_EXP__REFERRED_PROPERTY

static final int CG_ECORE_OPPOSITE_PROPERTY_CALL_EXP__REFERRED_PROPERTY
The feature id for the 'Referred Property' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_OPPOSITE_PROPERTY_CALL_EXP__ESTRUCTURAL_FEATURE

static final int CG_ECORE_OPPOSITE_PROPERTY_CALL_EXP__ESTRUCTURAL_FEATURE
The feature id for the 'EStructural Feature' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_OPPOSITE_PROPERTY_CALL_EXP_FEATURE_COUNT

static final int CG_ECORE_OPPOSITE_PROPERTY_CALL_EXP_FEATURE_COUNT
The number of structural features of the 'CG Ecore Opposite Property Call Exp' class.

See Also:
Constant Field Values
Generated
Ordered

CG_PROPERTY_CALL_EXP__AST

static final int CG_PROPERTY_CALL_EXP__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_PROPERTY_CALL_EXP__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_PROPERTY_CALL_EXP__TYPE_ID

static final int CG_PROPERTY_CALL_EXP__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_PROPERTY_CALL_EXP__REQUIRED

static final int CG_PROPERTY_CALL_EXP__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_PROPERTY_CALL_EXP__DEPENDS_ON

static final int CG_PROPERTY_CALL_EXP__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_PROPERTY_CALL_EXP__OWNS

static final int CG_PROPERTY_CALL_EXP__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_PROPERTY_CALL_EXP__INVALIDATING

static final int CG_PROPERTY_CALL_EXP__INVALIDATING
The feature id for the 'Invalidating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_PROPERTY_CALL_EXP__VALIDATING

static final int CG_PROPERTY_CALL_EXP__VALIDATING
The feature id for the 'Validating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_PROPERTY_CALL_EXP__SOURCE

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

See Also:
Constant Field Values
Generated
Ordered

CG_PROPERTY_CALL_EXP__REFERRED_PROPERTY

static final int CG_PROPERTY_CALL_EXP__REFERRED_PROPERTY
The feature id for the 'Referred Property' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_PROPERTY_CALL_EXP_FEATURE_COUNT

static final int CG_PROPERTY_CALL_EXP_FEATURE_COUNT
The number of structural features of the 'CG Property Call Exp' class.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_PROPERTY_CALL_EXP__AST

static final int CG_ECORE_PROPERTY_CALL_EXP__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_PROPERTY_CALL_EXP__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_PROPERTY_CALL_EXP__TYPE_ID

static final int CG_ECORE_PROPERTY_CALL_EXP__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_PROPERTY_CALL_EXP__REQUIRED

static final int CG_ECORE_PROPERTY_CALL_EXP__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_PROPERTY_CALL_EXP__DEPENDS_ON

static final int CG_ECORE_PROPERTY_CALL_EXP__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_PROPERTY_CALL_EXP__OWNS

static final int CG_ECORE_PROPERTY_CALL_EXP__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_PROPERTY_CALL_EXP__INVALIDATING

static final int CG_ECORE_PROPERTY_CALL_EXP__INVALIDATING
The feature id for the 'Invalidating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_PROPERTY_CALL_EXP__VALIDATING

static final int CG_ECORE_PROPERTY_CALL_EXP__VALIDATING
The feature id for the 'Validating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_PROPERTY_CALL_EXP__SOURCE

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

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_PROPERTY_CALL_EXP__REFERRED_PROPERTY

static final int CG_ECORE_PROPERTY_CALL_EXP__REFERRED_PROPERTY
The feature id for the 'Referred Property' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_PROPERTY_CALL_EXP__ESTRUCTURAL_FEATURE

static final int CG_ECORE_PROPERTY_CALL_EXP__ESTRUCTURAL_FEATURE
The feature id for the 'EStructural Feature' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_ECORE_PROPERTY_CALL_EXP_FEATURE_COUNT

static final int CG_ECORE_PROPERTY_CALL_EXP_FEATURE_COUNT
The number of structural features of the 'CG Ecore Property Call Exp' class.

See Also:
Constant Field Values
Generated
Ordered

CG_ELEMENT_ID__AST

static final int CG_ELEMENT_ID__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_ELEMENT_ID__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_ELEMENT_ID__TYPE_ID

static final int CG_ELEMENT_ID__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_ELEMENT_ID__REQUIRED

static final int CG_ELEMENT_ID__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_ELEMENT_ID__DEPENDS_ON

static final int CG_ELEMENT_ID__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_ELEMENT_ID__OWNS

static final int CG_ELEMENT_ID__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_ELEMENT_ID__ELEMENT_ID

static final int CG_ELEMENT_ID__ELEMENT_ID
The feature id for the 'Element Id' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_ELEMENT_ID_FEATURE_COUNT

static final int CG_ELEMENT_ID_FEATURE_COUNT
The number of structural features of the 'CG Element Id' class.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_PROPERTY__AST

static final int CG_EXECUTOR_PROPERTY__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_PROPERTY__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_PROPERTY__TYPE_ID

static final int CG_EXECUTOR_PROPERTY__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_PROPERTY__REQUIRED

static final int CG_EXECUTOR_PROPERTY__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_PROPERTY__DEPENDS_ON

static final int CG_EXECUTOR_PROPERTY__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_PROPERTY__OWNS

static final int CG_EXECUTOR_PROPERTY__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_PROPERTY__UNDERLYING_PROPERTY_ID

static final int CG_EXECUTOR_PROPERTY__UNDERLYING_PROPERTY_ID
The feature id for the 'Underlying Property Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_PROPERTY_FEATURE_COUNT

static final int CG_EXECUTOR_PROPERTY_FEATURE_COUNT
The number of structural features of the 'CG Executor Property' class.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_COMPOSITION_PROPERTY__AST

static final int CG_EXECUTOR_COMPOSITION_PROPERTY__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_COMPOSITION_PROPERTY__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_COMPOSITION_PROPERTY__TYPE_ID

static final int CG_EXECUTOR_COMPOSITION_PROPERTY__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_COMPOSITION_PROPERTY__REQUIRED

static final int CG_EXECUTOR_COMPOSITION_PROPERTY__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_COMPOSITION_PROPERTY__DEPENDS_ON

static final int CG_EXECUTOR_COMPOSITION_PROPERTY__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_COMPOSITION_PROPERTY__OWNS

static final int CG_EXECUTOR_COMPOSITION_PROPERTY__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_COMPOSITION_PROPERTY__UNDERLYING_PROPERTY_ID

static final int CG_EXECUTOR_COMPOSITION_PROPERTY__UNDERLYING_PROPERTY_ID
The feature id for the 'Underlying Property Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_COMPOSITION_PROPERTY_FEATURE_COUNT

static final int CG_EXECUTOR_COMPOSITION_PROPERTY_FEATURE_COUNT
The number of structural features of the 'CG Executor Composition Property' class.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_CONSTRUCTOR_PART__AST

static final int CG_EXECUTOR_CONSTRUCTOR_PART__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_CONSTRUCTOR_PART__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_CONSTRUCTOR_PART__TYPE_ID

static final int CG_EXECUTOR_CONSTRUCTOR_PART__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_CONSTRUCTOR_PART__REQUIRED

static final int CG_EXECUTOR_CONSTRUCTOR_PART__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_CONSTRUCTOR_PART__DEPENDS_ON

static final int CG_EXECUTOR_CONSTRUCTOR_PART__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_CONSTRUCTOR_PART__OWNS

static final int CG_EXECUTOR_CONSTRUCTOR_PART__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_CONSTRUCTOR_PART__UNDERLYING_PROPERTY_ID

static final int CG_EXECUTOR_CONSTRUCTOR_PART__UNDERLYING_PROPERTY_ID
The feature id for the 'Underlying Property Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_CONSTRUCTOR_PART_FEATURE_COUNT

static final int CG_EXECUTOR_CONSTRUCTOR_PART_FEATURE_COUNT
The number of structural features of the 'CG Executor Constructor Part' class.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_NAVIGATION_PROPERTY__AST

static final int CG_EXECUTOR_NAVIGATION_PROPERTY__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_NAVIGATION_PROPERTY__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_NAVIGATION_PROPERTY__TYPE_ID

static final int CG_EXECUTOR_NAVIGATION_PROPERTY__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_NAVIGATION_PROPERTY__REQUIRED

static final int CG_EXECUTOR_NAVIGATION_PROPERTY__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_NAVIGATION_PROPERTY__DEPENDS_ON

static final int CG_EXECUTOR_NAVIGATION_PROPERTY__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_NAVIGATION_PROPERTY__OWNS

static final int CG_EXECUTOR_NAVIGATION_PROPERTY__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_NAVIGATION_PROPERTY__UNDERLYING_PROPERTY_ID

static final int CG_EXECUTOR_NAVIGATION_PROPERTY__UNDERLYING_PROPERTY_ID
The feature id for the 'Underlying Property Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_NAVIGATION_PROPERTY_FEATURE_COUNT

static final int CG_EXECUTOR_NAVIGATION_PROPERTY_FEATURE_COUNT
The number of structural features of the 'CG Executor Navigation Property' class.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_OPPOSITE_PROPERTY__AST

static final int CG_EXECUTOR_OPPOSITE_PROPERTY__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_OPPOSITE_PROPERTY__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_OPPOSITE_PROPERTY__TYPE_ID

static final int CG_EXECUTOR_OPPOSITE_PROPERTY__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_OPPOSITE_PROPERTY__REQUIRED

static final int CG_EXECUTOR_OPPOSITE_PROPERTY__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_OPPOSITE_PROPERTY__DEPENDS_ON

static final int CG_EXECUTOR_OPPOSITE_PROPERTY__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_OPPOSITE_PROPERTY__OWNS

static final int CG_EXECUTOR_OPPOSITE_PROPERTY__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_OPPOSITE_PROPERTY__UNDERLYING_PROPERTY_ID

static final int CG_EXECUTOR_OPPOSITE_PROPERTY__UNDERLYING_PROPERTY_ID
The feature id for the 'Underlying Property Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_OPPOSITE_PROPERTY_FEATURE_COUNT

static final int CG_EXECUTOR_OPPOSITE_PROPERTY_FEATURE_COUNT
The number of structural features of the 'CG Executor Opposite Property' class.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_OPERATION__AST

static final int CG_EXECUTOR_OPERATION__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_OPERATION__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_OPERATION__TYPE_ID

static final int CG_EXECUTOR_OPERATION__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_OPERATION__REQUIRED

static final int CG_EXECUTOR_OPERATION__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_OPERATION__DEPENDS_ON

static final int CG_EXECUTOR_OPERATION__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_OPERATION__OWNS

static final int CG_EXECUTOR_OPERATION__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_OPERATION__UNDERLYING_OPERATION_ID

static final int CG_EXECUTOR_OPERATION__UNDERLYING_OPERATION_ID
The feature id for the 'Underlying Operation Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_OPERATION_FEATURE_COUNT

static final int CG_EXECUTOR_OPERATION_FEATURE_COUNT
The number of structural features of the 'CG Executor Operation' class.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_OPERATION_CALL_EXP__AST

static final int CG_EXECUTOR_OPERATION_CALL_EXP__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_OPERATION_CALL_EXP__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_OPERATION_CALL_EXP__TYPE_ID

static final int CG_EXECUTOR_OPERATION_CALL_EXP__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_OPERATION_CALL_EXP__REQUIRED

static final int CG_EXECUTOR_OPERATION_CALL_EXP__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_OPERATION_CALL_EXP__DEPENDS_ON

static final int CG_EXECUTOR_OPERATION_CALL_EXP__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_OPERATION_CALL_EXP__OWNS

static final int CG_EXECUTOR_OPERATION_CALL_EXP__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_OPERATION_CALL_EXP__INVALIDATING

static final int CG_EXECUTOR_OPERATION_CALL_EXP__INVALIDATING
The feature id for the 'Invalidating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_OPERATION_CALL_EXP__VALIDATING

static final int CG_EXECUTOR_OPERATION_CALL_EXP__VALIDATING
The feature id for the 'Validating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_OPERATION_CALL_EXP__SOURCE

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

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_OPERATION_CALL_EXP__ARGUMENTS

static final int CG_EXECUTOR_OPERATION_CALL_EXP__ARGUMENTS
The feature id for the 'Arguments' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_OPERATION_CALL_EXP__REFERRED_OPERATION

static final int CG_EXECUTOR_OPERATION_CALL_EXP__REFERRED_OPERATION
The feature id for the 'Referred Operation' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_OPERATION_CALL_EXP__EXECUTOR_OPERATION

static final int CG_EXECUTOR_OPERATION_CALL_EXP__EXECUTOR_OPERATION
The feature id for the 'Executor Operation' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_OPERATION_CALL_EXP_FEATURE_COUNT

static final int CG_EXECUTOR_OPERATION_CALL_EXP_FEATURE_COUNT
The number of structural features of the 'CG Executor Operation Call Exp' class.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_OPPOSITE_PROPERTY_CALL_EXP

static final int CG_EXECUTOR_OPPOSITE_PROPERTY_CALL_EXP
The meta object id for the 'CG Executor Opposite Property Call Exp' class.

See Also:
CGExecutorOppositePropertyCallExpImpl, CGModelPackageImpl.getCGExecutorOppositePropertyCallExp(), Constant Field Values
Generated

CG_EXECUTOR_OPPOSITE_PROPERTY_CALL_EXP__AST

static final int CG_EXECUTOR_OPPOSITE_PROPERTY_CALL_EXP__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_OPPOSITE_PROPERTY_CALL_EXP__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_OPPOSITE_PROPERTY_CALL_EXP__TYPE_ID

static final int CG_EXECUTOR_OPPOSITE_PROPERTY_CALL_EXP__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_OPPOSITE_PROPERTY_CALL_EXP__REQUIRED

static final int CG_EXECUTOR_OPPOSITE_PROPERTY_CALL_EXP__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_OPPOSITE_PROPERTY_CALL_EXP__DEPENDS_ON

static final int CG_EXECUTOR_OPPOSITE_PROPERTY_CALL_EXP__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_OPPOSITE_PROPERTY_CALL_EXP__OWNS

static final int CG_EXECUTOR_OPPOSITE_PROPERTY_CALL_EXP__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_OPPOSITE_PROPERTY_CALL_EXP__INVALIDATING

static final int CG_EXECUTOR_OPPOSITE_PROPERTY_CALL_EXP__INVALIDATING
The feature id for the 'Invalidating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_OPPOSITE_PROPERTY_CALL_EXP__VALIDATING

static final int CG_EXECUTOR_OPPOSITE_PROPERTY_CALL_EXP__VALIDATING
The feature id for the 'Validating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_OPPOSITE_PROPERTY_CALL_EXP__SOURCE

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

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_OPPOSITE_PROPERTY_CALL_EXP__REFERRED_PROPERTY

static final int CG_EXECUTOR_OPPOSITE_PROPERTY_CALL_EXP__REFERRED_PROPERTY
The feature id for the 'Referred Property' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_OPPOSITE_PROPERTY_CALL_EXP__EXECUTOR_PROPERTY

static final int CG_EXECUTOR_OPPOSITE_PROPERTY_CALL_EXP__EXECUTOR_PROPERTY
The feature id for the 'Executor Property' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_OPPOSITE_PROPERTY_CALL_EXP_FEATURE_COUNT

static final int CG_EXECUTOR_OPPOSITE_PROPERTY_CALL_EXP_FEATURE_COUNT
The number of structural features of the 'CG Executor Opposite Property Call Exp' class.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_PROPERTY_CALL_EXP__AST

static final int CG_EXECUTOR_PROPERTY_CALL_EXP__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_PROPERTY_CALL_EXP__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_PROPERTY_CALL_EXP__TYPE_ID

static final int CG_EXECUTOR_PROPERTY_CALL_EXP__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_PROPERTY_CALL_EXP__REQUIRED

static final int CG_EXECUTOR_PROPERTY_CALL_EXP__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_PROPERTY_CALL_EXP__DEPENDS_ON

static final int CG_EXECUTOR_PROPERTY_CALL_EXP__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_PROPERTY_CALL_EXP__OWNS

static final int CG_EXECUTOR_PROPERTY_CALL_EXP__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_PROPERTY_CALL_EXP__INVALIDATING

static final int CG_EXECUTOR_PROPERTY_CALL_EXP__INVALIDATING
The feature id for the 'Invalidating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_PROPERTY_CALL_EXP__VALIDATING

static final int CG_EXECUTOR_PROPERTY_CALL_EXP__VALIDATING
The feature id for the 'Validating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_PROPERTY_CALL_EXP__SOURCE

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

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_PROPERTY_CALL_EXP__REFERRED_PROPERTY

static final int CG_EXECUTOR_PROPERTY_CALL_EXP__REFERRED_PROPERTY
The feature id for the 'Referred Property' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_PROPERTY_CALL_EXP__EXECUTOR_PROPERTY

static final int CG_EXECUTOR_PROPERTY_CALL_EXP__EXECUTOR_PROPERTY
The feature id for the 'Executor Property' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_PROPERTY_CALL_EXP_FEATURE_COUNT

static final int CG_EXECUTOR_PROPERTY_CALL_EXP_FEATURE_COUNT
The number of structural features of the 'CG Executor Property Call Exp' class.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_TYPE__AST

static final int CG_EXECUTOR_TYPE__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_TYPE__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_TYPE__TYPE_ID

static final int CG_EXECUTOR_TYPE__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_TYPE__REQUIRED

static final int CG_EXECUTOR_TYPE__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_TYPE__DEPENDS_ON

static final int CG_EXECUTOR_TYPE__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_TYPE__OWNS

static final int CG_EXECUTOR_TYPE__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_TYPE__UNDERLYING_TYPE_ID

static final int CG_EXECUTOR_TYPE__UNDERLYING_TYPE_ID
The feature id for the 'Underlying Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_EXECUTOR_TYPE_FEATURE_COUNT

static final int CG_EXECUTOR_TYPE_FEATURE_COUNT
The number of structural features of the 'CG Executor Type' class.

See Also:
Constant Field Values
Generated
Ordered

CG_FINAL_VARIABLE__AST

static final int CG_FINAL_VARIABLE__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_FINAL_VARIABLE__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_FINAL_VARIABLE__TYPE_ID

static final int CG_FINAL_VARIABLE__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_FINAL_VARIABLE__REQUIRED

static final int CG_FINAL_VARIABLE__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_FINAL_VARIABLE__DEPENDS_ON

static final int CG_FINAL_VARIABLE__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_FINAL_VARIABLE__OWNS

static final int CG_FINAL_VARIABLE__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_FINAL_VARIABLE__INIT

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

See Also:
Constant Field Values
Generated
Ordered

CG_FINAL_VARIABLE_FEATURE_COUNT

static final int CG_FINAL_VARIABLE_FEATURE_COUNT
The number of structural features of the 'CG Final Variable' class.

See Also:
Constant Field Values
Generated
Ordered

CG_GUARD_EXP__AST

static final int CG_GUARD_EXP__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_GUARD_EXP__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_GUARD_EXP__TYPE_ID

static final int CG_GUARD_EXP__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_GUARD_EXP__REQUIRED

static final int CG_GUARD_EXP__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_GUARD_EXP__DEPENDS_ON

static final int CG_GUARD_EXP__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_GUARD_EXP__OWNS

static final int CG_GUARD_EXP__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_GUARD_EXP__INVALIDATING

static final int CG_GUARD_EXP__INVALIDATING
The feature id for the 'Invalidating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_GUARD_EXP__VALIDATING

static final int CG_GUARD_EXP__VALIDATING
The feature id for the 'Validating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_GUARD_EXP__SOURCE

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

See Also:
Constant Field Values
Generated
Ordered

CG_GUARD_EXP__MESSAGE

static final int CG_GUARD_EXP__MESSAGE
The feature id for the 'Message' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_GUARD_EXP_FEATURE_COUNT

static final int CG_GUARD_EXP_FEATURE_COUNT
The number of structural features of the 'CG Guard Exp' class.

See Also:
Constant Field Values
Generated
Ordered

CG_IF_EXP__AST

static final int CG_IF_EXP__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_IF_EXP__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_IF_EXP__TYPE_ID

static final int CG_IF_EXP__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_IF_EXP__REQUIRED

static final int CG_IF_EXP__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_IF_EXP__DEPENDS_ON

static final int CG_IF_EXP__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_IF_EXP__OWNS

static final int CG_IF_EXP__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_IF_EXP__CONDITION

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

See Also:
Constant Field Values
Generated
Ordered

CG_IF_EXP__THEN_EXPRESSION

static final int CG_IF_EXP__THEN_EXPRESSION
The feature id for the 'Then Expression' containment reference.

See Also:
Constant Field Values
Generated
Ordered

CG_IF_EXP__ELSE_EXPRESSION

static final int CG_IF_EXP__ELSE_EXPRESSION
The feature id for the 'Else Expression' containment reference.

See Also:
Constant Field Values
Generated
Ordered

CG_IF_EXP_FEATURE_COUNT

static final int CG_IF_EXP_FEATURE_COUNT
The number of structural features of the 'CG If Exp' class.

See Also:
Constant Field Values
Generated
Ordered

CG_NUMBER

static final int CG_NUMBER
The meta object id for the 'CG Number' class.

See Also:
CGNumberImpl, CGModelPackageImpl.getCGNumber(), Constant Field Values
Generated

CG_NUMBER__AST

static final int CG_NUMBER__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_NUMBER__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_NUMBER__TYPE_ID

static final int CG_NUMBER__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_NUMBER__REQUIRED

static final int CG_NUMBER__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_NUMBER__DEPENDS_ON

static final int CG_NUMBER__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_NUMBER__OWNS

static final int CG_NUMBER__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_NUMBER__NUMERIC_VALUE

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

See Also:
Constant Field Values
Generated
Ordered

CG_NUMBER_FEATURE_COUNT

static final int CG_NUMBER_FEATURE_COUNT
The number of structural features of the 'CG Number' class.

See Also:
Constant Field Values
Generated
Ordered

CG_INTEGER__AST

static final int CG_INTEGER__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_INTEGER__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_INTEGER__TYPE_ID

static final int CG_INTEGER__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_INTEGER__REQUIRED

static final int CG_INTEGER__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_INTEGER__DEPENDS_ON

static final int CG_INTEGER__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_INTEGER__OWNS

static final int CG_INTEGER__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_INTEGER__NUMERIC_VALUE

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

See Also:
Constant Field Values
Generated
Ordered

CG_INTEGER_FEATURE_COUNT

static final int CG_INTEGER_FEATURE_COUNT
The number of structural features of the 'CG Integer' class.

See Also:
Constant Field Values
Generated
Ordered

CG_INVALID__AST

static final int CG_INVALID__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_INVALID__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_INVALID__TYPE_ID

static final int CG_INVALID__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_INVALID__REQUIRED

static final int CG_INVALID__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_INVALID__DEPENDS_ON

static final int CG_INVALID__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_INVALID__OWNS

static final int CG_INVALID__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_INVALID__MESSAGE_TEMPLATE

static final int CG_INVALID__MESSAGE_TEMPLATE
The feature id for the 'Message Template' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_INVALID__BINDINGS

static final int CG_INVALID__BINDINGS
The feature id for the 'Bindings' attribute list.

See Also:
Constant Field Values
Generated
Ordered

CG_INVALID_FEATURE_COUNT

static final int CG_INVALID_FEATURE_COUNT
The number of structural features of the 'CG Invalid' class.

See Also:
Constant Field Values
Generated
Ordered

CG_IS_EQUAL_EXP

static final int CG_IS_EQUAL_EXP
The meta object id for the 'CG Is Equal Exp' class.

See Also:
CGIsEqualExpImpl, CGModelPackageImpl.getCGIsEqualExp(), Constant Field Values
Generated

CG_IS_EQUAL_EXP__AST

static final int CG_IS_EQUAL_EXP__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_IS_EQUAL_EXP__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_IS_EQUAL_EXP__TYPE_ID

static final int CG_IS_EQUAL_EXP__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_IS_EQUAL_EXP__REQUIRED

static final int CG_IS_EQUAL_EXP__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_IS_EQUAL_EXP__DEPENDS_ON

static final int CG_IS_EQUAL_EXP__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_IS_EQUAL_EXP__OWNS

static final int CG_IS_EQUAL_EXP__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_IS_EQUAL_EXP__INVALIDATING

static final int CG_IS_EQUAL_EXP__INVALIDATING
The feature id for the 'Invalidating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_IS_EQUAL_EXP__VALIDATING

static final int CG_IS_EQUAL_EXP__VALIDATING
The feature id for the 'Validating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_IS_EQUAL_EXP__SOURCE

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

See Also:
Constant Field Values
Generated
Ordered

CG_IS_EQUAL_EXP__ARGUMENT

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

See Also:
Constant Field Values
Generated
Ordered

CG_IS_EQUAL_EXP__NOT_EQUALS

static final int CG_IS_EQUAL_EXP__NOT_EQUALS
The feature id for the 'Not Equals' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_IS_EQUAL_EXP_FEATURE_COUNT

static final int CG_IS_EQUAL_EXP_FEATURE_COUNT
The number of structural features of the 'CG Is Equal Exp' class.

See Also:
Constant Field Values
Generated
Ordered

CG_IS_INVALID_EXP__AST

static final int CG_IS_INVALID_EXP__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_IS_INVALID_EXP__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_IS_INVALID_EXP__TYPE_ID

static final int CG_IS_INVALID_EXP__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_IS_INVALID_EXP__REQUIRED

static final int CG_IS_INVALID_EXP__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_IS_INVALID_EXP__DEPENDS_ON

static final int CG_IS_INVALID_EXP__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_IS_INVALID_EXP__OWNS

static final int CG_IS_INVALID_EXP__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_IS_INVALID_EXP__INVALIDATING

static final int CG_IS_INVALID_EXP__INVALIDATING
The feature id for the 'Invalidating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_IS_INVALID_EXP__VALIDATING

static final int CG_IS_INVALID_EXP__VALIDATING
The feature id for the 'Validating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_IS_INVALID_EXP__SOURCE

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

See Also:
Constant Field Values
Generated
Ordered

CG_IS_INVALID_EXP_FEATURE_COUNT

static final int CG_IS_INVALID_EXP_FEATURE_COUNT
The number of structural features of the 'CG Is Invalid Exp' class.

See Also:
Constant Field Values
Generated
Ordered

CG_IS_UNDEFINED_EXP__AST

static final int CG_IS_UNDEFINED_EXP__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_IS_UNDEFINED_EXP__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_IS_UNDEFINED_EXP__TYPE_ID

static final int CG_IS_UNDEFINED_EXP__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_IS_UNDEFINED_EXP__REQUIRED

static final int CG_IS_UNDEFINED_EXP__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_IS_UNDEFINED_EXP__DEPENDS_ON

static final int CG_IS_UNDEFINED_EXP__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_IS_UNDEFINED_EXP__OWNS

static final int CG_IS_UNDEFINED_EXP__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_IS_UNDEFINED_EXP__INVALIDATING

static final int CG_IS_UNDEFINED_EXP__INVALIDATING
The feature id for the 'Invalidating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_IS_UNDEFINED_EXP__VALIDATING

static final int CG_IS_UNDEFINED_EXP__VALIDATING
The feature id for the 'Validating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_IS_UNDEFINED_EXP__SOURCE

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

See Also:
Constant Field Values
Generated
Ordered

CG_IS_UNDEFINED_EXP_FEATURE_COUNT

static final int CG_IS_UNDEFINED_EXP_FEATURE_COUNT
The number of structural features of the 'CG Is Undefined Exp' class.

See Also:
Constant Field Values
Generated
Ordered

CG_LET_EXP__AST

static final int CG_LET_EXP__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_LET_EXP__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_LET_EXP__TYPE_ID

static final int CG_LET_EXP__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_LET_EXP__REQUIRED

static final int CG_LET_EXP__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_LET_EXP__DEPENDS_ON

static final int CG_LET_EXP__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_LET_EXP__OWNS

static final int CG_LET_EXP__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_LET_EXP__INIT

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

See Also:
Constant Field Values
Generated
Ordered

CG_LET_EXP__IN

static final int CG_LET_EXP__IN
The feature id for the 'In' containment reference.

See Also:
Constant Field Values
Generated
Ordered

CG_LET_EXP_FEATURE_COUNT

static final int CG_LET_EXP_FEATURE_COUNT
The number of structural features of the 'CG Let Exp' class.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_ITERATION_CALL_EXP__AST

static final int CG_LIBRARY_ITERATION_CALL_EXP__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_ITERATION_CALL_EXP__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_ITERATION_CALL_EXP__TYPE_ID

static final int CG_LIBRARY_ITERATION_CALL_EXP__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_ITERATION_CALL_EXP__REQUIRED

static final int CG_LIBRARY_ITERATION_CALL_EXP__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_ITERATION_CALL_EXP__DEPENDS_ON

static final int CG_LIBRARY_ITERATION_CALL_EXP__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_ITERATION_CALL_EXP__OWNS

static final int CG_LIBRARY_ITERATION_CALL_EXP__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_ITERATION_CALL_EXP__INVALIDATING

static final int CG_LIBRARY_ITERATION_CALL_EXP__INVALIDATING
The feature id for the 'Invalidating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_ITERATION_CALL_EXP__VALIDATING

static final int CG_LIBRARY_ITERATION_CALL_EXP__VALIDATING
The feature id for the 'Validating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_ITERATION_CALL_EXP__SOURCE

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

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_ITERATION_CALL_EXP__REFERRED_ITERATION

static final int CG_LIBRARY_ITERATION_CALL_EXP__REFERRED_ITERATION
The feature id for the 'Referred Iteration' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_ITERATION_CALL_EXP__ITERATORS

static final int CG_LIBRARY_ITERATION_CALL_EXP__ITERATORS
The feature id for the 'Iterators' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_ITERATION_CALL_EXP__BODY

static final int CG_LIBRARY_ITERATION_CALL_EXP__BODY
The feature id for the 'Body' containment reference.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_ITERATION_CALL_EXP__LIBRARY_ITERATION

static final int CG_LIBRARY_ITERATION_CALL_EXP__LIBRARY_ITERATION
The feature id for the 'Library Iteration' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_ITERATION_CALL_EXP_FEATURE_COUNT

static final int CG_LIBRARY_ITERATION_CALL_EXP_FEATURE_COUNT
The number of structural features of the 'CG Library Iteration Call Exp' class.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_ITERATE_CALL_EXP__AST

static final int CG_LIBRARY_ITERATE_CALL_EXP__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_ITERATE_CALL_EXP__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_ITERATE_CALL_EXP__TYPE_ID

static final int CG_LIBRARY_ITERATE_CALL_EXP__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_ITERATE_CALL_EXP__REQUIRED

static final int CG_LIBRARY_ITERATE_CALL_EXP__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_ITERATE_CALL_EXP__DEPENDS_ON

static final int CG_LIBRARY_ITERATE_CALL_EXP__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_ITERATE_CALL_EXP__OWNS

static final int CG_LIBRARY_ITERATE_CALL_EXP__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_ITERATE_CALL_EXP__INVALIDATING

static final int CG_LIBRARY_ITERATE_CALL_EXP__INVALIDATING
The feature id for the 'Invalidating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_ITERATE_CALL_EXP__VALIDATING

static final int CG_LIBRARY_ITERATE_CALL_EXP__VALIDATING
The feature id for the 'Validating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_ITERATE_CALL_EXP__SOURCE

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

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_ITERATE_CALL_EXP__REFERRED_ITERATION

static final int CG_LIBRARY_ITERATE_CALL_EXP__REFERRED_ITERATION
The feature id for the 'Referred Iteration' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_ITERATE_CALL_EXP__ITERATORS

static final int CG_LIBRARY_ITERATE_CALL_EXP__ITERATORS
The feature id for the 'Iterators' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_ITERATE_CALL_EXP__BODY

static final int CG_LIBRARY_ITERATE_CALL_EXP__BODY
The feature id for the 'Body' containment reference.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_ITERATE_CALL_EXP__LIBRARY_ITERATION

static final int CG_LIBRARY_ITERATE_CALL_EXP__LIBRARY_ITERATION
The feature id for the 'Library Iteration' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_ITERATE_CALL_EXP__RESULT

static final int CG_LIBRARY_ITERATE_CALL_EXP__RESULT
The feature id for the 'Result' containment reference.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_ITERATE_CALL_EXP_FEATURE_COUNT

static final int CG_LIBRARY_ITERATE_CALL_EXP_FEATURE_COUNT
The number of structural features of the 'CG Library Iterate Call Exp' class.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_OPERATION

static final int CG_LIBRARY_OPERATION
The meta object id for the 'CG Library Operation' class.

See Also:
CGLibraryOperationImpl, CGModelPackageImpl.getCGLibraryOperation(), Constant Field Values
Generated

CG_LIBRARY_OPERATION__AST

static final int CG_LIBRARY_OPERATION__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_OPERATION__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_OPERATION__TYPE_ID

static final int CG_LIBRARY_OPERATION__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_OPERATION__REQUIRED

static final int CG_LIBRARY_OPERATION__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_OPERATION__DEPENDS_ON

static final int CG_LIBRARY_OPERATION__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_OPERATION__OWNS

static final int CG_LIBRARY_OPERATION__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_OPERATION__PARAMETERS

static final int CG_LIBRARY_OPERATION__PARAMETERS
The feature id for the 'Parameters' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_OPERATION__BODY

static final int CG_LIBRARY_OPERATION__BODY
The feature id for the 'Body' containment reference.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_OPERATION__PRECONDITIONS

static final int CG_LIBRARY_OPERATION__PRECONDITIONS
The feature id for the 'Preconditions' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_OPERATION__POSTCONDITIONS

static final int CG_LIBRARY_OPERATION__POSTCONDITIONS
The feature id for the 'Postconditions' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_OPERATION__CONTAINING_CLASS

static final int CG_LIBRARY_OPERATION__CONTAINING_CLASS
The feature id for the 'Containing Class' container reference.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_OPERATION_FEATURE_COUNT

static final int CG_LIBRARY_OPERATION_FEATURE_COUNT
The number of structural features of the 'CG Library Operation' class.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_OPERATION_CALL_EXP__AST

static final int CG_LIBRARY_OPERATION_CALL_EXP__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_OPERATION_CALL_EXP__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_OPERATION_CALL_EXP__TYPE_ID

static final int CG_LIBRARY_OPERATION_CALL_EXP__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_OPERATION_CALL_EXP__REQUIRED

static final int CG_LIBRARY_OPERATION_CALL_EXP__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_OPERATION_CALL_EXP__DEPENDS_ON

static final int CG_LIBRARY_OPERATION_CALL_EXP__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_OPERATION_CALL_EXP__OWNS

static final int CG_LIBRARY_OPERATION_CALL_EXP__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_OPERATION_CALL_EXP__INVALIDATING

static final int CG_LIBRARY_OPERATION_CALL_EXP__INVALIDATING
The feature id for the 'Invalidating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_OPERATION_CALL_EXP__VALIDATING

static final int CG_LIBRARY_OPERATION_CALL_EXP__VALIDATING
The feature id for the 'Validating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_OPERATION_CALL_EXP__SOURCE

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

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_OPERATION_CALL_EXP__ARGUMENTS

static final int CG_LIBRARY_OPERATION_CALL_EXP__ARGUMENTS
The feature id for the 'Arguments' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_OPERATION_CALL_EXP__REFERRED_OPERATION

static final int CG_LIBRARY_OPERATION_CALL_EXP__REFERRED_OPERATION
The feature id for the 'Referred Operation' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_OPERATION_CALL_EXP__LIBRARY_OPERATION

static final int CG_LIBRARY_OPERATION_CALL_EXP__LIBRARY_OPERATION
The feature id for the 'Library Operation' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_OPERATION_CALL_EXP_FEATURE_COUNT

static final int CG_LIBRARY_OPERATION_CALL_EXP_FEATURE_COUNT
The number of structural features of the 'CG Library Operation Call Exp' class.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_PROPERTY_CALL_EXP__AST

static final int CG_LIBRARY_PROPERTY_CALL_EXP__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_PROPERTY_CALL_EXP__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_PROPERTY_CALL_EXP__TYPE_ID

static final int CG_LIBRARY_PROPERTY_CALL_EXP__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_PROPERTY_CALL_EXP__REQUIRED

static final int CG_LIBRARY_PROPERTY_CALL_EXP__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_PROPERTY_CALL_EXP__DEPENDS_ON

static final int CG_LIBRARY_PROPERTY_CALL_EXP__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_PROPERTY_CALL_EXP__OWNS

static final int CG_LIBRARY_PROPERTY_CALL_EXP__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_PROPERTY_CALL_EXP__INVALIDATING

static final int CG_LIBRARY_PROPERTY_CALL_EXP__INVALIDATING
The feature id for the 'Invalidating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_PROPERTY_CALL_EXP__VALIDATING

static final int CG_LIBRARY_PROPERTY_CALL_EXP__VALIDATING
The feature id for the 'Validating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_PROPERTY_CALL_EXP__SOURCE

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

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_PROPERTY_CALL_EXP__REFERRED_PROPERTY

static final int CG_LIBRARY_PROPERTY_CALL_EXP__REFERRED_PROPERTY
The feature id for the 'Referred Property' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_PROPERTY_CALL_EXP__LIBRARY_PROPERTY

static final int CG_LIBRARY_PROPERTY_CALL_EXP__LIBRARY_PROPERTY
The feature id for the 'Library Property' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_LIBRARY_PROPERTY_CALL_EXP_FEATURE_COUNT

static final int CG_LIBRARY_PROPERTY_CALL_EXP_FEATURE_COUNT
The number of structural features of the 'CG Library Property Call Exp' class.

See Also:
Constant Field Values
Generated
Ordered

CG_LOCAL_VARIABLE__AST

static final int CG_LOCAL_VARIABLE__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_LOCAL_VARIABLE__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_LOCAL_VARIABLE__TYPE_ID

static final int CG_LOCAL_VARIABLE__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_LOCAL_VARIABLE__REQUIRED

static final int CG_LOCAL_VARIABLE__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_LOCAL_VARIABLE__DEPENDS_ON

static final int CG_LOCAL_VARIABLE__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_LOCAL_VARIABLE__OWNS

static final int CG_LOCAL_VARIABLE__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_LOCAL_VARIABLE__INIT

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

See Also:
Constant Field Values
Generated
Ordered

CG_LOCAL_VARIABLE_FEATURE_COUNT

static final int CG_LOCAL_VARIABLE_FEATURE_COUNT
The number of structural features of the 'CG Local Variable' class.

See Also:
Constant Field Values
Generated
Ordered

CG_MODEL__AST

static final int CG_MODEL__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_MODEL__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_MODEL__GLOBALS

static final int CG_MODEL__GLOBALS
The feature id for the 'Globals' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_MODEL__PACKAGES

static final int CG_MODEL__PACKAGES
The feature id for the 'Packages' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_MODEL_FEATURE_COUNT

static final int CG_MODEL_FEATURE_COUNT
The number of structural features of the 'CG Model' class.

See Also:
Constant Field Values
Generated
Ordered

CG_NULL__AST

static final int CG_NULL__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_NULL__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_NULL__TYPE_ID

static final int CG_NULL__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_NULL__REQUIRED

static final int CG_NULL__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_NULL__DEPENDS_ON

static final int CG_NULL__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_NULL__OWNS

static final int CG_NULL__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_NULL_FEATURE_COUNT

static final int CG_NULL_FEATURE_COUNT
The number of structural features of the 'CG Null' class.

See Also:
Constant Field Values
Generated
Ordered

CG_PACKAGE__AST

static final int CG_PACKAGE__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_PACKAGE__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_PACKAGE__CLASSES

static final int CG_PACKAGE__CLASSES
The feature id for the 'Classes' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_PACKAGE__PACKAGES

static final int CG_PACKAGE__PACKAGES
The feature id for the 'Packages' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_PACKAGE__CONTAINING_PACKAGE

static final int CG_PACKAGE__CONTAINING_PACKAGE
The feature id for the 'Containing Package' container reference.

See Also:
Constant Field Values
Generated
Ordered

CG_PACKAGE_FEATURE_COUNT

static final int CG_PACKAGE_FEATURE_COUNT
The number of structural features of the 'CG Package' class.

See Also:
Constant Field Values
Generated
Ordered

CG_PROPERTY__AST

static final int CG_PROPERTY__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_PROPERTY__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_PROPERTY__TYPE_ID

static final int CG_PROPERTY__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_PROPERTY__REQUIRED

static final int CG_PROPERTY__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_PROPERTY__DEPENDS_ON

static final int CG_PROPERTY__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_PROPERTY__OWNS

static final int CG_PROPERTY__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_PROPERTY__CONTAINING_CLASS

static final int CG_PROPERTY__CONTAINING_CLASS
The feature id for the 'Containing Class' container reference.

See Also:
Constant Field Values
Generated
Ordered

CG_PROPERTY__BODY

static final int CG_PROPERTY__BODY
The feature id for the 'Body' containment reference.

See Also:
Constant Field Values
Generated
Ordered

CG_PROPERTY_FEATURE_COUNT

static final int CG_PROPERTY_FEATURE_COUNT
The number of structural features of the 'CG Property' class.

See Also:
Constant Field Values
Generated
Ordered

CG_REAL__AST

static final int CG_REAL__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_REAL__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_REAL__TYPE_ID

static final int CG_REAL__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_REAL__REQUIRED

static final int CG_REAL__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_REAL__DEPENDS_ON

static final int CG_REAL__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_REAL__OWNS

static final int CG_REAL__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_REAL__NUMERIC_VALUE

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

See Also:
Constant Field Values
Generated
Ordered

CG_REAL_FEATURE_COUNT

static final int CG_REAL_FEATURE_COUNT
The number of structural features of the 'CG Real' class.

See Also:
Constant Field Values
Generated
Ordered

CG_SETTABLE_VARIABLE__AST

static final int CG_SETTABLE_VARIABLE__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_SETTABLE_VARIABLE__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_SETTABLE_VARIABLE__TYPE_ID

static final int CG_SETTABLE_VARIABLE__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_SETTABLE_VARIABLE__REQUIRED

static final int CG_SETTABLE_VARIABLE__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_SETTABLE_VARIABLE__DEPENDS_ON

static final int CG_SETTABLE_VARIABLE__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_SETTABLE_VARIABLE__OWNS

static final int CG_SETTABLE_VARIABLE__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_SETTABLE_VARIABLE__INIT

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

See Also:
Constant Field Values
Generated
Ordered

CG_SETTABLE_VARIABLE_FEATURE_COUNT

static final int CG_SETTABLE_VARIABLE_FEATURE_COUNT
The number of structural features of the 'CG Settable Variable' class.

See Also:
Constant Field Values
Generated
Ordered

CG_STRING__AST

static final int CG_STRING__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_STRING__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_STRING__TYPE_ID

static final int CG_STRING__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_STRING__REQUIRED

static final int CG_STRING__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_STRING__DEPENDS_ON

static final int CG_STRING__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_STRING__OWNS

static final int CG_STRING__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_STRING__STRING_VALUE

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

See Also:
Constant Field Values
Generated
Ordered

CG_STRING_FEATURE_COUNT

static final int CG_STRING_FEATURE_COUNT
The number of structural features of the 'CG String' class.

See Also:
Constant Field Values
Generated
Ordered

CG_TEXT__AST

static final int CG_TEXT__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_TEXT__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_TEXT__TYPE_ID

static final int CG_TEXT__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_TEXT__REQUIRED

static final int CG_TEXT__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_TEXT__DEPENDS_ON

static final int CG_TEXT__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_TEXT__OWNS

static final int CG_TEXT__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_TEXT__TEXT_VALUE

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

See Also:
Constant Field Values
Generated
Ordered

CG_TEXT_FEATURE_COUNT

static final int CG_TEXT_FEATURE_COUNT
The number of structural features of the 'CG Text' class.

See Also:
Constant Field Values
Generated
Ordered

CG_TEXT_PARAMETER

static final int CG_TEXT_PARAMETER
The meta object id for the 'CG Text Parameter' class.

See Also:
CGTextParameterImpl, CGModelPackageImpl.getCGTextParameter(), Constant Field Values
Generated

CG_TEXT_PARAMETER__AST

static final int CG_TEXT_PARAMETER__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_TEXT_PARAMETER__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_TEXT_PARAMETER__TYPE_ID

static final int CG_TEXT_PARAMETER__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_TEXT_PARAMETER__REQUIRED

static final int CG_TEXT_PARAMETER__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_TEXT_PARAMETER__DEPENDS_ON

static final int CG_TEXT_PARAMETER__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_TEXT_PARAMETER__OWNS

static final int CG_TEXT_PARAMETER__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_TEXT_PARAMETER__INIT

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

See Also:
Constant Field Values
Generated
Ordered

CG_TEXT_PARAMETER__CALLABLE

static final int CG_TEXT_PARAMETER__CALLABLE
The feature id for the 'Callable' container reference.

See Also:
Constant Field Values
Generated
Ordered

CG_TEXT_PARAMETER__TEXT_VALUE

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

See Also:
Constant Field Values
Generated
Ordered

CG_TEXT_PARAMETER_FEATURE_COUNT

static final int CG_TEXT_PARAMETER_FEATURE_COUNT
The number of structural features of the 'CG Text Parameter' class.

See Also:
Constant Field Values
Generated
Ordered

CG_THROW_EXP__AST

static final int CG_THROW_EXP__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_THROW_EXP__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_THROW_EXP__TYPE_ID

static final int CG_THROW_EXP__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_THROW_EXP__REQUIRED

static final int CG_THROW_EXP__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_THROW_EXP__DEPENDS_ON

static final int CG_THROW_EXP__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_THROW_EXP__OWNS

static final int CG_THROW_EXP__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_THROW_EXP__INVALIDATING

static final int CG_THROW_EXP__INVALIDATING
The feature id for the 'Invalidating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_THROW_EXP__VALIDATING

static final int CG_THROW_EXP__VALIDATING
The feature id for the 'Validating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_THROW_EXP__SOURCE

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

See Also:
Constant Field Values
Generated
Ordered

CG_THROW_EXP_FEATURE_COUNT

static final int CG_THROW_EXP_FEATURE_COUNT
The number of structural features of the 'CG Throw Exp' class.

See Also:
Constant Field Values
Generated
Ordered

CG_TUPLE_EXP__AST

static final int CG_TUPLE_EXP__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_TUPLE_EXP__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_TUPLE_EXP__TYPE_ID

static final int CG_TUPLE_EXP__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_TUPLE_EXP__REQUIRED

static final int CG_TUPLE_EXP__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_TUPLE_EXP__DEPENDS_ON

static final int CG_TUPLE_EXP__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_TUPLE_EXP__OWNS

static final int CG_TUPLE_EXP__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_TUPLE_EXP__PARTS

static final int CG_TUPLE_EXP__PARTS
The feature id for the 'Parts' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_TUPLE_EXP_FEATURE_COUNT

static final int CG_TUPLE_EXP_FEATURE_COUNT
The number of structural features of the 'CG Tuple Exp' class.

See Also:
Constant Field Values
Generated
Ordered

CG_TUPLE_PART__AST

static final int CG_TUPLE_PART__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_TUPLE_PART__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_TUPLE_PART__TYPE_ID

static final int CG_TUPLE_PART__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_TUPLE_PART__REQUIRED

static final int CG_TUPLE_PART__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_TUPLE_PART__DEPENDS_ON

static final int CG_TUPLE_PART__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_TUPLE_PART__OWNS

static final int CG_TUPLE_PART__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_TUPLE_PART__INIT

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

See Also:
Constant Field Values
Generated
Ordered

CG_TUPLE_PART__TUPLE_EXP

static final int CG_TUPLE_PART__TUPLE_EXP
The feature id for the 'Tuple Exp' container reference.

See Also:
Constant Field Values
Generated
Ordered

CG_TUPLE_PART_FEATURE_COUNT

static final int CG_TUPLE_PART_FEATURE_COUNT
The number of structural features of the 'CG Tuple Part' class.

See Also:
Constant Field Values
Generated
Ordered

CG_TUPLE_PART_CALL_EXP

static final int CG_TUPLE_PART_CALL_EXP
The meta object id for the 'CG Tuple Part Call Exp' class.

See Also:
CGTuplePartCallExpImpl, CGModelPackageImpl.getCGTuplePartCallExp(), Constant Field Values
Generated

CG_TUPLE_PART_CALL_EXP__AST

static final int CG_TUPLE_PART_CALL_EXP__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_TUPLE_PART_CALL_EXP__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_TUPLE_PART_CALL_EXP__TYPE_ID

static final int CG_TUPLE_PART_CALL_EXP__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_TUPLE_PART_CALL_EXP__REQUIRED

static final int CG_TUPLE_PART_CALL_EXP__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_TUPLE_PART_CALL_EXP__DEPENDS_ON

static final int CG_TUPLE_PART_CALL_EXP__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_TUPLE_PART_CALL_EXP__OWNS

static final int CG_TUPLE_PART_CALL_EXP__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_TUPLE_PART_CALL_EXP__INVALIDATING

static final int CG_TUPLE_PART_CALL_EXP__INVALIDATING
The feature id for the 'Invalidating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_TUPLE_PART_CALL_EXP__VALIDATING

static final int CG_TUPLE_PART_CALL_EXP__VALIDATING
The feature id for the 'Validating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_TUPLE_PART_CALL_EXP__SOURCE

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

See Also:
Constant Field Values
Generated
Ordered

CG_TUPLE_PART_CALL_EXP__REFERRED_PROPERTY

static final int CG_TUPLE_PART_CALL_EXP__REFERRED_PROPERTY
The feature id for the 'Referred Property' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_TUPLE_PART_CALL_EXP__AST_TUPLE_PART_ID

static final int CG_TUPLE_PART_CALL_EXP__AST_TUPLE_PART_ID
The feature id for the 'Ast Tuple Part Id' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_TUPLE_PART_CALL_EXP_FEATURE_COUNT

static final int CG_TUPLE_PART_CALL_EXP_FEATURE_COUNT
The number of structural features of the 'CG Tuple Part Call Exp' class.

See Also:
Constant Field Values
Generated
Ordered

CG_TYPE_ID__AST

static final int CG_TYPE_ID__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_TYPE_ID__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_TYPE_ID__TYPE_ID

static final int CG_TYPE_ID__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_TYPE_ID__REQUIRED

static final int CG_TYPE_ID__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_TYPE_ID__DEPENDS_ON

static final int CG_TYPE_ID__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_TYPE_ID__OWNS

static final int CG_TYPE_ID__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_TYPE_ID__ELEMENT_ID

static final int CG_TYPE_ID__ELEMENT_ID
The feature id for the 'Element Id' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_TYPE_ID_FEATURE_COUNT

static final int CG_TYPE_ID_FEATURE_COUNT
The number of structural features of the 'CG Type Id' class.

See Also:
Constant Field Values
Generated
Ordered

CG_TYPE_EXP__AST

static final int CG_TYPE_EXP__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_TYPE_EXP__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_TYPE_EXP__TYPE_ID

static final int CG_TYPE_EXP__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_TYPE_EXP__REQUIRED

static final int CG_TYPE_EXP__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_TYPE_EXP__DEPENDS_ON

static final int CG_TYPE_EXP__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_TYPE_EXP__OWNS

static final int CG_TYPE_EXP__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_TYPE_EXP__EXECUTOR_TYPE

static final int CG_TYPE_EXP__EXECUTOR_TYPE
The feature id for the 'Executor Type' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_TYPE_EXP_FEATURE_COUNT

static final int CG_TYPE_EXP_FEATURE_COUNT
The number of structural features of the 'CG Type Exp' class.

See Also:
Constant Field Values
Generated
Ordered

CG_UNBOX_EXP

static final int CG_UNBOX_EXP
The meta object id for the 'CG Unbox Exp' class.

See Also:
CGUnboxExpImpl, CGModelPackageImpl.getCGUnboxExp(), Constant Field Values
Generated

CG_UNBOX_EXP__AST

static final int CG_UNBOX_EXP__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_UNBOX_EXP__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_UNBOX_EXP__TYPE_ID

static final int CG_UNBOX_EXP__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_UNBOX_EXP__REQUIRED

static final int CG_UNBOX_EXP__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_UNBOX_EXP__DEPENDS_ON

static final int CG_UNBOX_EXP__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_UNBOX_EXP__OWNS

static final int CG_UNBOX_EXP__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_UNBOX_EXP__INVALIDATING

static final int CG_UNBOX_EXP__INVALIDATING
The feature id for the 'Invalidating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_UNBOX_EXP__VALIDATING

static final int CG_UNBOX_EXP__VALIDATING
The feature id for the 'Validating' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_UNBOX_EXP__SOURCE

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

See Also:
Constant Field Values
Generated
Ordered

CG_UNBOX_EXP_FEATURE_COUNT

static final int CG_UNBOX_EXP_FEATURE_COUNT
The number of structural features of the 'CG Unbox Exp' class.

See Also:
Constant Field Values
Generated
Ordered

CG_UNLIMITED

static final int CG_UNLIMITED
The meta object id for the 'CG Unlimited' class.

See Also:
CGUnlimitedImpl, CGModelPackageImpl.getCGUnlimited(), Constant Field Values
Generated

CG_UNLIMITED__AST

static final int CG_UNLIMITED__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_UNLIMITED__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_UNLIMITED__TYPE_ID

static final int CG_UNLIMITED__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_UNLIMITED__REQUIRED

static final int CG_UNLIMITED__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_UNLIMITED__DEPENDS_ON

static final int CG_UNLIMITED__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_UNLIMITED__OWNS

static final int CG_UNLIMITED__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_UNLIMITED_FEATURE_COUNT

static final int CG_UNLIMITED_FEATURE_COUNT
The number of structural features of the 'CG Unlimited' class.

See Also:
Constant Field Values
Generated
Ordered

CG_VARIABLE_EXP

static final int CG_VARIABLE_EXP
The meta object id for the 'CG Variable Exp' class.

See Also:
CGVariableExpImpl, CGModelPackageImpl.getCGVariableExp(), Constant Field Values
Generated

CG_VARIABLE_EXP__AST

static final int CG_VARIABLE_EXP__AST
The feature id for the 'Ast' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_VARIABLE_EXP__NAME

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

See Also:
Constant Field Values
Generated
Ordered

CG_VARIABLE_EXP__TYPE_ID

static final int CG_VARIABLE_EXP__TYPE_ID
The feature id for the 'Type Id' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_VARIABLE_EXP__REQUIRED

static final int CG_VARIABLE_EXP__REQUIRED
The feature id for the 'Required' attribute.

See Also:
Constant Field Values
Generated
Ordered

CG_VARIABLE_EXP__DEPENDS_ON

static final int CG_VARIABLE_EXP__DEPENDS_ON
The feature id for the 'Depends On' reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_VARIABLE_EXP__OWNS

static final int CG_VARIABLE_EXP__OWNS
The feature id for the 'Owns' containment reference list.

See Also:
Constant Field Values
Generated
Ordered

CG_VARIABLE_EXP__REFERRED_VARIABLE

static final int CG_VARIABLE_EXP__REFERRED_VARIABLE
The feature id for the 'Referred Variable' reference.

See Also:
Constant Field Values
Generated
Ordered

CG_VARIABLE_EXP_FEATURE_COUNT

static final int CG_VARIABLE_EXP_FEATURE_COUNT
The number of structural features of the 'CG Variable Exp' class.

See Also:
Constant Field Values
Generated
Ordered

NAMEABLE

static final int NAMEABLE
The meta object id for the 'Nameable' class.

See Also:
Nameable, CGModelPackageImpl.getNameable(), Constant Field Values
Generated

NAMEABLE_FEATURE_COUNT

static final int NAMEABLE_FEATURE_COUNT
The number of structural features of the 'Nameable' class.

See Also:
Constant Field Values
Generated
Ordered

ELEMENT

static final int ELEMENT
The meta object id for the 'Element' data type.

See Also:
Element, CGModelPackageImpl.getElement(), Constant Field Values
Generated

ELEMENT_ID

static final int ELEMENT_ID
The meta object id for the 'Element Id' data type.

See Also:
ElementId, CGModelPackageImpl.getElementId(), Constant Field Values
Generated

ENUMERATION_LITERAL_ID

static final int ENUMERATION_LITERAL_ID
The meta object id for the 'Enumeration Literal Id' data type.

See Also:
EnumerationLiteralId, CGModelPackageImpl.getEnumerationLiteralId(), Constant Field Values
Generated

ITERATION

static final int ITERATION
The meta object id for the 'Iteration' data type.

See Also:
Iteration, CGModelPackageImpl.getIteration(), Constant Field Values
Generated

LIBRARY_ITERATION

static final int LIBRARY_ITERATION
The meta object id for the 'Library Iteration' data type.

See Also:
LibraryIteration, CGModelPackageImpl.getLibraryIteration(), Constant Field Values
Generated

LIBRARY_OPERATION

static final int LIBRARY_OPERATION
The meta object id for the 'Library Operation' data type.

See Also:
LibraryOperation, CGModelPackageImpl.getLibraryOperation(), Constant Field Values
Generated

LIBRARY_PROPERTY

static final int LIBRARY_PROPERTY
The meta object id for the 'Library Property' data type.

See Also:
LibraryProperty, CGModelPackageImpl.getLibraryProperty(), Constant Field Values
Generated

NUMBER

static final int NUMBER
The meta object id for the 'Number' data type.

See Also:
Number, CGModelPackageImpl.getNumber(), Constant Field Values
Generated

OBJECT

static final int OBJECT
The meta object id for the 'Object' data type.

See Also:
Object, CGModelPackageImpl.getObject(), Constant Field Values
Generated

OPERATION

static final int OPERATION
The meta object id for the 'Operation' data type.

See Also:
Operation, CGModelPackageImpl.getOperation(), Constant Field Values
Generated

PROPERTY

static final int PROPERTY
The meta object id for the 'Property' data type.

See Also:
Property, CGModelPackageImpl.getProperty(), Constant Field Values
Generated

TUPLE_PART_ID

static final int TUPLE_PART_ID
The meta object id for the 'Tuple Part Id' data type.

See Also:
TuplePartId, CGModelPackageImpl.getTuplePartId(), Constant Field Values
Generated

TYPE

static final int TYPE
The meta object id for the 'Type' data type.

See Also:
Type, CGModelPackageImpl.getType(), Constant Field Values
Generated

TYPE_ID

static final int TYPE_ID
The meta object id for the 'Type Id' data type.

See Also:
TypeId, CGModelPackageImpl.getTypeId(), Constant Field Values
Generated
Method Detail

getCGAccumulator

org.eclipse.emf.ecore.EClass getCGAccumulator()
Returns the meta object for class 'CG Accumulator'.

Returns:
the meta object for class 'CG Accumulator'.
See Also:
CGAccumulator
Generated

getCGAssertNonNullExp

org.eclipse.emf.ecore.EClass getCGAssertNonNullExp()
Returns the meta object for class 'CG Assert Non Null Exp'.

Returns:
the meta object for class 'CG Assert Non Null Exp'.
See Also:
CGAssertNonNullExp
Generated

getCGBoolean

org.eclipse.emf.ecore.EClass getCGBoolean()
Returns the meta object for class 'CG Boolean'.

Returns:
the meta object for class 'CG Boolean'.
See Also:
CGBoolean
Generated

getCGBoolean_BooleanValue

org.eclipse.emf.ecore.EAttribute getCGBoolean_BooleanValue()
Returns the meta object for the attribute 'Boolean Value'.

Returns:
the meta object for the attribute 'Boolean Value'.
See Also:
CGBoolean.isBooleanValue(), getCGBoolean()
Generated

getCGBoxExp

org.eclipse.emf.ecore.EClass getCGBoxExp()
Returns the meta object for class 'CG Box Exp'.

Returns:
the meta object for class 'CG Box Exp'.
See Also:
CGBoxExp
Generated

getCGBuiltInIterationCallExp

org.eclipse.emf.ecore.EClass getCGBuiltInIterationCallExp()
Returns the meta object for class 'CG Built In Iteration Call Exp'.

Returns:
the meta object for class 'CG Built In Iteration Call Exp'.
See Also:
CGBuiltInIterationCallExp
Generated

getCGBuiltInIterationCallExp_Accumulator

org.eclipse.emf.ecore.EReference getCGBuiltInIterationCallExp_Accumulator()
Returns the meta object for the containment reference 'Accumulator'.

Returns:
the meta object for the containment reference 'Accumulator'.
See Also:
CGBuiltInIterationCallExp.getAccumulator(), getCGBuiltInIterationCallExp()
Generated

getCGCallable

org.eclipse.emf.ecore.EClass getCGCallable()
Returns the meta object for class 'CG Callable'.

Returns:
the meta object for class 'CG Callable'.
See Also:
CGCallable
Generated

getCGCallable_Parameters

org.eclipse.emf.ecore.EReference getCGCallable_Parameters()
Returns the meta object for the containment reference list 'Parameters'.

Returns:
the meta object for the containment reference list 'Parameters'.
See Also:
CGCallable.getParameters(), getCGCallable()
Generated

getCGCallable_Body

org.eclipse.emf.ecore.EReference getCGCallable_Body()
Returns the meta object for the containment reference 'Body'.

Returns:
the meta object for the containment reference 'Body'.
See Also:
CGCallable.getBody(), getCGCallable()
Generated

getCGClass

org.eclipse.emf.ecore.EClass getCGClass()
Returns the meta object for class 'CG Class'.

Returns:
the meta object for class 'CG Class'.
See Also:
CGClass
Generated

getCGClass_Operations

org.eclipse.emf.ecore.EReference getCGClass_Operations()
Returns the meta object for the containment reference list 'Operations'.

Returns:
the meta object for the containment reference list 'Operations'.
See Also:
CGClass.getOperations(), getCGClass()
Generated

getCGClass_Properties

org.eclipse.emf.ecore.EReference getCGClass_Properties()
Returns the meta object for the containment reference list 'Properties'.

Returns:
the meta object for the containment reference list 'Properties'.
See Also:
CGClass.getProperties(), getCGClass()
Generated

getCGClass_Invariants

org.eclipse.emf.ecore.EReference getCGClass_Invariants()
Returns the meta object for the containment reference list 'Invariants'.

Returns:
the meta object for the containment reference list 'Invariants'.
See Also:
CGClass.getInvariants(), getCGClass()
Generated

getCGClass_SuperTypes

org.eclipse.emf.ecore.EReference getCGClass_SuperTypes()
Returns the meta object for the reference list 'Super Types'.

Returns:
the meta object for the reference list 'Super Types'.
See Also:
CGClass.getSuperTypes(), getCGClass()
Generated

getCGClass_Interface

org.eclipse.emf.ecore.EAttribute getCGClass_Interface()
Returns the meta object for the attribute 'Interface'.

Returns:
the meta object for the attribute 'Interface'.
See Also:
CGClass.isInterface(), getCGClass()
Generated

getCGClass_TemplateParameters

org.eclipse.emf.ecore.EReference getCGClass_TemplateParameters()
Returns the meta object for the reference list 'Template Parameters'.

Returns:
the meta object for the reference list 'Template Parameters'.
See Also:
CGClass.getTemplateParameters(), getCGClass()
Generated

getCGCallExp

org.eclipse.emf.ecore.EClass getCGCallExp()
Returns the meta object for class 'CG Call Exp'.

Returns:
the meta object for class 'CG Call Exp'.
See Also:
CGCallExp
Generated

getCGCallExp_Invalidating

org.eclipse.emf.ecore.EAttribute getCGCallExp_Invalidating()
Returns the meta object for the attribute 'Invalidating'.

Returns:
the meta object for the attribute 'Invalidating'.
See Also:
CGCallExp.isInvalidating(), getCGCallExp()
Generated

getCGCallExp_Validating

org.eclipse.emf.ecore.EAttribute getCGCallExp_Validating()
Returns the meta object for the attribute 'Validating'.

Returns:
the meta object for the attribute 'Validating'.
See Also:
CGCallExp.isValidating(), getCGCallExp()
Generated

getCGCallExp_Source

org.eclipse.emf.ecore.EReference getCGCallExp_Source()
Returns the meta object for the containment reference 'Source'.

Returns:
the meta object for the containment reference 'Source'.
See Also:
CGCallExp.getSource(), getCGCallExp()
Generated

getCGCastExp

org.eclipse.emf.ecore.EClass getCGCastExp()
Returns the meta object for class 'CG Cast Exp'.

Returns:
the meta object for class 'CG Cast Exp'.
See Also:
CGCastExp
Generated

getCGCastExp_ExecutorType

org.eclipse.emf.ecore.EReference getCGCastExp_ExecutorType()
Returns the meta object for the reference 'Executor Type'.

Returns:
the meta object for the reference 'Executor Type'.
See Also:
CGCastExp.getExecutorType(), getCGCastExp()
Generated

getCGCatchExp

org.eclipse.emf.ecore.EClass getCGCatchExp()
Returns the meta object for class 'CG Catch Exp'.

Returns:
the meta object for class 'CG Catch Exp'.
See Also:
CGCatchExp
Generated

getCGCollectionExp

org.eclipse.emf.ecore.EClass getCGCollectionExp()
Returns the meta object for class 'CG Collection Exp'.

Returns:
the meta object for class 'CG Collection Exp'.
See Also:
CGCollectionExp
Generated

getCGCollectionExp_Parts

org.eclipse.emf.ecore.EReference getCGCollectionExp_Parts()
Returns the meta object for the containment reference list 'Parts'.

Returns:
the meta object for the containment reference list 'Parts'.
See Also:
CGCollectionExp.getParts(), getCGCollectionExp()
Generated

getCGCollectionPart

org.eclipse.emf.ecore.EClass getCGCollectionPart()
Returns the meta object for class 'CG Collection Part'.

Returns:
the meta object for class 'CG Collection Part'.
See Also:
CGCollectionPart
Generated

getCGCollectionPart_First

org.eclipse.emf.ecore.EReference getCGCollectionPart_First()
Returns the meta object for the containment reference 'First'.

Returns:
the meta object for the containment reference 'First'.
See Also:
CGCollectionPart.getFirst(), getCGCollectionPart()
Generated

getCGCollectionPart_Last

org.eclipse.emf.ecore.EReference getCGCollectionPart_Last()
Returns the meta object for the containment reference 'Last'.

Returns:
the meta object for the containment reference 'Last'.
See Also:
CGCollectionPart.getLast(), getCGCollectionPart()
Generated

getCGCollectionPart_CollectionExp

org.eclipse.emf.ecore.EReference getCGCollectionPart_CollectionExp()
Returns the meta object for the container reference 'Collection Exp'.

Returns:
the meta object for the container reference 'Collection Exp'.
See Also:
CGCollectionPart.getCollectionExp(), getCGCollectionPart()
Generated

getCGClass_ContainingPackage

org.eclipse.emf.ecore.EReference getCGClass_ContainingPackage()
Returns the meta object for the container reference 'Containing Package'.

Returns:
the meta object for the container reference 'Containing Package'.
See Also:
CGClass.getContainingPackage(), getCGClass()
Generated

getCGConstant

org.eclipse.emf.ecore.EClass getCGConstant()
Returns the meta object for class 'CG Constant'.

Returns:
the meta object for class 'CG Constant'.
See Also:
CGConstant
Generated

getCGFinalVariable

org.eclipse.emf.ecore.EClass getCGFinalVariable()
Returns the meta object for class 'CG Final Variable'.

Returns:
the meta object for class 'CG Final Variable'.
See Also:
CGFinalVariable
Generated

getCGGuardExp

org.eclipse.emf.ecore.EClass getCGGuardExp()
Returns the meta object for class 'CG Guard Exp'.

Returns:
the meta object for class 'CG Guard Exp'.
See Also:
CGGuardExp
Generated

getCGGuardExp_Message

org.eclipse.emf.ecore.EAttribute getCGGuardExp_Message()
Returns the meta object for the attribute 'Message'.

Returns:
the meta object for the attribute 'Message'.
See Also:
CGGuardExp.getMessage(), getCGGuardExp()
Generated

getCGEcoreOperationCallExp

org.eclipse.emf.ecore.EClass getCGEcoreOperationCallExp()
Returns the meta object for class 'CG Ecore Operation Call Exp'.

Returns:
the meta object for class 'CG Ecore Operation Call Exp'.
See Also:
CGEcoreOperationCallExp
Generated

getCGEcoreOperationCallExp_EOperation

org.eclipse.emf.ecore.EReference getCGEcoreOperationCallExp_EOperation()
Returns the meta object for the reference 'EOperation'.

Returns:
the meta object for the reference 'EOperation'.
See Also:
CGEcoreOperationCallExp.getEOperation(), getCGEcoreOperationCallExp()
Generated

getCGEcoreOppositePropertyCallExp

org.eclipse.emf.ecore.EClass getCGEcoreOppositePropertyCallExp()
Returns the meta object for class 'CG Ecore Opposite Property Call Exp'.

Returns:
the meta object for class 'CG Ecore Opposite Property Call Exp'.
See Also:
CGEcoreOppositePropertyCallExp
Generated

getCGEcoreOppositePropertyCallExp_EStructuralFeature

org.eclipse.emf.ecore.EReference getCGEcoreOppositePropertyCallExp_EStructuralFeature()
Returns the meta object for the reference 'EStructural Feature'.

Returns:
the meta object for the reference 'EStructural Feature'.
See Also:
CGEcoreOppositePropertyCallExp.getEStructuralFeature(), getCGEcoreOppositePropertyCallExp()
Generated

getCGEcorePropertyCallExp

org.eclipse.emf.ecore.EClass getCGEcorePropertyCallExp()
Returns the meta object for class 'CG Ecore Property Call Exp'.

Returns:
the meta object for class 'CG Ecore Property Call Exp'.
See Also:
CGEcorePropertyCallExp
Generated

getCGEcorePropertyCallExp_EStructuralFeature

org.eclipse.emf.ecore.EReference getCGEcorePropertyCallExp_EStructuralFeature()
Returns the meta object for the reference 'EStructural Feature'.

Returns:
the meta object for the reference 'EStructural Feature'.
See Also:
CGEcorePropertyCallExp.getEStructuralFeature(), getCGEcorePropertyCallExp()
Generated

getCGInteger

org.eclipse.emf.ecore.EClass getCGInteger()
Returns the meta object for class 'CG Integer'.

Returns:
the meta object for class 'CG Integer'.
See Also:
CGInteger
Generated

getCGInvalid

org.eclipse.emf.ecore.EClass getCGInvalid()
Returns the meta object for class 'CG Invalid'.

Returns:
the meta object for class 'CG Invalid'.
See Also:
CGInvalid
Generated

getCGInvalid_MessageTemplate

org.eclipse.emf.ecore.EAttribute getCGInvalid_MessageTemplate()
Returns the meta object for the attribute 'Message Template'.

Returns:
the meta object for the attribute 'Message Template'.
See Also:
CGInvalid.getMessageTemplate(), getCGInvalid()
Generated

getCGInvalid_Bindings

org.eclipse.emf.ecore.EAttribute getCGInvalid_Bindings()
Returns the meta object for the attribute list 'Bindings'.

Returns:
the meta object for the attribute list 'Bindings'.
See Also:
CGInvalid.getBindings(), getCGInvalid()
Generated

getCGIsEqualExp

org.eclipse.emf.ecore.EClass getCGIsEqualExp()
Returns the meta object for class 'CG Is Equal Exp'.

Returns:
the meta object for class 'CG Is Equal Exp'.
See Also:
CGIsEqualExp
Generated

getCGIsEqualExp_Argument

org.eclipse.emf.ecore.EReference getCGIsEqualExp_Argument()
Returns the meta object for the containment reference 'Argument'.

Returns:
the meta object for the containment reference 'Argument'.
See Also:
CGIsEqualExp.getArgument(), getCGIsEqualExp()
Generated

getCGIsEqualExp_NotEquals

org.eclipse.emf.ecore.EAttribute getCGIsEqualExp_NotEquals()
Returns the meta object for the attribute 'Not Equals'.

Returns:
the meta object for the attribute 'Not Equals'.
See Also:
CGIsEqualExp.isNotEquals(), getCGIsEqualExp()
Generated

getCGIsInvalidExp

org.eclipse.emf.ecore.EClass getCGIsInvalidExp()
Returns the meta object for class 'CG Is Invalid Exp'.

Returns:
the meta object for class 'CG Is Invalid Exp'.
See Also:
CGIsInvalidExp
Generated

getCGIsUndefinedExp

org.eclipse.emf.ecore.EClass getCGIsUndefinedExp()
Returns the meta object for class 'CG Is Undefined Exp'.

Returns:
the meta object for class 'CG Is Undefined Exp'.
See Also:
CGIsUndefinedExp
Generated

getCGIterationCallExp

org.eclipse.emf.ecore.EClass getCGIterationCallExp()
Returns the meta object for class 'CG Iteration Call Exp'.

Returns:
the meta object for class 'CG Iteration Call Exp'.
See Also:
CGIterationCallExp
Generated

getCGIterationCallExp_ReferredIteration

org.eclipse.emf.ecore.EAttribute getCGIterationCallExp_ReferredIteration()
Returns the meta object for the attribute 'Referred Iteration'.

Returns:
the meta object for the attribute 'Referred Iteration'.
See Also:
CGIterationCallExp.getReferredIteration(), getCGIterationCallExp()
Generated

getCGIterationCallExp_Iterators

org.eclipse.emf.ecore.EReference getCGIterationCallExp_Iterators()
Returns the meta object for the containment reference list 'Iterators'.

Returns:
the meta object for the containment reference list 'Iterators'.
See Also:
CGIterationCallExp.getIterators(), getCGIterationCallExp()
Generated

getCGIterationCallExp_Body

org.eclipse.emf.ecore.EReference getCGIterationCallExp_Body()
Returns the meta object for the containment reference 'Body'.

Returns:
the meta object for the containment reference 'Body'.
See Also:
CGIterationCallExp.getBody(), getCGIterationCallExp()
Generated

getCGIterator

org.eclipse.emf.ecore.EClass getCGIterator()
Returns the meta object for class 'CG Iterator'.

Returns:
the meta object for class 'CG Iterator'.
See Also:
CGIterator
Generated

getCGLibraryOperationCallExp

org.eclipse.emf.ecore.EClass getCGLibraryOperationCallExp()
Returns the meta object for class 'CG Library Operation Call Exp'.

Returns:
the meta object for class 'CG Library Operation Call Exp'.
See Also:
CGLibraryOperationCallExp
Generated

getCGLibraryOperationCallExp_LibraryOperation

org.eclipse.emf.ecore.EAttribute getCGLibraryOperationCallExp_LibraryOperation()
Returns the meta object for the attribute 'Library Operation'.

Returns:
the meta object for the attribute 'Library Operation'.
See Also:
CGLibraryOperationCallExp.getLibraryOperation(), getCGLibraryOperationCallExp()
Generated

getCGLibraryPropertyCallExp

org.eclipse.emf.ecore.EClass getCGLibraryPropertyCallExp()
Returns the meta object for class 'CG Library Property Call Exp'.

Returns:
the meta object for class 'CG Library Property Call Exp'.
See Also:
CGLibraryPropertyCallExp
Generated

getCGLibraryPropertyCallExp_LibraryProperty

org.eclipse.emf.ecore.EAttribute getCGLibraryPropertyCallExp_LibraryProperty()
Returns the meta object for the attribute 'Library Property'.

Returns:
the meta object for the attribute 'Library Property'.
See Also:
CGLibraryPropertyCallExp.getLibraryProperty(), getCGLibraryPropertyCallExp()
Generated

getCGConstantExp

org.eclipse.emf.ecore.EClass getCGConstantExp()
Returns the meta object for class 'CG Constant Exp'.

Returns:
the meta object for class 'CG Constant Exp'.
See Also:
CGConstantExp
Generated

getCGConstantExp_ReferredConstant

org.eclipse.emf.ecore.EReference getCGConstantExp_ReferredConstant()
Returns the meta object for the reference 'Referred Constant'.

Returns:
the meta object for the reference 'Referred Constant'.
See Also:
CGConstantExp.getReferredConstant(), getCGConstantExp()
Generated

getCGConstraint

org.eclipse.emf.ecore.EClass getCGConstraint()
Returns the meta object for class 'CG Constraint'.

Returns:
the meta object for class 'CG Constraint'.
See Also:
CGConstraint
Generated

getCGConstructorExp

org.eclipse.emf.ecore.EClass getCGConstructorExp()
Returns the meta object for class 'CG Constructor Exp'.

Returns:
the meta object for class 'CG Constructor Exp'.
See Also:
CGConstructorExp
Generated

getCGConstructorExp_Parts

org.eclipse.emf.ecore.EReference getCGConstructorExp_Parts()
Returns the meta object for the containment reference list 'Parts'.

Returns:
the meta object for the containment reference list 'Parts'.
See Also:
CGConstructorExp.getParts(), getCGConstructorExp()
Generated

getCGConstructorExp_ExecutorType

org.eclipse.emf.ecore.EReference getCGConstructorExp_ExecutorType()
Returns the meta object for the reference 'Executor Type'.

Returns:
the meta object for the reference 'Executor Type'.
See Also:
CGConstructorExp.getExecutorType(), getCGConstructorExp()
Generated

getCGConstructorPart

org.eclipse.emf.ecore.EClass getCGConstructorPart()
Returns the meta object for class 'CG Constructor Part'.

Returns:
the meta object for class 'CG Constructor Part'.
See Also:
CGConstructorPart
Generated

getCGConstructorPart_Init

org.eclipse.emf.ecore.EReference getCGConstructorPart_Init()
Returns the meta object for the containment reference 'Init'.

Returns:
the meta object for the containment reference 'Init'.
See Also:
CGConstructorPart.getInit(), getCGConstructorPart()
Generated

getCGConstructorPart_ConstructorExp

org.eclipse.emf.ecore.EReference getCGConstructorPart_ConstructorExp()
Returns the meta object for the container reference 'Constructor Exp'.

Returns:
the meta object for the container reference 'Constructor Exp'.
See Also:
CGConstructorPart.getConstructorExp(), getCGConstructorPart()
Generated

getCGConstructorPart_ExecutorPart

org.eclipse.emf.ecore.EReference getCGConstructorPart_ExecutorPart()
Returns the meta object for the reference 'Executor Part'.

Returns:
the meta object for the reference 'Executor Part'.
See Also:
CGConstructorPart.getExecutorPart(), getCGConstructorPart()
Generated

getCGEcoreClassConstructorExp

org.eclipse.emf.ecore.EClass getCGEcoreClassConstructorExp()
Returns the meta object for class 'CG Ecore Class Constructor Exp'.

Returns:
the meta object for class 'CG Ecore Class Constructor Exp'.
See Also:
CGEcoreClassConstructorExp
Generated

getCGEcoreClassConstructorExp_EClass

org.eclipse.emf.ecore.EReference getCGEcoreClassConstructorExp_EClass()
Returns the meta object for the reference 'EClass'.

Returns:
the meta object for the reference 'EClass'.
See Also:
CGEcoreClassConstructorExp.getEClass(), getCGEcoreClassConstructorExp()
Generated

getCGEcoreDataTypeConstructorExp

org.eclipse.emf.ecore.EClass getCGEcoreDataTypeConstructorExp()
Returns the meta object for class 'CG Ecore Data Type Constructor Exp'.

Returns:
the meta object for class 'CG Ecore Data Type Constructor Exp'.
See Also:
CGEcoreDataTypeConstructorExp
Generated

getCGEcoreDataTypeConstructorExp_EDataType

org.eclipse.emf.ecore.EReference getCGEcoreDataTypeConstructorExp_EDataType()
Returns the meta object for the reference 'EData Type'.

Returns:
the meta object for the reference 'EData Type'.
See Also:
CGEcoreDataTypeConstructorExp.getEDataType(), getCGEcoreDataTypeConstructorExp()
Generated

getCGEcoreDataTypeConstructorExp_String

org.eclipse.emf.ecore.EAttribute getCGEcoreDataTypeConstructorExp_String()
Returns the meta object for the attribute 'String'.

Returns:
the meta object for the attribute 'String'.
See Also:
CGEcoreDataTypeConstructorExp.getString(), getCGEcoreDataTypeConstructorExp()
Generated

getCGEcoreOperation

org.eclipse.emf.ecore.EClass getCGEcoreOperation()
Returns the meta object for class 'CG Ecore Operation'.

Returns:
the meta object for class 'CG Ecore Operation'.
See Also:
CGEcoreOperation
Generated

getCGEcoreOperation_EOperation

org.eclipse.emf.ecore.EReference getCGEcoreOperation_EOperation()
Returns the meta object for the reference 'EOperation'.

Returns:
the meta object for the reference 'EOperation'.
See Also:
CGEcoreOperation.getEOperation(), getCGEcoreOperation()
Generated

getCGLetExp

org.eclipse.emf.ecore.EClass getCGLetExp()
Returns the meta object for class 'CG Let Exp'.

Returns:
the meta object for class 'CG Let Exp'.
See Also:
CGLetExp
Generated

getCGLetExp_Init

org.eclipse.emf.ecore.EReference getCGLetExp_Init()
Returns the meta object for the containment reference 'Init'.

Returns:
the meta object for the containment reference 'Init'.
See Also:
CGLetExp.getInit(), getCGLetExp()
Generated

getCGLetExp_In

org.eclipse.emf.ecore.EReference getCGLetExp_In()
Returns the meta object for the containment reference 'In'.

Returns:
the meta object for the containment reference 'In'.
See Also:
CGLetExp.getIn(), getCGLetExp()
Generated

getCGLibraryIterateCallExp

org.eclipse.emf.ecore.EClass getCGLibraryIterateCallExp()
Returns the meta object for class 'CG Library Iterate Call Exp'.

Returns:
the meta object for class 'CG Library Iterate Call Exp'.
See Also:
CGLibraryIterateCallExp
Generated

getCGLibraryIterateCallExp_Result

org.eclipse.emf.ecore.EReference getCGLibraryIterateCallExp_Result()
Returns the meta object for the containment reference 'Result'.

Returns:
the meta object for the containment reference 'Result'.
See Also:
CGLibraryIterateCallExp.getResult(), getCGLibraryIterateCallExp()
Generated

getCGLibraryIterationCallExp

org.eclipse.emf.ecore.EClass getCGLibraryIterationCallExp()
Returns the meta object for class 'CG Library Iteration Call Exp'.

Returns:
the meta object for class 'CG Library Iteration Call Exp'.
See Also:
CGLibraryIterationCallExp
Generated

getCGLibraryIterationCallExp_LibraryIteration

org.eclipse.emf.ecore.EAttribute getCGLibraryIterationCallExp_LibraryIteration()
Returns the meta object for the attribute 'Library Iteration'.

Returns:
the meta object for the attribute 'Library Iteration'.
See Also:
CGLibraryIterationCallExp.getLibraryIteration(), getCGLibraryIterationCallExp()
Generated

getCGLibraryOperation

org.eclipse.emf.ecore.EClass getCGLibraryOperation()
Returns the meta object for class 'CG Library Operation'.

Returns:
the meta object for class 'CG Library Operation'.
See Also:
CGLibraryOperation
Generated

getCGLocalVariable

org.eclipse.emf.ecore.EClass getCGLocalVariable()
Returns the meta object for class 'CG Local Variable'.

Returns:
the meta object for class 'CG Local Variable'.
See Also:
CGLocalVariable
Generated

getCGModel

org.eclipse.emf.ecore.EClass getCGModel()
Returns the meta object for class 'CG Model'.

Returns:
the meta object for class 'CG Model'.
See Also:
CGModel
Generated

getCGModel_Globals

org.eclipse.emf.ecore.EReference getCGModel_Globals()
Returns the meta object for the containment reference list 'Globals'.

Returns:
the meta object for the containment reference list 'Globals'.
See Also:
CGModel.getGlobals(), getCGModel()
Generated

getCGModel_Packages

org.eclipse.emf.ecore.EReference getCGModel_Packages()
Returns the meta object for the containment reference list 'Packages'.

Returns:
the meta object for the containment reference list 'Packages'.
See Also:
CGModel.getPackages(), getCGModel()
Generated

getCGElement

org.eclipse.emf.ecore.EClass getCGElement()
Returns the meta object for class 'CG Element'.

Returns:
the meta object for class 'CG Element'.
See Also:
CGElement
Generated

getCGElementId

org.eclipse.emf.ecore.EClass getCGElementId()
Returns the meta object for class 'CG Element Id'.

Returns:
the meta object for class 'CG Element Id'.
See Also:
CGElementId
Generated

getCGElementId_ElementId

org.eclipse.emf.ecore.EAttribute getCGElementId_ElementId()
Returns the meta object for the attribute 'Element Id'.

Returns:
the meta object for the attribute 'Element Id'.
See Also:
CGElementId.getElementId(), getCGElementId()
Generated

getCGExecutorCompositionProperty

org.eclipse.emf.ecore.EClass getCGExecutorCompositionProperty()
Returns the meta object for class 'CG Executor Composition Property'.

Returns:
the meta object for class 'CG Executor Composition Property'.
See Also:
CGExecutorCompositionProperty
Generated

getCGExecutorConstructorPart

org.eclipse.emf.ecore.EClass getCGExecutorConstructorPart()
Returns the meta object for class 'CG Executor Constructor Part'.

Returns:
the meta object for class 'CG Executor Constructor Part'.
See Also:
CGExecutorConstructorPart
Generated

getCGExecutorNavigationProperty

org.eclipse.emf.ecore.EClass getCGExecutorNavigationProperty()
Returns the meta object for class 'CG Executor Navigation Property'.

Returns:
the meta object for class 'CG Executor Navigation Property'.
See Also:
CGExecutorNavigationProperty
Generated

getCGExecutorOppositeProperty

org.eclipse.emf.ecore.EClass getCGExecutorOppositeProperty()
Returns the meta object for class 'CG Executor Opposite Property'.

Returns:
the meta object for class 'CG Executor Opposite Property'.
See Also:
CGExecutorOppositeProperty
Generated

getCGExecutorOperation

org.eclipse.emf.ecore.EClass getCGExecutorOperation()
Returns the meta object for class 'CG Executor Operation'.

Returns:
the meta object for class 'CG Executor Operation'.
See Also:
CGExecutorOperation
Generated

getCGExecutorOperation_UnderlyingOperationId

org.eclipse.emf.ecore.EReference getCGExecutorOperation_UnderlyingOperationId()
Returns the meta object for the reference 'Underlying Operation Id'.

Returns:
the meta object for the reference 'Underlying Operation Id'.
See Also:
CGExecutorOperation.getUnderlyingOperationId(), getCGExecutorOperation()
Generated

getCGExecutorOperationCallExp

org.eclipse.emf.ecore.EClass getCGExecutorOperationCallExp()
Returns the meta object for class 'CG Executor Operation Call Exp'.

Returns:
the meta object for class 'CG Executor Operation Call Exp'.
See Also:
CGExecutorOperationCallExp
Generated

getCGExecutorOperationCallExp_ExecutorOperation

org.eclipse.emf.ecore.EReference getCGExecutorOperationCallExp_ExecutorOperation()
Returns the meta object for the reference 'Executor Operation'.

Returns:
the meta object for the reference 'Executor Operation'.
See Also:
CGExecutorOperationCallExp.getExecutorOperation(), getCGExecutorOperationCallExp()
Generated

getCGExecutorOppositePropertyCallExp

org.eclipse.emf.ecore.EClass getCGExecutorOppositePropertyCallExp()
Returns the meta object for class 'CG Executor Opposite Property Call Exp'.

Returns:
the meta object for class 'CG Executor Opposite Property Call Exp'.
See Also:
CGExecutorOppositePropertyCallExp
Generated

getCGExecutorOppositePropertyCallExp_ExecutorProperty

org.eclipse.emf.ecore.EReference getCGExecutorOppositePropertyCallExp_ExecutorProperty()
Returns the meta object for the reference 'Executor Property'.

Returns:
the meta object for the reference 'Executor Property'.
See Also:
CGExecutorOppositePropertyCallExp.getExecutorProperty(), getCGExecutorOppositePropertyCallExp()
Generated

getCGExecutorProperty

org.eclipse.emf.ecore.EClass getCGExecutorProperty()
Returns the meta object for class 'CG Executor Property'.

Returns:
the meta object for class 'CG Executor Property'.
See Also:
CGExecutorProperty
Generated

getCGExecutorProperty_UnderlyingPropertyId

org.eclipse.emf.ecore.EReference getCGExecutorProperty_UnderlyingPropertyId()
Returns the meta object for the reference 'Underlying Property Id'.

Returns:
the meta object for the reference 'Underlying Property Id'.
See Also:
CGExecutorProperty.getUnderlyingPropertyId(), getCGExecutorProperty()
Generated

getCGExecutorPropertyCallExp

org.eclipse.emf.ecore.EClass getCGExecutorPropertyCallExp()
Returns the meta object for class 'CG Executor Property Call Exp'.

Returns:
the meta object for class 'CG Executor Property Call Exp'.
See Also:
CGExecutorPropertyCallExp
Generated

getCGExecutorPropertyCallExp_ExecutorProperty

org.eclipse.emf.ecore.EReference getCGExecutorPropertyCallExp_ExecutorProperty()
Returns the meta object for the reference 'Executor Property'.

Returns:
the meta object for the reference 'Executor Property'.
See Also:
CGExecutorPropertyCallExp.getExecutorProperty(), getCGExecutorPropertyCallExp()
Generated

getCGExecutorType

org.eclipse.emf.ecore.EClass getCGExecutorType()
Returns the meta object for class 'CG Executor Type'.

Returns:
the meta object for class 'CG Executor Type'.
See Also:
CGExecutorType
Generated

getCGExecutorType_UnderlyingTypeId

org.eclipse.emf.ecore.EReference getCGExecutorType_UnderlyingTypeId()
Returns the meta object for the reference 'Underlying Type Id'.

Returns:
the meta object for the reference 'Underlying Type Id'.
See Also:
CGExecutorType.getUnderlyingTypeId(), getCGExecutorType()
Generated

getCGIfExp

org.eclipse.emf.ecore.EClass getCGIfExp()
Returns the meta object for class 'CG If Exp'.

Returns:
the meta object for class 'CG If Exp'.
See Also:
CGIfExp
Generated

getCGIfExp_Condition

org.eclipse.emf.ecore.EReference getCGIfExp_Condition()
Returns the meta object for the containment reference 'Condition'.

Returns:
the meta object for the containment reference 'Condition'.
See Also:
CGIfExp.getCondition(), getCGIfExp()
Generated

getCGIfExp_ThenExpression

org.eclipse.emf.ecore.EReference getCGIfExp_ThenExpression()
Returns the meta object for the containment reference 'Then Expression'.

Returns:
the meta object for the containment reference 'Then Expression'.
See Also:
CGIfExp.getThenExpression(), getCGIfExp()
Generated

getCGIfExp_ElseExpression

org.eclipse.emf.ecore.EReference getCGIfExp_ElseExpression()
Returns the meta object for the containment reference 'Else Expression'.

Returns:
the meta object for the containment reference 'Else Expression'.
See Also:
CGIfExp.getElseExpression(), getCGIfExp()
Generated

getCGNamedElement

org.eclipse.emf.ecore.EClass getCGNamedElement()
Returns the meta object for class 'CG Named Element'.

Returns:
the meta object for class 'CG Named Element'.
See Also:
CGNamedElement
Generated

getCGNamedElement_Ast

org.eclipse.emf.ecore.EAttribute getCGNamedElement_Ast()
Returns the meta object for the attribute 'Ast'.

Returns:
the meta object for the attribute 'Ast'.
See Also:
CGNamedElement.getAst(), getCGNamedElement()
Generated

getCGNamedElement_Name

org.eclipse.emf.ecore.EAttribute getCGNamedElement_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
CGNamedElement.getName(), getCGNamedElement()
Generated

getCGNavigationCallExp

org.eclipse.emf.ecore.EClass getCGNavigationCallExp()
Returns the meta object for class 'CG Navigation Call Exp'.

Returns:
the meta object for class 'CG Navigation Call Exp'.
See Also:
CGNavigationCallExp
Generated

getCGNavigationCallExp_ReferredProperty

org.eclipse.emf.ecore.EAttribute getCGNavigationCallExp_ReferredProperty()
Returns the meta object for the attribute 'Referred Property'.

Returns:
the meta object for the attribute 'Referred Property'.
See Also:
CGNavigationCallExp.getReferredProperty(), getCGNavigationCallExp()
Generated

getCGNull

org.eclipse.emf.ecore.EClass getCGNull()
Returns the meta object for class 'CG Null'.

Returns:
the meta object for class 'CG Null'.
See Also:
CGNull
Generated

getCGNumber

org.eclipse.emf.ecore.EClass getCGNumber()
Returns the meta object for class 'CG Number'.

Returns:
the meta object for class 'CG Number'.
See Also:
CGNumber
Generated

getCGNumber_NumericValue

org.eclipse.emf.ecore.EAttribute getCGNumber_NumericValue()
Returns the meta object for the attribute 'Numeric Value'.

Returns:
the meta object for the attribute 'Numeric Value'.
See Also:
CGNumber.getNumericValue(), getCGNumber()
Generated

getCGOperation

org.eclipse.emf.ecore.EClass getCGOperation()
Returns the meta object for class 'CG Operation'.

Returns:
the meta object for class 'CG Operation'.
See Also:
CGOperation
Generated

getCGOperation_Preconditions

org.eclipse.emf.ecore.EReference getCGOperation_Preconditions()
Returns the meta object for the containment reference list 'Preconditions'.

Returns:
the meta object for the containment reference list 'Preconditions'.
See Also:
CGOperation.getPreconditions(), getCGOperation()
Generated

getCGOperation_Postconditions

org.eclipse.emf.ecore.EReference getCGOperation_Postconditions()
Returns the meta object for the containment reference list 'Postconditions'.

Returns:
the meta object for the containment reference list 'Postconditions'.
See Also:
CGOperation.getPostconditions(), getCGOperation()
Generated

getCGOperation_ContainingClass

org.eclipse.emf.ecore.EReference getCGOperation_ContainingClass()
Returns the meta object for the container reference 'Containing Class'.

Returns:
the meta object for the container reference 'Containing Class'.
See Also:
CGOperation.getContainingClass(), getCGOperation()
Generated

getCGOperationCallExp

org.eclipse.emf.ecore.EClass getCGOperationCallExp()
Returns the meta object for class 'CG Operation Call Exp'.

Returns:
the meta object for class 'CG Operation Call Exp'.
See Also:
CGOperationCallExp
Generated

getCGOperationCallExp_ReferredOperation

org.eclipse.emf.ecore.EAttribute getCGOperationCallExp_ReferredOperation()
Returns the meta object for the attribute 'Referred Operation'.

Returns:
the meta object for the attribute 'Referred Operation'.
See Also:
CGOperationCallExp.getReferredOperation(), getCGOperationCallExp()
Generated

getCGOppositePropertyCallExp

org.eclipse.emf.ecore.EClass getCGOppositePropertyCallExp()
Returns the meta object for class 'CG Opposite Property Call Exp'.

Returns:
the meta object for class 'CG Opposite Property Call Exp'.
See Also:
CGOppositePropertyCallExp
Generated

getCGOperationCallExp_Arguments

org.eclipse.emf.ecore.EReference getCGOperationCallExp_Arguments()
Returns the meta object for the containment reference list 'Arguments'.

Returns:
the meta object for the containment reference list 'Arguments'.
See Also:
CGOperationCallExp.getArguments(), getCGOperationCallExp()
Generated

getCGPackage

org.eclipse.emf.ecore.EClass getCGPackage()
Returns the meta object for class 'CG Package'.

Returns:
the meta object for class 'CG Package'.
See Also:
CGPackage
Generated

getCGPackage_Classes

org.eclipse.emf.ecore.EReference getCGPackage_Classes()
Returns the meta object for the containment reference list 'Classes'.

Returns:
the meta object for the containment reference list 'Classes'.
See Also:
CGPackage.getClasses(), getCGPackage()
Generated

getCGPackage_Packages

org.eclipse.emf.ecore.EReference getCGPackage_Packages()
Returns the meta object for the containment reference list 'Packages'.

Returns:
the meta object for the containment reference list 'Packages'.
See Also:
CGPackage.getPackages(), getCGPackage()
Generated

getCGPackage_ContainingPackage

org.eclipse.emf.ecore.EReference getCGPackage_ContainingPackage()
Returns the meta object for the container reference 'Containing Package'.

Returns:
the meta object for the container reference 'Containing Package'.
See Also:
CGPackage.getContainingPackage(), getCGPackage()
Generated

getCGParameter

org.eclipse.emf.ecore.EClass getCGParameter()
Returns the meta object for class 'CG Parameter'.

Returns:
the meta object for class 'CG Parameter'.
See Also:
CGParameter
Generated

getCGParameter_Callable

org.eclipse.emf.ecore.EReference getCGParameter_Callable()
Returns the meta object for the container reference 'Callable'.

Returns:
the meta object for the container reference 'Callable'.
See Also:
CGParameter.getCallable(), getCGParameter()
Generated

getCGProperty

org.eclipse.emf.ecore.EClass getCGProperty()
Returns the meta object for class 'CG Property'.

Returns:
the meta object for class 'CG Property'.
See Also:
CGProperty
Generated

getCGProperty_ContainingClass

org.eclipse.emf.ecore.EReference getCGProperty_ContainingClass()
Returns the meta object for the container reference 'Containing Class'.

Returns:
the meta object for the container reference 'Containing Class'.
See Also:
CGProperty.getContainingClass(), getCGProperty()
Generated

getCGProperty_Body

org.eclipse.emf.ecore.EReference getCGProperty_Body()
Returns the meta object for the containment reference 'Body'.

Returns:
the meta object for the containment reference 'Body'.
See Also:
CGProperty.getBody(), getCGProperty()
Generated

getCGPropertyCallExp

org.eclipse.emf.ecore.EClass getCGPropertyCallExp()
Returns the meta object for class 'CG Property Call Exp'.

Returns:
the meta object for class 'CG Property Call Exp'.
See Also:
CGPropertyCallExp
Generated

getCGReal

org.eclipse.emf.ecore.EClass getCGReal()
Returns the meta object for class 'CG Real'.

Returns:
the meta object for class 'CG Real'.
See Also:
CGReal
Generated

getCGSettableVariable

org.eclipse.emf.ecore.EClass getCGSettableVariable()
Returns the meta object for class 'CG Settable Variable'.

Returns:
the meta object for class 'CG Settable Variable'.
See Also:
CGSettableVariable
Generated

getCGString

org.eclipse.emf.ecore.EClass getCGString()
Returns the meta object for class 'CG String'.

Returns:
the meta object for class 'CG String'.
See Also:
CGString
Generated

getCGString_StringValue

org.eclipse.emf.ecore.EAttribute getCGString_StringValue()
Returns the meta object for the attribute 'String Value'.

Returns:
the meta object for the attribute 'String Value'.
See Also:
CGString.getStringValue(), getCGString()
Generated

getCGText

org.eclipse.emf.ecore.EClass getCGText()
Returns the meta object for class 'CG Text'.

Returns:
the meta object for class 'CG Text'.
See Also:
CGText
Generated

getCGText_TextValue

org.eclipse.emf.ecore.EAttribute getCGText_TextValue()
Returns the meta object for the attribute 'Text Value'.

Returns:
the meta object for the attribute 'Text Value'.
See Also:
CGText.getTextValue(), getCGText()
Generated

getCGTextParameter

org.eclipse.emf.ecore.EClass getCGTextParameter()
Returns the meta object for class 'CG Text Parameter'.

Returns:
the meta object for class 'CG Text Parameter'.
See Also:
CGTextParameter
Generated

getCGTextParameter_TextValue

org.eclipse.emf.ecore.EAttribute getCGTextParameter_TextValue()
Returns the meta object for the attribute 'Text Value'.

Returns:
the meta object for the attribute 'Text Value'.
See Also:
CGTextParameter.getTextValue(), getCGTextParameter()
Generated

getCGThrowExp

org.eclipse.emf.ecore.EClass getCGThrowExp()
Returns the meta object for class 'CG Throw Exp'.

Returns:
the meta object for class 'CG Throw Exp'.
See Also:
CGThrowExp
Generated

getCGTupleExp

org.eclipse.emf.ecore.EClass getCGTupleExp()
Returns the meta object for class 'CG Tuple Exp'.

Returns:
the meta object for class 'CG Tuple Exp'.
See Also:
CGTupleExp
Generated

getCGTupleExp_Parts

org.eclipse.emf.ecore.EReference getCGTupleExp_Parts()
Returns the meta object for the containment reference list 'Parts'.

Returns:
the meta object for the containment reference list 'Parts'.
See Also:
CGTupleExp.getParts(), getCGTupleExp()
Generated

getCGTuplePart

org.eclipse.emf.ecore.EClass getCGTuplePart()
Returns the meta object for class 'CG Tuple Part'.

Returns:
the meta object for class 'CG Tuple Part'.
See Also:
CGTuplePart
Generated

getCGTuplePart_Init

org.eclipse.emf.ecore.EReference getCGTuplePart_Init()
Returns the meta object for the containment reference 'Init'.

Returns:
the meta object for the containment reference 'Init'.
See Also:
CGTuplePart.getInit(), getCGTuplePart()
Generated

getCGTuplePart_TupleExp

org.eclipse.emf.ecore.EReference getCGTuplePart_TupleExp()
Returns the meta object for the container reference 'Tuple Exp'.

Returns:
the meta object for the container reference 'Tuple Exp'.
See Also:
CGTuplePart.getTupleExp(), getCGTuplePart()
Generated

getCGTuplePartCallExp

org.eclipse.emf.ecore.EClass getCGTuplePartCallExp()
Returns the meta object for class 'CG Tuple Part Call Exp'.

Returns:
the meta object for class 'CG Tuple Part Call Exp'.
See Also:
CGTuplePartCallExp
Generated

getCGTuplePartCallExp_AstTuplePartId

org.eclipse.emf.ecore.EAttribute getCGTuplePartCallExp_AstTuplePartId()
Returns the meta object for the attribute 'Ast Tuple Part Id'.

Returns:
the meta object for the attribute 'Ast Tuple Part Id'.
See Also:
CGTuplePartCallExp.getAstTuplePartId(), getCGTuplePartCallExp()
Generated

getCGTypeId

org.eclipse.emf.ecore.EClass getCGTypeId()
Returns the meta object for class 'CG Type Id'.

Returns:
the meta object for class 'CG Type Id'.
See Also:
CGTypeId
Generated

getCGTypeExp

org.eclipse.emf.ecore.EClass getCGTypeExp()
Returns the meta object for class 'CG Type Exp'.

Returns:
the meta object for class 'CG Type Exp'.
See Also:
CGTypeExp
Generated

getCGTypeExp_ExecutorType

org.eclipse.emf.ecore.EReference getCGTypeExp_ExecutorType()
Returns the meta object for the reference 'Executor Type'.

Returns:
the meta object for the reference 'Executor Type'.
See Also:
CGTypeExp.getExecutorType(), getCGTypeExp()
Generated

getCGTypedElement

org.eclipse.emf.ecore.EClass getCGTypedElement()
Returns the meta object for class 'CG Typed Element'.

Returns:
the meta object for class 'CG Typed Element'.
See Also:
CGTypedElement
Generated

getCGTypedElement_TypeId

org.eclipse.emf.ecore.EReference getCGTypedElement_TypeId()
Returns the meta object for the reference 'Type Id'.

Returns:
the meta object for the reference 'Type Id'.
See Also:
CGTypedElement.getTypeId(), getCGTypedElement()
Generated

getCGTypedElement_Required

org.eclipse.emf.ecore.EAttribute getCGTypedElement_Required()
Returns the meta object for the attribute 'Required'.

Returns:
the meta object for the attribute 'Required'.
See Also:
CGTypedElement.isRequired(), getCGTypedElement()
Generated

getCGUnboxExp

org.eclipse.emf.ecore.EClass getCGUnboxExp()
Returns the meta object for class 'CG Unbox Exp'.

Returns:
the meta object for class 'CG Unbox Exp'.
See Also:
CGUnboxExp
Generated

getCGUnlimited

org.eclipse.emf.ecore.EClass getCGUnlimited()
Returns the meta object for class 'CG Unlimited'.

Returns:
the meta object for class 'CG Unlimited'.
See Also:
CGUnlimited
Generated

getCGValuedElement

org.eclipse.emf.ecore.EClass getCGValuedElement()
Returns the meta object for class 'CG Valued Element'.

Returns:
the meta object for class 'CG Valued Element'.
See Also:
CGValuedElement
Generated

getCGValuedElement_DependsOn

org.eclipse.emf.ecore.EReference getCGValuedElement_DependsOn()
Returns the meta object for the reference list 'Depends On'.

Returns:
the meta object for the reference list 'Depends On'.
See Also:
CGValuedElement.getDependsOn(), getCGValuedElement()
Generated

getCGValuedElement_Owns

org.eclipse.emf.ecore.EReference getCGValuedElement_Owns()
Returns the meta object for the containment reference list 'Owns'.

Returns:
the meta object for the containment reference list 'Owns'.
See Also:
CGValuedElement.getOwns(), getCGValuedElement()
Generated

getCGVariable

org.eclipse.emf.ecore.EClass getCGVariable()
Returns the meta object for class 'CG Variable'.

Returns:
the meta object for class 'CG Variable'.
See Also:
CGVariable
Generated

getCGVariable_Init

org.eclipse.emf.ecore.EReference getCGVariable_Init()
Returns the meta object for the containment reference 'Init'.

Returns:
the meta object for the containment reference 'Init'.
See Also:
CGVariable.getInit(), getCGVariable()
Generated

getCGVariableExp

org.eclipse.emf.ecore.EClass getCGVariableExp()
Returns the meta object for class 'CG Variable Exp'.

Returns:
the meta object for class 'CG Variable Exp'.
See Also:
CGVariableExp
Generated

getCGVariableExp_ReferredVariable

org.eclipse.emf.ecore.EReference getCGVariableExp_ReferredVariable()
Returns the meta object for the reference 'Referred Variable'.

Returns:
the meta object for the reference 'Referred Variable'.
See Also:
CGVariableExp.getReferredVariable(), getCGVariableExp()
Generated

getNameable

org.eclipse.emf.ecore.EClass getNameable()
Returns the meta object for class 'Nameable'.

Returns:
the meta object for class 'Nameable'.
See Also:
Nameable
Generated

getElement

org.eclipse.emf.ecore.EDataType getElement()
Returns the meta object for data type 'Element'.

Returns:
the meta object for data type 'Element'.
See Also:
Element
Generated

getElementId

org.eclipse.emf.ecore.EDataType getElementId()
Returns the meta object for data type 'Element Id'.

Returns:
the meta object for data type 'Element Id'.
See Also:
ElementId
Generated

getEnumerationLiteralId

org.eclipse.emf.ecore.EDataType getEnumerationLiteralId()
Returns the meta object for data type 'Enumeration Literal Id'.

Returns:
the meta object for data type 'Enumeration Literal Id'.
See Also:
EnumerationLiteralId
Generated

getIteration

org.eclipse.emf.ecore.EDataType getIteration()
Returns the meta object for data type 'Iteration'.

Returns:
the meta object for data type 'Iteration'.
See Also:
Iteration
Generated

getLibraryIteration

org.eclipse.emf.ecore.EDataType getLibraryIteration()
Returns the meta object for data type 'Library Iteration'.

Returns:
the meta object for data type 'Library Iteration'.
See Also:
LibraryIteration
Generated

getLibraryOperation

org.eclipse.emf.ecore.EDataType getLibraryOperation()
Returns the meta object for data type 'Library Operation'.

Returns:
the meta object for data type 'Library Operation'.
See Also:
LibraryOperation
Generated

getLibraryProperty

org.eclipse.emf.ecore.EDataType getLibraryProperty()
Returns the meta object for data type 'Library Property'.

Returns:
the meta object for data type 'Library Property'.
See Also:
LibraryProperty
Generated

getNumber

org.eclipse.emf.ecore.EDataType getNumber()
Returns the meta object for data type 'Number'.

Returns:
the meta object for data type 'Number'.
See Also:
Number
Generated

getObject

org.eclipse.emf.ecore.EDataType getObject()
Returns the meta object for data type 'Object'.

Returns:
the meta object for data type 'Object'.
See Also:
Object
Generated

getOperation

org.eclipse.emf.ecore.EDataType getOperation()
Returns the meta object for data type 'Operation'.

Returns:
the meta object for data type 'Operation'.
See Also:
Operation
Generated

getProperty

org.eclipse.emf.ecore.EDataType getProperty()
Returns the meta object for data type 'Property'.

Returns:
the meta object for data type 'Property'.
See Also:
Property
Generated

getTuplePartId

org.eclipse.emf.ecore.EDataType getTuplePartId()
Returns the meta object for data type 'Tuple Part Id'.

Returns:
the meta object for data type 'Tuple Part Id'.
See Also:
TuplePartId
Generated

getType

org.eclipse.emf.ecore.EDataType getType()
Returns the meta object for data type 'Type'.

Returns:
the meta object for data type 'Type'.
See Also:
Type
Generated

getTypeId

org.eclipse.emf.ecore.EDataType getTypeId()
Returns the meta object for data type 'Type Id'.

Returns:
the meta object for data type 'Type Id'.
See Also:
TypeId
Generated

getCGModelFactory

CGModelFactory getCGModelFactory()
Returns the factory that creates the instances of the model.

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