Interface BslPackage

  • 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:
    BslPackageImpl

    public interface BslPackage
    extends org.eclipse.emf.ecore.EPackage
    The Package for the model. It contains accessors for the meta objects to represent
    • each class,
    • each feature of each class,
    • each operation of each class,
    • each enum,
    • and each data type
    See Also:
    BslFactory
    • Field Detail

      • eINSTANCE

        static final BslPackage eINSTANCE
        The singleton instance of the package.
      • BLOCK__ENVIRONMENTS

        static final int BLOCK__ENVIRONMENTS
        The feature id for the 'Environments' attribute.
        See Also:
        Constant Field Values
      • BLOCK__DECLARE_STATEMENTS

        static final int BLOCK__DECLARE_STATEMENTS
        The feature id for the 'Declare Statements' containment reference list.
        See Also:
        Constant Field Values
      • BLOCK__STATEMENTS

        static final int BLOCK__STATEMENTS
        The feature id for the 'Statements' containment reference list.
        See Also:
        Constant Field Values
      • BLOCK__IMPLICIT_VARIABLES

        static final int BLOCK__IMPLICIT_VARIABLES
        The feature id for the 'Implicit Variables' reference list.
        See Also:
        Constant Field Values
      • BLOCK__UNIQUE_NAME

        static final int BLOCK__UNIQUE_NAME
        The feature id for the 'Unique Name' attribute.
        See Also:
        Constant Field Values
      • BLOCK_FEATURE_COUNT

        static final int BLOCK_FEATURE_COUNT
        The number of structural features of the 'Block' class.
        See Also:
        Constant Field Values
      • BLOCK___ENVIRONMENTS

        static final int BLOCK___ENVIRONMENTS
        The operation id for the 'Environments' operation.
        See Also:
        Constant Field Values
      • BLOCK___ALL_DECLARE_STATEMENTS

        static final int BLOCK___ALL_DECLARE_STATEMENTS
        The operation id for the 'All Declare Statements' operation.
        See Also:
        Constant Field Values
      • BLOCK___ALL_STATEMENTS

        static final int BLOCK___ALL_STATEMENTS
        The operation id for the 'All Statements' operation.
        See Also:
        Constant Field Values
      • BLOCK_OPERATION_COUNT

        static final int BLOCK_OPERATION_COUNT
        The number of operations of the 'Block' class.
        See Also:
        Constant Field Values
      • MODULE__ENVIRONMENTS

        static final int MODULE__ENVIRONMENTS
        The feature id for the 'Environments' attribute.
        See Also:
        Constant Field Values
      • MODULE__DECLARE_STATEMENTS

        static final int MODULE__DECLARE_STATEMENTS
        The feature id for the 'Declare Statements' containment reference list.
        See Also:
        Constant Field Values
      • MODULE__STATEMENTS

        static final int MODULE__STATEMENTS
        The feature id for the 'Statements' containment reference list.
        See Also:
        Constant Field Values
      • MODULE__IMPLICIT_VARIABLES

        static final int MODULE__IMPLICIT_VARIABLES
        The feature id for the 'Implicit Variables' reference list.
        See Also:
        Constant Field Values
      • MODULE__UNIQUE_NAME

        static final int MODULE__UNIQUE_NAME
        The feature id for the 'Unique Name' attribute.
        See Also:
        Constant Field Values
      • MODULE__OWNER

        static final int MODULE__OWNER
        The feature id for the 'Owner' reference.
        See Also:
        Constant Field Values
      • MODULE__MODULE_TYPE

        static final int MODULE__MODULE_TYPE
        The feature id for the 'Module Type' attribute.
        See Also:
        Constant Field Values
      • MODULE__DEFAULT_PRAGMAS

        static final int MODULE__DEFAULT_PRAGMAS
        The feature id for the 'Default Pragmas' containment reference list.
        See Also:
        Constant Field Values
      • MODULE__METHODS

        static final int MODULE__METHODS
        The feature id for the 'Methods' containment reference list.
        See Also:
        Constant Field Values
      • MODULE__PREPROCESSORS

        static final int MODULE__PREPROCESSORS
        The feature id for the 'Preprocessors' containment reference list.
        See Also:
        Constant Field Values
      • MODULE__CONTEXT_DEF

        static final int MODULE__CONTEXT_DEF
        The feature id for the 'Context Def' reference.
        See Also:
        Constant Field Values
      • MODULE_FEATURE_COUNT

        static final int MODULE_FEATURE_COUNT
        The number of structural features of the 'Module' class.
        See Also:
        Constant Field Values
      • MODULE___ENVIRONMENTS

        static final int MODULE___ENVIRONMENTS
        The operation id for the 'Environments' operation.
        See Also:
        Constant Field Values
      • MODULE___ALL_DECLARE_STATEMENTS

        static final int MODULE___ALL_DECLARE_STATEMENTS
        The operation id for the 'All Declare Statements' operation.
        See Also:
        Constant Field Values
      • MODULE___ALL_STATEMENTS

        static final int MODULE___ALL_STATEMENTS
        The operation id for the 'All Statements' operation.
        See Also:
        Constant Field Values
      • MODULE___ALL_METHODS

        static final int MODULE___ALL_METHODS
        The operation id for the 'All Methods' operation.
        See Also:
        Constant Field Values
      • MODULE_OPERATION_COUNT

        static final int MODULE_OPERATION_COUNT
        The number of operations of the 'Module' class.
        See Also:
        Constant Field Values
      • PRAGMA_TARGET__PRAGMAS

        static final int PRAGMA_TARGET__PRAGMAS
        The feature id for the 'Pragmas' containment reference list.
        See Also:
        Constant Field Values
      • PRAGMA_TARGET_FEATURE_COUNT

        static final int PRAGMA_TARGET_FEATURE_COUNT
        The number of structural features of the 'Pragma Target' class.
        See Also:
        Constant Field Values
      • PRAGMA_TARGET_OPERATION_COUNT

        static final int PRAGMA_TARGET_OPERATION_COUNT
        The number of operations of the 'Pragma Target' class.
        See Also:
        Constant Field Values
      • PRAGMA__SYMBOL

        static final int PRAGMA__SYMBOL
        The feature id for the 'Symbol' attribute.
        See Also:
        Constant Field Values
      • PRAGMA__VALUE

        static final int PRAGMA__VALUE
        The feature id for the 'Value' attribute.
        See Also:
        Constant Field Values
      • PRAGMA_FEATURE_COUNT

        static final int PRAGMA_FEATURE_COUNT
        The number of structural features of the 'Pragma' class.
        See Also:
        Constant Field Values
      • PRAGMA___VALUE

        static final int PRAGMA___VALUE
        The operation id for the 'Value' operation.
        See Also:
        Constant Field Values
      • PRAGMA_OPERATION_COUNT

        static final int PRAGMA_OPERATION_COUNT
        The number of operations of the 'Pragma' class.
        See Also:
        Constant Field Values
      • DECLARE_STATEMENT__PRAGMAS

        static final int DECLARE_STATEMENT__PRAGMAS
        The feature id for the 'Pragmas' containment reference list.
        See Also:
        Constant Field Values
      • DECLARE_STATEMENT__ENVIRONMENTS

        static final int DECLARE_STATEMENT__ENVIRONMENTS
        The feature id for the 'Environments' attribute.
        See Also:
        Constant Field Values
      • DECLARE_STATEMENT__VARIABLES

        static final int DECLARE_STATEMENT__VARIABLES
        The feature id for the 'Variables' containment reference list.
        See Also:
        Constant Field Values
      • DECLARE_STATEMENT_FEATURE_COUNT

        static final int DECLARE_STATEMENT_FEATURE_COUNT
        The number of structural features of the 'Declare Statement' class.
        See Also:
        Constant Field Values
      • DECLARE_STATEMENT___ENVIRONMENTS

        static final int DECLARE_STATEMENT___ENVIRONMENTS
        The operation id for the 'Environments' operation.
        See Also:
        Constant Field Values
      • DECLARE_STATEMENT_OPERATION_COUNT

        static final int DECLARE_STATEMENT_OPERATION_COUNT
        The number of operations of the 'Declare Statement' class.
        See Also:
        Constant Field Values
      • PREPROCESSOR__ITEM_AFTER

        static final int PREPROCESSOR__ITEM_AFTER
        The feature id for the 'Item After' containment reference.
        See Also:
        Constant Field Values
      • PREPROCESSOR_FEATURE_COUNT

        static final int PREPROCESSOR_FEATURE_COUNT
        The number of structural features of the 'Preprocessor' class.
        See Also:
        Constant Field Values
      • PREPROCESSOR___ALL_PREPROCESSOR_ITEMS

        static final int PREPROCESSOR___ALL_PREPROCESSOR_ITEMS
        The operation id for the 'All Preprocessor Items' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_OPERATION_COUNT

        static final int PREPROCESSOR_OPERATION_COUNT
        The number of operations of the 'Preprocessor' class.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_FEATURE_COUNT

        static final int PREPROCESSOR_ITEM_FEATURE_COUNT
        The number of structural features of the 'Preprocessor Item' class.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM___HAS_DECLARE_STATEMENTS

        static final int PREPROCESSOR_ITEM___HAS_DECLARE_STATEMENTS
        The operation id for the 'Has Declare Statements' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM___HAS_STATEMENTS

        static final int PREPROCESSOR_ITEM___HAS_STATEMENTS
        The operation id for the 'Has Statements' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM___HAS_STATEMENTS_WITHOUT_EMPTY

        static final int PREPROCESSOR_ITEM___HAS_STATEMENTS_WITHOUT_EMPTY
        The operation id for the 'Has Statements Without Empty' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM___HAS_METHODS

        static final int PREPROCESSOR_ITEM___HAS_METHODS
        The operation id for the 'Has Methods' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM___HAS_PREPROCESSORS

        static final int PREPROCESSOR_ITEM___HAS_PREPROCESSORS
        The operation id for the 'Has Preprocessors' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM___HAS_EXPRESSION

        static final int PREPROCESSOR_ITEM___HAS_EXPRESSION
        The operation id for the 'Has Expression' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM___HAS_EXPRESSION_WITHOUT_EMPTY

        static final int PREPROCESSOR_ITEM___HAS_EXPRESSION_WITHOUT_EMPTY
        The operation id for the 'Has Expression Without Empty' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM___HAS_ELEMENT

        static final int PREPROCESSOR_ITEM___HAS_ELEMENT
        The operation id for the 'Has Element' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM___HAS_ELEMENT_WITHOUT_EMPTY

        static final int PREPROCESSOR_ITEM___HAS_ELEMENT_WITHOUT_EMPTY
        The operation id for the 'Has Element Without Empty' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_OPERATION_COUNT

        static final int PREPROCESSOR_ITEM_OPERATION_COUNT
        The number of operations of the 'Preprocessor Item' class.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_DECLARE_STATEMENT__DECLARE_STATEMENTS

        static final int PREPROCESSOR_ITEM_DECLARE_STATEMENT__DECLARE_STATEMENTS
        The feature id for the 'Declare Statements' containment reference list.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_DECLARE_STATEMENT_FEATURE_COUNT

        static final int PREPROCESSOR_ITEM_DECLARE_STATEMENT_FEATURE_COUNT
        The number of structural features of the 'Preprocessor Item Declare Statement' class.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_DECLARE_STATEMENT___HAS_STATEMENTS

        static final int PREPROCESSOR_ITEM_DECLARE_STATEMENT___HAS_STATEMENTS
        The operation id for the 'Has Statements' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_DECLARE_STATEMENT___HAS_STATEMENTS_WITHOUT_EMPTY

        static final int PREPROCESSOR_ITEM_DECLARE_STATEMENT___HAS_STATEMENTS_WITHOUT_EMPTY
        The operation id for the 'Has Statements Without Empty' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_DECLARE_STATEMENT___HAS_METHODS

        static final int PREPROCESSOR_ITEM_DECLARE_STATEMENT___HAS_METHODS
        The operation id for the 'Has Methods' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_DECLARE_STATEMENT___HAS_PREPROCESSORS

        static final int PREPROCESSOR_ITEM_DECLARE_STATEMENT___HAS_PREPROCESSORS
        The operation id for the 'Has Preprocessors' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_DECLARE_STATEMENT___HAS_EXPRESSION

        static final int PREPROCESSOR_ITEM_DECLARE_STATEMENT___HAS_EXPRESSION
        The operation id for the 'Has Expression' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_DECLARE_STATEMENT___HAS_EXPRESSION_WITHOUT_EMPTY

        static final int PREPROCESSOR_ITEM_DECLARE_STATEMENT___HAS_EXPRESSION_WITHOUT_EMPTY
        The operation id for the 'Has Expression Without Empty' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_DECLARE_STATEMENT___HAS_ELEMENT

        static final int PREPROCESSOR_ITEM_DECLARE_STATEMENT___HAS_ELEMENT
        The operation id for the 'Has Element' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_DECLARE_STATEMENT___HAS_ELEMENT_WITHOUT_EMPTY

        static final int PREPROCESSOR_ITEM_DECLARE_STATEMENT___HAS_ELEMENT_WITHOUT_EMPTY
        The operation id for the 'Has Element Without Empty' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_DECLARE_STATEMENT___HAS_DECLARE_STATEMENTS

        static final int PREPROCESSOR_ITEM_DECLARE_STATEMENT___HAS_DECLARE_STATEMENTS
        The operation id for the 'Has Declare Statements' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_DECLARE_STATEMENT_OPERATION_COUNT

        static final int PREPROCESSOR_ITEM_DECLARE_STATEMENT_OPERATION_COUNT
        The number of operations of the 'Preprocessor Item Declare Statement' class.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_STATEMENTS__STATEMENTS

        static final int PREPROCESSOR_ITEM_STATEMENTS__STATEMENTS
        The feature id for the 'Statements' containment reference list.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_STATEMENTS_FEATURE_COUNT

        static final int PREPROCESSOR_ITEM_STATEMENTS_FEATURE_COUNT
        The number of structural features of the 'Preprocessor Item Statements' class.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_STATEMENTS___HAS_DECLARE_STATEMENTS

        static final int PREPROCESSOR_ITEM_STATEMENTS___HAS_DECLARE_STATEMENTS
        The operation id for the 'Has Declare Statements' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_STATEMENTS___HAS_METHODS

        static final int PREPROCESSOR_ITEM_STATEMENTS___HAS_METHODS
        The operation id for the 'Has Methods' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_STATEMENTS___HAS_PREPROCESSORS

        static final int PREPROCESSOR_ITEM_STATEMENTS___HAS_PREPROCESSORS
        The operation id for the 'Has Preprocessors' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_STATEMENTS___HAS_EXPRESSION

        static final int PREPROCESSOR_ITEM_STATEMENTS___HAS_EXPRESSION
        The operation id for the 'Has Expression' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_STATEMENTS___HAS_EXPRESSION_WITHOUT_EMPTY

        static final int PREPROCESSOR_ITEM_STATEMENTS___HAS_EXPRESSION_WITHOUT_EMPTY
        The operation id for the 'Has Expression Without Empty' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_STATEMENTS___HAS_ELEMENT

        static final int PREPROCESSOR_ITEM_STATEMENTS___HAS_ELEMENT
        The operation id for the 'Has Element' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_STATEMENTS___HAS_ELEMENT_WITHOUT_EMPTY

        static final int PREPROCESSOR_ITEM_STATEMENTS___HAS_ELEMENT_WITHOUT_EMPTY
        The operation id for the 'Has Element Without Empty' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_STATEMENTS___HAS_STATEMENTS

        static final int PREPROCESSOR_ITEM_STATEMENTS___HAS_STATEMENTS
        The operation id for the 'Has Statements' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_STATEMENTS___HAS_STATEMENTS_WITHOUT_EMPTY

        static final int PREPROCESSOR_ITEM_STATEMENTS___HAS_STATEMENTS_WITHOUT_EMPTY
        The operation id for the 'Has Statements Without Empty' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_STATEMENTS_OPERATION_COUNT

        static final int PREPROCESSOR_ITEM_STATEMENTS_OPERATION_COUNT
        The number of operations of the 'Preprocessor Item Statements' class.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_EXPRESSION__EXPRESSION

        static final int PREPROCESSOR_ITEM_EXPRESSION__EXPRESSION
        The feature id for the 'Expression' containment reference.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_EXPRESSION_FEATURE_COUNT

        static final int PREPROCESSOR_ITEM_EXPRESSION_FEATURE_COUNT
        The number of structural features of the 'Preprocessor Item Expression' class.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_EXPRESSION___HAS_DECLARE_STATEMENTS

        static final int PREPROCESSOR_ITEM_EXPRESSION___HAS_DECLARE_STATEMENTS
        The operation id for the 'Has Declare Statements' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_EXPRESSION___HAS_STATEMENTS

        static final int PREPROCESSOR_ITEM_EXPRESSION___HAS_STATEMENTS
        The operation id for the 'Has Statements' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_EXPRESSION___HAS_STATEMENTS_WITHOUT_EMPTY

        static final int PREPROCESSOR_ITEM_EXPRESSION___HAS_STATEMENTS_WITHOUT_EMPTY
        The operation id for the 'Has Statements Without Empty' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_EXPRESSION___HAS_METHODS

        static final int PREPROCESSOR_ITEM_EXPRESSION___HAS_METHODS
        The operation id for the 'Has Methods' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_EXPRESSION___HAS_PREPROCESSORS

        static final int PREPROCESSOR_ITEM_EXPRESSION___HAS_PREPROCESSORS
        The operation id for the 'Has Preprocessors' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_EXPRESSION___HAS_ELEMENT

        static final int PREPROCESSOR_ITEM_EXPRESSION___HAS_ELEMENT
        The operation id for the 'Has Element' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_EXPRESSION___HAS_ELEMENT_WITHOUT_EMPTY

        static final int PREPROCESSOR_ITEM_EXPRESSION___HAS_ELEMENT_WITHOUT_EMPTY
        The operation id for the 'Has Element Without Empty' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_EXPRESSION___HAS_EXPRESSION

        static final int PREPROCESSOR_ITEM_EXPRESSION___HAS_EXPRESSION
        The operation id for the 'Has Expression' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_EXPRESSION___HAS_EXPRESSION_WITHOUT_EMPTY

        static final int PREPROCESSOR_ITEM_EXPRESSION___HAS_EXPRESSION_WITHOUT_EMPTY
        The operation id for the 'Has Expression Without Empty' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_EXPRESSION_OPERATION_COUNT

        static final int PREPROCESSOR_ITEM_EXPRESSION_OPERATION_COUNT
        The number of operations of the 'Preprocessor Item Expression' class.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_METHOD_STATEMENT__STATEMENTS

        static final int PREPROCESSOR_ITEM_METHOD_STATEMENT__STATEMENTS
        The feature id for the 'Statements' containment reference list.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_METHOD_STATEMENT__METHODS

        static final int PREPROCESSOR_ITEM_METHOD_STATEMENT__METHODS
        The feature id for the 'Methods' containment reference list.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_METHOD_STATEMENT__PREPROCESSORS

        static final int PREPROCESSOR_ITEM_METHOD_STATEMENT__PREPROCESSORS
        The feature id for the 'Preprocessors' containment reference list.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_METHOD_STATEMENT_FEATURE_COUNT

        static final int PREPROCESSOR_ITEM_METHOD_STATEMENT_FEATURE_COUNT
        The number of structural features of the 'Preprocessor Item Method Statement' class.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_METHOD_STATEMENT___HAS_DECLARE_STATEMENTS

        static final int PREPROCESSOR_ITEM_METHOD_STATEMENT___HAS_DECLARE_STATEMENTS
        The operation id for the 'Has Declare Statements' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_METHOD_STATEMENT___HAS_EXPRESSION

        static final int PREPROCESSOR_ITEM_METHOD_STATEMENT___HAS_EXPRESSION
        The operation id for the 'Has Expression' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_METHOD_STATEMENT___HAS_EXPRESSION_WITHOUT_EMPTY

        static final int PREPROCESSOR_ITEM_METHOD_STATEMENT___HAS_EXPRESSION_WITHOUT_EMPTY
        The operation id for the 'Has Expression Without Empty' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_METHOD_STATEMENT___HAS_ELEMENT

        static final int PREPROCESSOR_ITEM_METHOD_STATEMENT___HAS_ELEMENT
        The operation id for the 'Has Element' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_METHOD_STATEMENT___HAS_ELEMENT_WITHOUT_EMPTY

        static final int PREPROCESSOR_ITEM_METHOD_STATEMENT___HAS_ELEMENT_WITHOUT_EMPTY
        The operation id for the 'Has Element Without Empty' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_METHOD_STATEMENT___HAS_STATEMENTS

        static final int PREPROCESSOR_ITEM_METHOD_STATEMENT___HAS_STATEMENTS
        The operation id for the 'Has Statements' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_METHOD_STATEMENT___HAS_STATEMENTS_WITHOUT_EMPTY

        static final int PREPROCESSOR_ITEM_METHOD_STATEMENT___HAS_STATEMENTS_WITHOUT_EMPTY
        The operation id for the 'Has Statements Without Empty' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_METHOD_STATEMENT___HAS_METHODS

        static final int PREPROCESSOR_ITEM_METHOD_STATEMENT___HAS_METHODS
        The operation id for the 'Has Methods' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_METHOD_STATEMENT___HAS_PREPROCESSORS

        static final int PREPROCESSOR_ITEM_METHOD_STATEMENT___HAS_PREPROCESSORS
        The operation id for the 'Has Preprocessors' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_METHOD_STATEMENT_OPERATION_COUNT

        static final int PREPROCESSOR_ITEM_METHOD_STATEMENT_OPERATION_COUNT
        The number of operations of the 'Preprocessor Item Method Statement' class.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_MODULE__STATEMENTS

        static final int PREPROCESSOR_ITEM_MODULE__STATEMENTS
        The feature id for the 'Statements' containment reference list.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_MODULE__METHODS

        static final int PREPROCESSOR_ITEM_MODULE__METHODS
        The feature id for the 'Methods' containment reference list.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_MODULE__PREPROCESSORS

        static final int PREPROCESSOR_ITEM_MODULE__PREPROCESSORS
        The feature id for the 'Preprocessors' containment reference list.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_MODULE__DECLARE_STATEMENTS

        static final int PREPROCESSOR_ITEM_MODULE__DECLARE_STATEMENTS
        The feature id for the 'Declare Statements' containment reference list.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_MODULE_FEATURE_COUNT

        static final int PREPROCESSOR_ITEM_MODULE_FEATURE_COUNT
        The number of structural features of the 'Preprocessor Item Module' class.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_MODULE___HAS_EXPRESSION

        static final int PREPROCESSOR_ITEM_MODULE___HAS_EXPRESSION
        The operation id for the 'Has Expression' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_MODULE___HAS_EXPRESSION_WITHOUT_EMPTY

        static final int PREPROCESSOR_ITEM_MODULE___HAS_EXPRESSION_WITHOUT_EMPTY
        The operation id for the 'Has Expression Without Empty' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_MODULE___HAS_ELEMENT

        static final int PREPROCESSOR_ITEM_MODULE___HAS_ELEMENT
        The operation id for the 'Has Element' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_MODULE___HAS_ELEMENT_WITHOUT_EMPTY

        static final int PREPROCESSOR_ITEM_MODULE___HAS_ELEMENT_WITHOUT_EMPTY
        The operation id for the 'Has Element Without Empty' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_MODULE___HAS_STATEMENTS

        static final int PREPROCESSOR_ITEM_MODULE___HAS_STATEMENTS
        The operation id for the 'Has Statements' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_MODULE___HAS_STATEMENTS_WITHOUT_EMPTY

        static final int PREPROCESSOR_ITEM_MODULE___HAS_STATEMENTS_WITHOUT_EMPTY
        The operation id for the 'Has Statements Without Empty' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_MODULE___HAS_METHODS

        static final int PREPROCESSOR_ITEM_MODULE___HAS_METHODS
        The operation id for the 'Has Methods' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_MODULE___HAS_PREPROCESSORS

        static final int PREPROCESSOR_ITEM_MODULE___HAS_PREPROCESSORS
        The operation id for the 'Has Preprocessors' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_MODULE___HAS_DECLARE_STATEMENTS

        static final int PREPROCESSOR_ITEM_MODULE___HAS_DECLARE_STATEMENTS
        The operation id for the 'Has Declare Statements' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_MODULE_OPERATION_COUNT

        static final int PREPROCESSOR_ITEM_MODULE_OPERATION_COUNT
        The number of operations of the 'Preprocessor Item Module' class.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_ALL_TYPE_STATEMENTS__STATEMENTS

        static final int PREPROCESSOR_ITEM_ALL_TYPE_STATEMENTS__STATEMENTS
        The feature id for the 'Statements' containment reference list.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_ALL_TYPE_STATEMENTS__DECLARE_STATEMENTS

        static final int PREPROCESSOR_ITEM_ALL_TYPE_STATEMENTS__DECLARE_STATEMENTS
        The feature id for the 'Declare Statements' containment reference list.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_ALL_TYPE_STATEMENTS_FEATURE_COUNT

        static final int PREPROCESSOR_ITEM_ALL_TYPE_STATEMENTS_FEATURE_COUNT
        The number of structural features of the 'Preprocessor Item All Type Statements' class.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_ALL_TYPE_STATEMENTS___HAS_METHODS

        static final int PREPROCESSOR_ITEM_ALL_TYPE_STATEMENTS___HAS_METHODS
        The operation id for the 'Has Methods' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_ALL_TYPE_STATEMENTS___HAS_PREPROCESSORS

        static final int PREPROCESSOR_ITEM_ALL_TYPE_STATEMENTS___HAS_PREPROCESSORS
        The operation id for the 'Has Preprocessors' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_ALL_TYPE_STATEMENTS___HAS_EXPRESSION

        static final int PREPROCESSOR_ITEM_ALL_TYPE_STATEMENTS___HAS_EXPRESSION
        The operation id for the 'Has Expression' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_ALL_TYPE_STATEMENTS___HAS_EXPRESSION_WITHOUT_EMPTY

        static final int PREPROCESSOR_ITEM_ALL_TYPE_STATEMENTS___HAS_EXPRESSION_WITHOUT_EMPTY
        The operation id for the 'Has Expression Without Empty' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_ALL_TYPE_STATEMENTS___HAS_ELEMENT

        static final int PREPROCESSOR_ITEM_ALL_TYPE_STATEMENTS___HAS_ELEMENT
        The operation id for the 'Has Element' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_ALL_TYPE_STATEMENTS___HAS_ELEMENT_WITHOUT_EMPTY

        static final int PREPROCESSOR_ITEM_ALL_TYPE_STATEMENTS___HAS_ELEMENT_WITHOUT_EMPTY
        The operation id for the 'Has Element Without Empty' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_ALL_TYPE_STATEMENTS___HAS_STATEMENTS

        static final int PREPROCESSOR_ITEM_ALL_TYPE_STATEMENTS___HAS_STATEMENTS
        The operation id for the 'Has Statements' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_ALL_TYPE_STATEMENTS___HAS_STATEMENTS_WITHOUT_EMPTY

        static final int PREPROCESSOR_ITEM_ALL_TYPE_STATEMENTS___HAS_STATEMENTS_WITHOUT_EMPTY
        The operation id for the 'Has Statements Without Empty' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_ALL_TYPE_STATEMENTS___HAS_DECLARE_STATEMENTS

        static final int PREPROCESSOR_ITEM_ALL_TYPE_STATEMENTS___HAS_DECLARE_STATEMENTS
        The operation id for the 'Has Declare Statements' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_ITEM_ALL_TYPE_STATEMENTS_OPERATION_COUNT

        static final int PREPROCESSOR_ITEM_ALL_TYPE_STATEMENTS_OPERATION_COUNT
        The number of operations of the 'Preprocessor Item All Type Statements' class.
        See Also:
        Constant Field Values
      • REGION_PREPROCESSOR__ITEM_AFTER

        static final int REGION_PREPROCESSOR__ITEM_AFTER
        The feature id for the 'Item After' containment reference.
        See Also:
        Constant Field Values
      • REGION_PREPROCESSOR__NAME

        static final int REGION_PREPROCESSOR__NAME
        The feature id for the 'Name' attribute.
        See Also:
        Constant Field Values
      • REGION_PREPROCESSOR__ITEM

        static final int REGION_PREPROCESSOR__ITEM
        The feature id for the 'Item' containment reference.
        See Also:
        Constant Field Values
      • REGION_PREPROCESSOR_FEATURE_COUNT

        static final int REGION_PREPROCESSOR_FEATURE_COUNT
        The number of structural features of the 'Region Preprocessor' class.
        See Also:
        Constant Field Values
      • REGION_PREPROCESSOR___ALL_PREPROCESSOR_ITEMS

        static final int REGION_PREPROCESSOR___ALL_PREPROCESSOR_ITEMS
        The operation id for the 'All Preprocessor Items' operation.
        See Also:
        Constant Field Values
      • REGION_PREPROCESSOR___COMPUTE_TYPE

        static final int REGION_PREPROCESSOR___COMPUTE_TYPE
        The operation id for the 'Compute Type' operation.
        See Also:
        Constant Field Values
      • REGION_PREPROCESSOR_OPERATION_COUNT

        static final int REGION_PREPROCESSOR_OPERATION_COUNT
        The number of operations of the 'Region Preprocessor' class.
        See Also:
        Constant Field Values
      • REGION_PREPROCESSOR_DECLARE_STATEMENT__ITEM_AFTER

        static final int REGION_PREPROCESSOR_DECLARE_STATEMENT__ITEM_AFTER
        The feature id for the 'Item After' containment reference.
        See Also:
        Constant Field Values
      • REGION_PREPROCESSOR_DECLARE_STATEMENT__NAME

        static final int REGION_PREPROCESSOR_DECLARE_STATEMENT__NAME
        The feature id for the 'Name' attribute.
        See Also:
        Constant Field Values
      • REGION_PREPROCESSOR_DECLARE_STATEMENT__ITEM

        static final int REGION_PREPROCESSOR_DECLARE_STATEMENT__ITEM
        The feature id for the 'Item' containment reference.
        See Also:
        Constant Field Values
      • REGION_PREPROCESSOR_DECLARE_STATEMENT__PRAGMAS

        static final int REGION_PREPROCESSOR_DECLARE_STATEMENT__PRAGMAS
        The feature id for the 'Pragmas' containment reference list.
        See Also:
        Constant Field Values
      • REGION_PREPROCESSOR_DECLARE_STATEMENT__ENVIRONMENTS

        static final int REGION_PREPROCESSOR_DECLARE_STATEMENT__ENVIRONMENTS
        The feature id for the 'Environments' attribute.
        See Also:
        Constant Field Values
      • REGION_PREPROCESSOR_DECLARE_STATEMENT__VARIABLES

        static final int REGION_PREPROCESSOR_DECLARE_STATEMENT__VARIABLES
        The feature id for the 'Variables' containment reference list.
        See Also:
        Constant Field Values
      • REGION_PREPROCESSOR_DECLARE_STATEMENT_FEATURE_COUNT

        static final int REGION_PREPROCESSOR_DECLARE_STATEMENT_FEATURE_COUNT
        The number of structural features of the 'Region Preprocessor Declare Statement' class.
        See Also:
        Constant Field Values
      • REGION_PREPROCESSOR_DECLARE_STATEMENT___ALL_PREPROCESSOR_ITEMS

        static final int REGION_PREPROCESSOR_DECLARE_STATEMENT___ALL_PREPROCESSOR_ITEMS
        The operation id for the 'All Preprocessor Items' operation.
        See Also:
        Constant Field Values
      • REGION_PREPROCESSOR_DECLARE_STATEMENT___COMPUTE_TYPE

        static final int REGION_PREPROCESSOR_DECLARE_STATEMENT___COMPUTE_TYPE
        The operation id for the 'Compute Type' operation.
        See Also:
        Constant Field Values
      • REGION_PREPROCESSOR_DECLARE_STATEMENT___ENVIRONMENTS

        static final int REGION_PREPROCESSOR_DECLARE_STATEMENT___ENVIRONMENTS
        The operation id for the 'Environments' operation.
        See Also:
        Constant Field Values
      • REGION_PREPROCESSOR_DECLARE_STATEMENT_OPERATION_COUNT

        static final int REGION_PREPROCESSOR_DECLARE_STATEMENT_OPERATION_COUNT
        The number of operations of the 'Region Preprocessor Declare Statement' class.
        See Also:
        Constant Field Values
      • REGION_PREPROCESSOR_STATEMENT__ITEM_AFTER

        static final int REGION_PREPROCESSOR_STATEMENT__ITEM_AFTER
        The feature id for the 'Item After' containment reference.
        See Also:
        Constant Field Values
      • REGION_PREPROCESSOR_STATEMENT__NAME

        static final int REGION_PREPROCESSOR_STATEMENT__NAME
        The feature id for the 'Name' attribute.
        See Also:
        Constant Field Values
      • REGION_PREPROCESSOR_STATEMENT__ITEM

        static final int REGION_PREPROCESSOR_STATEMENT__ITEM
        The feature id for the 'Item' containment reference.
        See Also:
        Constant Field Values
      • REGION_PREPROCESSOR_STATEMENT_FEATURE_COUNT

        static final int REGION_PREPROCESSOR_STATEMENT_FEATURE_COUNT
        The number of structural features of the 'Region Preprocessor Statement' class.
        See Also:
        Constant Field Values
      • REGION_PREPROCESSOR_STATEMENT___ALL_PREPROCESSOR_ITEMS

        static final int REGION_PREPROCESSOR_STATEMENT___ALL_PREPROCESSOR_ITEMS
        The operation id for the 'All Preprocessor Items' operation.
        See Also:
        Constant Field Values
      • REGION_PREPROCESSOR_STATEMENT___COMPUTE_TYPE

        static final int REGION_PREPROCESSOR_STATEMENT___COMPUTE_TYPE
        The operation id for the 'Compute Type' operation.
        See Also:
        Constant Field Values
      • REGION_PREPROCESSOR_STATEMENT_OPERATION_COUNT

        static final int REGION_PREPROCESSOR_STATEMENT_OPERATION_COUNT
        The number of operations of the 'Region Preprocessor Statement' class.
        See Also:
        Constant Field Values
      • REGION_PREPROCESSOR_EXPRESSION__ITEM_AFTER

        static final int REGION_PREPROCESSOR_EXPRESSION__ITEM_AFTER
        The feature id for the 'Item After' containment reference.
        See Also:
        Constant Field Values
      • REGION_PREPROCESSOR_EXPRESSION__NAME

        static final int REGION_PREPROCESSOR_EXPRESSION__NAME
        The feature id for the 'Name' attribute.
        See Also:
        Constant Field Values
      • REGION_PREPROCESSOR_EXPRESSION__ITEM

        static final int REGION_PREPROCESSOR_EXPRESSION__ITEM
        The feature id for the 'Item' containment reference.
        See Also:
        Constant Field Values
      • REGION_PREPROCESSOR_EXPRESSION__TYPES

        static final int REGION_PREPROCESSOR_EXPRESSION__TYPES
        The feature id for the 'Types' reference list.
        See Also:
        Constant Field Values
      • REGION_PREPROCESSOR_EXPRESSION_FEATURE_COUNT

        static final int REGION_PREPROCESSOR_EXPRESSION_FEATURE_COUNT
        The number of structural features of the 'Region Preprocessor Expression' class.
        See Also:
        Constant Field Values
      • REGION_PREPROCESSOR_EXPRESSION___ALL_PREPROCESSOR_ITEMS

        static final int REGION_PREPROCESSOR_EXPRESSION___ALL_PREPROCESSOR_ITEMS
        The operation id for the 'All Preprocessor Items' operation.
        See Also:
        Constant Field Values
      • REGION_PREPROCESSOR_EXPRESSION___COMPUTE_TYPE

        static final int REGION_PREPROCESSOR_EXPRESSION___COMPUTE_TYPE
        The operation id for the 'Compute Type' operation.
        See Also:
        Constant Field Values
      • REGION_PREPROCESSOR_EXPRESSION___GET_RET_VAL_TYPES

        static final int REGION_PREPROCESSOR_EXPRESSION___GET_RET_VAL_TYPES
        The operation id for the 'Get Ret Val Types' operation.
        See Also:
        Constant Field Values
      • REGION_PREPROCESSOR_EXPRESSION_OPERATION_COUNT

        static final int REGION_PREPROCESSOR_EXPRESSION_OPERATION_COUNT
        The number of operations of the 'Region Preprocessor Expression' class.
        See Also:
        Constant Field Values
      • PREPROCESSOR_EXPRESSION_FEATURE_COUNT

        static final int PREPROCESSOR_EXPRESSION_FEATURE_COUNT
        The number of structural features of the 'Preprocessor Expression' class.
        See Also:
        Constant Field Values
      • PREPROCESSOR_EXPRESSION_OPERATION_COUNT

        static final int PREPROCESSOR_EXPRESSION_OPERATION_COUNT
        The number of operations of the 'Preprocessor Expression' class.
        See Also:
        Constant Field Values
      • PREPROCESSOR_CONDITIONAL__ENVIRONMENTS

        static final int PREPROCESSOR_CONDITIONAL__ENVIRONMENTS
        The feature id for the 'Environments' attribute.
        See Also:
        Constant Field Values
      • PREPROCESSOR_CONDITIONAL__ITEM

        static final int PREPROCESSOR_CONDITIONAL__ITEM
        The feature id for the 'Item' containment reference.
        See Also:
        Constant Field Values
      • PREPROCESSOR_CONDITIONAL_FEATURE_COUNT

        static final int PREPROCESSOR_CONDITIONAL_FEATURE_COUNT
        The number of structural features of the 'Preprocessor Conditional' class.
        See Also:
        Constant Field Values
      • PREPROCESSOR_CONDITIONAL___ENVIRONMENTS

        static final int PREPROCESSOR_CONDITIONAL___ENVIRONMENTS
        The operation id for the 'Environments' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_CONDITIONAL_OPERATION_COUNT

        static final int PREPROCESSOR_CONDITIONAL_OPERATION_COUNT
        The number of operations of the 'Preprocessor Conditional' class.
        See Also:
        Constant Field Values
      • PREPROCESSOR_IF_CONDITIONAL__ENVIRONMENTS

        static final int PREPROCESSOR_IF_CONDITIONAL__ENVIRONMENTS
        The feature id for the 'Environments' attribute.
        See Also:
        Constant Field Values
      • PREPROCESSOR_IF_CONDITIONAL__ITEM

        static final int PREPROCESSOR_IF_CONDITIONAL__ITEM
        The feature id for the 'Item' containment reference.
        See Also:
        Constant Field Values
      • PREPROCESSOR_IF_CONDITIONAL__PREDICATE

        static final int PREPROCESSOR_IF_CONDITIONAL__PREDICATE
        The feature id for the 'Predicate' containment reference.
        See Also:
        Constant Field Values
      • PREPROCESSOR_IF_CONDITIONAL_FEATURE_COUNT

        static final int PREPROCESSOR_IF_CONDITIONAL_FEATURE_COUNT
        The number of structural features of the 'Preprocessor If Conditional' class.
        See Also:
        Constant Field Values
      • PREPROCESSOR_IF_CONDITIONAL___ENVIRONMENTS

        static final int PREPROCESSOR_IF_CONDITIONAL___ENVIRONMENTS
        The operation id for the 'Environments' operation.
        See Also:
        Constant Field Values
      • PREPROCESSOR_IF_CONDITIONAL_OPERATION_COUNT

        static final int PREPROCESSOR_IF_CONDITIONAL_OPERATION_COUNT
        The number of operations of the 'Preprocessor If Conditional' class.
        See Also:
        Constant Field Values
      • IF_PREPROCESSOR__ITEM_AFTER

        static final int IF_PREPROCESSOR__ITEM_AFTER
        The feature id for the 'Item After' containment reference.
        See Also:
        Constant Field Values
      • IF_PREPROCESSOR__IF_PART

        static final int IF_PREPROCESSOR__IF_PART
        The feature id for the 'If Part' containment reference.
        See Also:
        Constant Field Values
      • IF_PREPROCESSOR__ELS_IF_PARTS

        static final int IF_PREPROCESSOR__ELS_IF_PARTS
        The feature id for the 'Els If Parts' containment reference list.
        See Also:
        Constant Field Values
      • IF_PREPROCESSOR__ELSE_ELEMENT

        static final int IF_PREPROCESSOR__ELSE_ELEMENT
        The feature id for the 'Else Element' containment reference.
        See Also:
        Constant Field Values
      • IF_PREPROCESSOR_FEATURE_COUNT

        static final int IF_PREPROCESSOR_FEATURE_COUNT
        The number of structural features of the 'If Preprocessor' class.
        See Also:
        Constant Field Values
      • IF_PREPROCESSOR___ALL_PREPROCESSOR_ITEMS

        static final int IF_PREPROCESSOR___ALL_PREPROCESSOR_ITEMS
        The operation id for the 'All Preprocessor Items' operation.
        See Also:
        Constant Field Values
      • IF_PREPROCESSOR_OPERATION_COUNT

        static final int IF_PREPROCESSOR_OPERATION_COUNT
        The number of operations of the 'If Preprocessor' class.
        See Also:
        Constant Field Values
      • IF_PREPROCESSOR_DECLARE_STATEMENT__ITEM_AFTER

        static final int IF_PREPROCESSOR_DECLARE_STATEMENT__ITEM_AFTER
        The feature id for the 'Item After' containment reference.
        See Also:
        Constant Field Values
      • IF_PREPROCESSOR_DECLARE_STATEMENT__IF_PART

        static final int IF_PREPROCESSOR_DECLARE_STATEMENT__IF_PART
        The feature id for the 'If Part' containment reference.
        See Also:
        Constant Field Values
      • IF_PREPROCESSOR_DECLARE_STATEMENT__ELS_IF_PARTS

        static final int IF_PREPROCESSOR_DECLARE_STATEMENT__ELS_IF_PARTS
        The feature id for the 'Els If Parts' containment reference list.
        See Also:
        Constant Field Values
      • IF_PREPROCESSOR_DECLARE_STATEMENT__ELSE_ELEMENT

        static final int IF_PREPROCESSOR_DECLARE_STATEMENT__ELSE_ELEMENT
        The feature id for the 'Else Element' containment reference.
        See Also:
        Constant Field Values
      • IF_PREPROCESSOR_DECLARE_STATEMENT__PRAGMAS

        static final int IF_PREPROCESSOR_DECLARE_STATEMENT__PRAGMAS
        The feature id for the 'Pragmas' containment reference list.
        See Also:
        Constant Field Values
      • IF_PREPROCESSOR_DECLARE_STATEMENT__ENVIRONMENTS

        static final int IF_PREPROCESSOR_DECLARE_STATEMENT__ENVIRONMENTS
        The feature id for the 'Environments' attribute.
        See Also:
        Constant Field Values
      • IF_PREPROCESSOR_DECLARE_STATEMENT__VARIABLES

        static final int IF_PREPROCESSOR_DECLARE_STATEMENT__VARIABLES
        The feature id for the 'Variables' containment reference list.
        See Also:
        Constant Field Values
      • IF_PREPROCESSOR_DECLARE_STATEMENT_FEATURE_COUNT

        static final int IF_PREPROCESSOR_DECLARE_STATEMENT_FEATURE_COUNT
        The number of structural features of the 'If Preprocessor Declare Statement' class.
        See Also:
        Constant Field Values
      • IF_PREPROCESSOR_DECLARE_STATEMENT___ALL_PREPROCESSOR_ITEMS

        static final int IF_PREPROCESSOR_DECLARE_STATEMENT___ALL_PREPROCESSOR_ITEMS
        The operation id for the 'All Preprocessor Items' operation.
        See Also:
        Constant Field Values
      • IF_PREPROCESSOR_DECLARE_STATEMENT___ENVIRONMENTS

        static final int IF_PREPROCESSOR_DECLARE_STATEMENT___ENVIRONMENTS
        The operation id for the 'Environments' operation.
        See Also:
        Constant Field Values
      • IF_PREPROCESSOR_DECLARE_STATEMENT_OPERATION_COUNT

        static final int IF_PREPROCESSOR_DECLARE_STATEMENT_OPERATION_COUNT
        The number of operations of the 'If Preprocessor Declare Statement' class.
        See Also:
        Constant Field Values
      • IF_PREPROCESSOR_STATEMENT__ITEM_AFTER

        static final int IF_PREPROCESSOR_STATEMENT__ITEM_AFTER
        The feature id for the 'Item After' containment reference.
        See Also:
        Constant Field Values
      • IF_PREPROCESSOR_STATEMENT__IF_PART

        static final int IF_PREPROCESSOR_STATEMENT__IF_PART
        The feature id for the 'If Part' containment reference.
        See Also:
        Constant Field Values
      • IF_PREPROCESSOR_STATEMENT__ELS_IF_PARTS

        static final int IF_PREPROCESSOR_STATEMENT__ELS_IF_PARTS
        The feature id for the 'Els If Parts' containment reference list.
        See Also:
        Constant Field Values
      • IF_PREPROCESSOR_STATEMENT__ELSE_ELEMENT

        static final int IF_PREPROCESSOR_STATEMENT__ELSE_ELEMENT
        The feature id for the 'Else Element' containment reference.
        See Also:
        Constant Field Values
      • IF_PREPROCESSOR_STATEMENT_FEATURE_COUNT

        static final int IF_PREPROCESSOR_STATEMENT_FEATURE_COUNT
        The number of structural features of the 'If Preprocessor Statement' class.
        See Also:
        Constant Field Values
      • IF_PREPROCESSOR_STATEMENT___ALL_PREPROCESSOR_ITEMS

        static final int IF_PREPROCESSOR_STATEMENT___ALL_PREPROCESSOR_ITEMS
        The operation id for the 'All Preprocessor Items' operation.
        See Also:
        Constant Field Values
      • IF_PREPROCESSOR_STATEMENT_OPERATION_COUNT

        static final int IF_PREPROCESSOR_STATEMENT_OPERATION_COUNT
        The number of operations of the 'If Preprocessor Statement' class.
        See Also:
        Constant Field Values
      • IF_PREPROCESSOR_EXPRESSION__ITEM_AFTER

        static final int IF_PREPROCESSOR_EXPRESSION__ITEM_AFTER
        The feature id for the 'Item After' containment reference.
        See Also:
        Constant Field Values
      • IF_PREPROCESSOR_EXPRESSION__IF_PART

        static final int IF_PREPROCESSOR_EXPRESSION__IF_PART
        The feature id for the 'If Part' containment reference.
        See Also:
        Constant Field Values
      • IF_PREPROCESSOR_EXPRESSION__ELS_IF_PARTS

        static final int IF_PREPROCESSOR_EXPRESSION__ELS_IF_PARTS
        The feature id for the 'Els If Parts' containment reference list.
        See Also:
        Constant Field Values
      • IF_PREPROCESSOR_EXPRESSION__ELSE_ELEMENT

        static final int IF_PREPROCESSOR_EXPRESSION__ELSE_ELEMENT
        The feature id for the 'Else Element' containment reference.
        See Also:
        Constant Field Values
      • IF_PREPROCESSOR_EXPRESSION__TYPES

        static final int IF_PREPROCESSOR_EXPRESSION__TYPES
        The feature id for the 'Types' reference list.
        See Also:
        Constant Field Values
      • IF_PREPROCESSOR_EXPRESSION_FEATURE_COUNT

        static final int IF_PREPROCESSOR_EXPRESSION_FEATURE_COUNT
        The number of structural features of the 'If Preprocessor Expression' class.
        See Also:
        Constant Field Values
      • IF_PREPROCESSOR_EXPRESSION___ALL_PREPROCESSOR_ITEMS

        static final int IF_PREPROCESSOR_EXPRESSION___ALL_PREPROCESSOR_ITEMS
        The operation id for the 'All Preprocessor Items' operation.
        See Also:
        Constant Field Values
      • IF_PREPROCESSOR_EXPRESSION___GET_RET_VAL_TYPES

        static final int IF_PREPROCESSOR_EXPRESSION___GET_RET_VAL_TYPES
        The operation id for the 'Get Ret Val Types' operation.
        See Also:
        Constant Field Values
      • IF_PREPROCESSOR_EXPRESSION_OPERATION_COUNT

        static final int IF_PREPROCESSOR_EXPRESSION_OPERATION_COUNT
        The number of operations of the 'If Preprocessor Expression' class.
        See Also:
        Constant Field Values
      • PREPROCESSOR_LITERAL_EXPRESSION__TYPE_LITERAL

        static final int PREPROCESSOR_LITERAL_EXPRESSION__TYPE_LITERAL
        The feature id for the 'Type Literal' attribute.
        See Also:
        Constant Field Values
      • PREPROCESSOR_LITERAL_EXPRESSION_FEATURE_COUNT

        static final int PREPROCESSOR_LITERAL_EXPRESSION_FEATURE_COUNT
        The number of structural features of the 'Preprocessor Literal Expression' class.
        See Also:
        Constant Field Values
      • PREPROCESSOR_LITERAL_EXPRESSION_OPERATION_COUNT

        static final int PREPROCESSOR_LITERAL_EXPRESSION_OPERATION_COUNT
        The number of operations of the 'Preprocessor Literal Expression' class.
        See Also:
        Constant Field Values
      • BINARY_PREPROCESSOR_EXPRESSION__OPERATION

        static final int BINARY_PREPROCESSOR_EXPRESSION__OPERATION
        The feature id for the 'Operation' attribute.
        See Also:
        Constant Field Values
      • BINARY_PREPROCESSOR_EXPRESSION__LEFT

        static final int BINARY_PREPROCESSOR_EXPRESSION__LEFT
        The feature id for the 'Left' containment reference.
        See Also:
        Constant Field Values
      • BINARY_PREPROCESSOR_EXPRESSION__RIGHT

        static final int BINARY_PREPROCESSOR_EXPRESSION__RIGHT
        The feature id for the 'Right' containment reference.
        See Also:
        Constant Field Values
      • BINARY_PREPROCESSOR_EXPRESSION_FEATURE_COUNT

        static final int BINARY_PREPROCESSOR_EXPRESSION_FEATURE_COUNT
        The number of structural features of the 'Binary Preprocessor Expression' class.
        See Also:
        Constant Field Values
      • BINARY_PREPROCESSOR_EXPRESSION_OPERATION_COUNT

        static final int BINARY_PREPROCESSOR_EXPRESSION_OPERATION_COUNT
        The number of operations of the 'Binary Preprocessor Expression' class.
        See Also:
        Constant Field Values
      • UNARY_PREPROCESSOR_EXPRESSION__OPERATION

        static final int UNARY_PREPROCESSOR_EXPRESSION__OPERATION
        The feature id for the 'Operation' attribute.
        See Also:
        Constant Field Values
      • UNARY_PREPROCESSOR_EXPRESSION__OPERAND

        static final int UNARY_PREPROCESSOR_EXPRESSION__OPERAND
        The feature id for the 'Operand' containment reference.
        See Also:
        Constant Field Values
      • UNARY_PREPROCESSOR_EXPRESSION_FEATURE_COUNT

        static final int UNARY_PREPROCESSOR_EXPRESSION_FEATURE_COUNT
        The number of structural features of the 'Unary Preprocessor Expression' class.
        See Also:
        Constant Field Values
      • UNARY_PREPROCESSOR_EXPRESSION_OPERATION_COUNT

        static final int UNARY_PREPROCESSOR_EXPRESSION_OPERATION_COUNT
        The number of operations of the 'Unary Preprocessor Expression' class.
        See Also:
        Constant Field Values
      • BRACKET_PREPROCESSOR_EXPRESSION__OPERAND

        static final int BRACKET_PREPROCESSOR_EXPRESSION__OPERAND
        The feature id for the 'Operand' containment reference.
        See Also:
        Constant Field Values
      • BRACKET_PREPROCESSOR_EXPRESSION_FEATURE_COUNT

        static final int BRACKET_PREPROCESSOR_EXPRESSION_FEATURE_COUNT
        The number of structural features of the 'Bracket Preprocessor Expression' class.
        See Also:
        Constant Field Values
      • BRACKET_PREPROCESSOR_EXPRESSION_OPERATION_COUNT

        static final int BRACKET_PREPROCESSOR_EXPRESSION_OPERATION_COUNT
        The number of operations of the 'Bracket Preprocessor Expression' class.
        See Also:
        Constant Field Values
      • VARIABLE__NAME

        static final int VARIABLE__NAME
        The feature id for the 'Name' attribute.
        See Also:
        Constant Field Values
      • VARIABLE__TYPE_STATE_PROVIDER

        static final int VARIABLE__TYPE_STATE_PROVIDER
        The feature id for the 'Type State Provider' attribute.
        See Also:
        Constant Field Values
      • VARIABLE_FEATURE_COUNT

        static final int VARIABLE_FEATURE_COUNT
        The number of structural features of the 'Variable' class.
        See Also:
        Constant Field Values
      • VARIABLE_OPERATION_COUNT

        static final int VARIABLE_OPERATION_COUNT
        The number of operations of the 'Variable' class.
        See Also:
        Constant Field Values
      • EXPLICIT_VARIABLE__NAME

        static final int EXPLICIT_VARIABLE__NAME
        The feature id for the 'Name' attribute.
        See Also:
        Constant Field Values
      • EXPLICIT_VARIABLE__TYPE_STATE_PROVIDER

        static final int EXPLICIT_VARIABLE__TYPE_STATE_PROVIDER
        The feature id for the 'Type State Provider' attribute.
        See Also:
        Constant Field Values
      • EXPLICIT_VARIABLE__EXPORT

        static final int EXPLICIT_VARIABLE__EXPORT
        The feature id for the 'Export' attribute.
        See Also:
        Constant Field Values
      • EXPLICIT_VARIABLE_FEATURE_COUNT

        static final int EXPLICIT_VARIABLE_FEATURE_COUNT
        The number of structural features of the 'Explicit Variable' class.
        See Also:
        Constant Field Values
      • EXPLICIT_VARIABLE_OPERATION_COUNT

        static final int EXPLICIT_VARIABLE_OPERATION_COUNT
        The number of operations of the 'Explicit Variable' class.
        See Also:
        Constant Field Values
      • IMPLICIT_VARIABLE__NAME

        static final int IMPLICIT_VARIABLE__NAME
        The feature id for the 'Name' attribute.
        See Also:
        Constant Field Values
      • IMPLICIT_VARIABLE__TYPE_STATE_PROVIDER

        static final int IMPLICIT_VARIABLE__TYPE_STATE_PROVIDER
        The feature id for the 'Type State Provider' attribute.
        See Also:
        Constant Field Values
      • IMPLICIT_VARIABLE__ENVIRONMENTS

        static final int IMPLICIT_VARIABLE__ENVIRONMENTS
        The feature id for the 'Environments' attribute.
        See Also:
        Constant Field Values
      • IMPLICIT_VARIABLE_FEATURE_COUNT

        static final int IMPLICIT_VARIABLE_FEATURE_COUNT
        The number of structural features of the 'Implicit Variable' class.
        See Also:
        Constant Field Values
      • IMPLICIT_VARIABLE___ENVIRONMENTS

        static final int IMPLICIT_VARIABLE___ENVIRONMENTS
        The operation id for the 'Environments' operation.
        See Also:
        Constant Field Values
      • IMPLICIT_VARIABLE_OPERATION_COUNT

        static final int IMPLICIT_VARIABLE_OPERATION_COUNT
        The number of operations of the 'Implicit Variable' class.
        See Also:
        Constant Field Values
      • METHOD__PRAGMAS

        static final int METHOD__PRAGMAS
        The feature id for the 'Pragmas' containment reference list.
        See Also:
        Constant Field Values
      • METHOD__NAME

        static final int METHOD__NAME
        The feature id for the 'Name' attribute.
        See Also:
        Constant Field Values
      • METHOD__ENVIRONMENTS

        static final int METHOD__ENVIRONMENTS
        The feature id for the 'Environments' attribute.
        See Also:
        Constant Field Values
      • METHOD__DECLARE_STATEMENTS

        static final int METHOD__DECLARE_STATEMENTS
        The feature id for the 'Declare Statements' containment reference list.
        See Also:
        Constant Field Values
      • METHOD__STATEMENTS

        static final int METHOD__STATEMENTS
        The feature id for the 'Statements' containment reference list.
        See Also:
        Constant Field Values
      • METHOD__IMPLICIT_VARIABLES

        static final int METHOD__IMPLICIT_VARIABLES
        The feature id for the 'Implicit Variables' reference list.
        See Also:
        Constant Field Values
      • METHOD__UNIQUE_NAME

        static final int METHOD__UNIQUE_NAME
        The feature id for the 'Unique Name' attribute.
        See Also:
        Constant Field Values
      • METHOD__ASYNC

        static final int METHOD__ASYNC
        The feature id for the 'Async' attribute.
        See Also:
        Constant Field Values
      • METHOD__FORMAL_PARAMS

        static final int METHOD__FORMAL_PARAMS
        The feature id for the 'Formal Params' containment reference list.
        See Also:
        Constant Field Values
      • METHOD__EXPORT

        static final int METHOD__EXPORT
        The feature id for the 'Export' attribute.
        See Also:
        Constant Field Values
      • METHOD__EVENT

        static final int METHOD__EVENT
        The feature id for the 'Event' attribute.
        See Also:
        Constant Field Values
      • METHOD__USED

        static final int METHOD__USED
        The feature id for the 'Used' attribute.
        See Also:
        Constant Field Values
      • METHOD__FINAL_IN_PARAM_STATE

        static final int METHOD__FINAL_IN_PARAM_STATE
        The feature id for the 'Final In Param State' attribute list.
        See Also:
        Constant Field Values
      • METHOD__FINAL_OUT_PARAM_STATE

        static final int METHOD__FINAL_OUT_PARAM_STATE
        The feature id for the 'Final Out Param State' attribute list.
        See Also:
        Constant Field Values
      • METHOD__CALLERS

        static final int METHOD__CALLERS
        The feature id for the 'Callers' reference list.
        See Also:
        Constant Field Values
      • METHOD__CALLEES

        static final int METHOD__CALLEES
        The feature id for the 'Callees' reference list.
        See Also:
        Constant Field Values
      • METHOD_FEATURE_COUNT

        static final int METHOD_FEATURE_COUNT
        The number of structural features of the 'Method' class.
        See Also:
        Constant Field Values
      • METHOD___ENVIRONMENTS

        static final int METHOD___ENVIRONMENTS
        The operation id for the 'Environments' operation.
        See Also:
        Constant Field Values
      • METHOD___ALL_DECLARE_STATEMENTS

        static final int METHOD___ALL_DECLARE_STATEMENTS
        The operation id for the 'All Declare Statements' operation.
        See Also:
        Constant Field Values
      • METHOD___ALL_STATEMENTS

        static final int METHOD___ALL_STATEMENTS
        The operation id for the 'All Statements' operation.
        See Also:
        Constant Field Values
      • METHOD_OPERATION_COUNT

        static final int METHOD_OPERATION_COUNT
        The number of operations of the 'Method' class.
        See Also:
        Constant Field Values
      • PROCEDURE__PRAGMAS

        static final int PROCEDURE__PRAGMAS
        The feature id for the 'Pragmas' containment reference list.
        See Also:
        Constant Field Values
      • PROCEDURE__NAME

        static final int PROCEDURE__NAME
        The feature id for the 'Name' attribute.
        See Also:
        Constant Field Values
      • PROCEDURE__ENVIRONMENTS

        static final int PROCEDURE__ENVIRONMENTS
        The feature id for the 'Environments' attribute.
        See Also:
        Constant Field Values
      • PROCEDURE__DECLARE_STATEMENTS

        static final int PROCEDURE__DECLARE_STATEMENTS
        The feature id for the 'Declare Statements' containment reference list.
        See Also:
        Constant Field Values
      • PROCEDURE__STATEMENTS

        static final int PROCEDURE__STATEMENTS
        The feature id for the 'Statements' containment reference list.
        See Also:
        Constant Field Values
      • PROCEDURE__IMPLICIT_VARIABLES

        static final int PROCEDURE__IMPLICIT_VARIABLES
        The feature id for the 'Implicit Variables' reference list.
        See Also:
        Constant Field Values
      • PROCEDURE__UNIQUE_NAME

        static final int PROCEDURE__UNIQUE_NAME
        The feature id for the 'Unique Name' attribute.
        See Also:
        Constant Field Values
      • PROCEDURE__ASYNC

        static final int PROCEDURE__ASYNC
        The feature id for the 'Async' attribute.
        See Also:
        Constant Field Values
      • PROCEDURE__FORMAL_PARAMS

        static final int PROCEDURE__FORMAL_PARAMS
        The feature id for the 'Formal Params' containment reference list.
        See Also:
        Constant Field Values
      • PROCEDURE__EXPORT

        static final int PROCEDURE__EXPORT
        The feature id for the 'Export' attribute.
        See Also:
        Constant Field Values
      • PROCEDURE__EVENT

        static final int PROCEDURE__EVENT
        The feature id for the 'Event' attribute.
        See Also:
        Constant Field Values
      • PROCEDURE__USED

        static final int PROCEDURE__USED
        The feature id for the 'Used' attribute.
        See Also:
        Constant Field Values
      • PROCEDURE__FINAL_IN_PARAM_STATE

        static final int PROCEDURE__FINAL_IN_PARAM_STATE
        The feature id for the 'Final In Param State' attribute list.
        See Also:
        Constant Field Values
      • PROCEDURE__FINAL_OUT_PARAM_STATE

        static final int PROCEDURE__FINAL_OUT_PARAM_STATE
        The feature id for the 'Final Out Param State' attribute list.
        See Also:
        Constant Field Values
      • PROCEDURE__CALLERS

        static final int PROCEDURE__CALLERS
        The feature id for the 'Callers' reference list.
        See Also:
        Constant Field Values
      • PROCEDURE__CALLEES

        static final int PROCEDURE__CALLEES
        The feature id for the 'Callees' reference list.
        See Also:
        Constant Field Values
      • PROCEDURE_FEATURE_COUNT

        static final int PROCEDURE_FEATURE_COUNT
        The number of structural features of the 'Procedure' class.
        See Also:
        Constant Field Values
      • PROCEDURE___ENVIRONMENTS

        static final int PROCEDURE___ENVIRONMENTS
        The operation id for the 'Environments' operation.
        See Also:
        Constant Field Values
      • PROCEDURE___ALL_DECLARE_STATEMENTS

        static final int PROCEDURE___ALL_DECLARE_STATEMENTS
        The operation id for the 'All Declare Statements' operation.
        See Also:
        Constant Field Values
      • PROCEDURE___ALL_STATEMENTS

        static final int PROCEDURE___ALL_STATEMENTS
        The operation id for the 'All Statements' operation.
        See Also:
        Constant Field Values
      • PROCEDURE_OPERATION_COUNT

        static final int PROCEDURE_OPERATION_COUNT
        The number of operations of the 'Procedure' class.
        See Also:
        Constant Field Values
      • FUNCTION__PRAGMAS

        static final int FUNCTION__PRAGMAS
        The feature id for the 'Pragmas' containment reference list.
        See Also:
        Constant Field Values
      • FUNCTION__NAME

        static final int FUNCTION__NAME
        The feature id for the 'Name' attribute.
        See Also:
        Constant Field Values
      • FUNCTION__ENVIRONMENTS

        static final int FUNCTION__ENVIRONMENTS
        The feature id for the 'Environments' attribute.
        See Also:
        Constant Field Values
      • FUNCTION__DECLARE_STATEMENTS

        static final int FUNCTION__DECLARE_STATEMENTS
        The feature id for the 'Declare Statements' containment reference list.
        See Also:
        Constant Field Values
      • FUNCTION__STATEMENTS

        static final int FUNCTION__STATEMENTS
        The feature id for the 'Statements' containment reference list.
        See Also:
        Constant Field Values
      • FUNCTION__IMPLICIT_VARIABLES

        static final int FUNCTION__IMPLICIT_VARIABLES
        The feature id for the 'Implicit Variables' reference list.
        See Also:
        Constant Field Values
      • FUNCTION__UNIQUE_NAME

        static final int FUNCTION__UNIQUE_NAME
        The feature id for the 'Unique Name' attribute.
        See Also:
        Constant Field Values
      • FUNCTION__ASYNC

        static final int FUNCTION__ASYNC
        The feature id for the 'Async' attribute.
        See Also:
        Constant Field Values
      • FUNCTION__FORMAL_PARAMS

        static final int FUNCTION__FORMAL_PARAMS
        The feature id for the 'Formal Params' containment reference list.
        See Also:
        Constant Field Values
      • FUNCTION__EXPORT

        static final int FUNCTION__EXPORT
        The feature id for the 'Export' attribute.
        See Also:
        Constant Field Values
      • FUNCTION__EVENT

        static final int FUNCTION__EVENT
        The feature id for the 'Event' attribute.
        See Also:
        Constant Field Values
      • FUNCTION__USED

        static final int FUNCTION__USED
        The feature id for the 'Used' attribute.
        See Also:
        Constant Field Values
      • FUNCTION__FINAL_IN_PARAM_STATE

        static final int FUNCTION__FINAL_IN_PARAM_STATE
        The feature id for the 'Final In Param State' attribute list.
        See Also:
        Constant Field Values
      • FUNCTION__FINAL_OUT_PARAM_STATE

        static final int FUNCTION__FINAL_OUT_PARAM_STATE
        The feature id for the 'Final Out Param State' attribute list.
        See Also:
        Constant Field Values
      • FUNCTION__CALLERS

        static final int FUNCTION__CALLERS
        The feature id for the 'Callers' reference list.
        See Also:
        Constant Field Values
      • FUNCTION__CALLEES

        static final int FUNCTION__CALLEES
        The feature id for the 'Callees' reference list.
        See Also:
        Constant Field Values
      • FUNCTION__FINAL_RETURN_STATE

        static final int FUNCTION__FINAL_RETURN_STATE
        The feature id for the 'Final Return State' attribute.
        See Also:
        Constant Field Values
      • FUNCTION_FEATURE_COUNT

        static final int FUNCTION_FEATURE_COUNT
        The number of structural features of the 'Function' class.
        See Also:
        Constant Field Values
      • FUNCTION___ENVIRONMENTS

        static final int FUNCTION___ENVIRONMENTS
        The operation id for the 'Environments' operation.
        See Also:
        Constant Field Values
      • FUNCTION___ALL_DECLARE_STATEMENTS

        static final int FUNCTION___ALL_DECLARE_STATEMENTS
        The operation id for the 'All Declare Statements' operation.
        See Also:
        Constant Field Values
      • FUNCTION___ALL_STATEMENTS

        static final int FUNCTION___ALL_STATEMENTS
        The operation id for the 'All Statements' operation.
        See Also:
        Constant Field Values
      • FUNCTION_OPERATION_COUNT

        static final int FUNCTION_OPERATION_COUNT
        The number of operations of the 'Function' class.
        See Also:
        Constant Field Values
      • FORMAL_PARAM__NAME

        static final int FORMAL_PARAM__NAME
        The feature id for the 'Name' attribute.
        See Also:
        Constant Field Values
      • FORMAL_PARAM__TYPE_STATE_PROVIDER

        static final int FORMAL_PARAM__TYPE_STATE_PROVIDER
        The feature id for the 'Type State Provider' attribute.
        See Also:
        Constant Field Values
      • FORMAL_PARAM__BY_VALUE

        static final int FORMAL_PARAM__BY_VALUE
        The feature id for the 'By Value' attribute.
        See Also:
        Constant Field Values
      • FORMAL_PARAM__DEFAULT_VALUE

        static final int FORMAL_PARAM__DEFAULT_VALUE
        The feature id for the 'Default Value' containment reference.
        See Also:
        Constant Field Values
      • FORMAL_PARAM_FEATURE_COUNT

        static final int FORMAL_PARAM_FEATURE_COUNT
        The number of structural features of the 'Formal Param' class.
        See Also:
        Constant Field Values
      • FORMAL_PARAM_OPERATION_COUNT

        static final int FORMAL_PARAM_OPERATION_COUNT
        The number of operations of the 'Formal Param' class.
        See Also:
        Constant Field Values
      • LABEL__NAME

        static final int LABEL__NAME
        The feature id for the 'Name' attribute.
        See Also:
        Constant Field Values
      • LABEL_FEATURE_COUNT

        static final int LABEL_FEATURE_COUNT
        The number of structural features of the 'Label' class.
        See Also:
        Constant Field Values
      • LABEL_OPERATION_COUNT

        static final int LABEL_OPERATION_COUNT
        The number of operations of the 'Label' class.
        See Also:
        Constant Field Values
      • STATEMENT_FEATURE_COUNT

        static final int STATEMENT_FEATURE_COUNT
        The number of structural features of the 'Statement' class.
        See Also:
        Constant Field Values
      • STATEMENT_OPERATION_COUNT

        static final int STATEMENT_OPERATION_COUNT
        The number of operations of the 'Statement' class.
        See Also:
        Constant Field Values
      • LABELED_STATEMENT__LABELS

        static final int LABELED_STATEMENT__LABELS
        The feature id for the 'Labels' containment reference list.
        See Also:
        Constant Field Values
      • LABELED_STATEMENT__STATEMENT

        static final int LABELED_STATEMENT__STATEMENT
        The feature id for the 'Statement' containment reference.
        See Also:
        Constant Field Values
      • LABELED_STATEMENT_FEATURE_COUNT

        static final int LABELED_STATEMENT_FEATURE_COUNT
        The number of structural features of the 'Labeled Statement' class.
        See Also:
        Constant Field Values
      • LABELED_STATEMENT_OPERATION_COUNT

        static final int LABELED_STATEMENT_OPERATION_COUNT
        The number of operations of the 'Labeled Statement' class.
        See Also:
        Constant Field Values
      • UNLABELED_STATEMENT_FEATURE_COUNT

        static final int UNLABELED_STATEMENT_FEATURE_COUNT
        The number of structural features of the 'Unlabeled Statement' class.
        See Also:
        Constant Field Values
      • UNLABELED_STATEMENT_OPERATION_COUNT

        static final int UNLABELED_STATEMENT_OPERATION_COUNT
        The number of operations of the 'Unlabeled Statement' class.
        See Also:
        Constant Field Values
      • EMPTY_STATEMENT_FEATURE_COUNT

        static final int EMPTY_STATEMENT_FEATURE_COUNT
        The number of structural features of the 'Empty Statement' class.
        See Also:
        Constant Field Values
      • EMPTY_STATEMENT_OPERATION_COUNT

        static final int EMPTY_STATEMENT_OPERATION_COUNT
        The number of operations of the 'Empty Statement' class.
        See Also:
        Constant Field Values
      • SIMPLE_STATEMENT__LEFT

        static final int SIMPLE_STATEMENT__LEFT
        The feature id for the 'Left' containment reference.
        See Also:
        Constant Field Values
      • SIMPLE_STATEMENT__RIGHT

        static final int SIMPLE_STATEMENT__RIGHT
        The feature id for the 'Right' containment reference.
        See Also:
        Constant Field Values
      • SIMPLE_STATEMENT_FEATURE_COUNT

        static final int SIMPLE_STATEMENT_FEATURE_COUNT
        The number of structural features of the 'Simple Statement' class.
        See Also:
        Constant Field Values
      • SIMPLE_STATEMENT_OPERATION_COUNT

        static final int SIMPLE_STATEMENT_OPERATION_COUNT
        The number of operations of the 'Simple Statement' class.
        See Also:
        Constant Field Values
      • IF_STATEMENT__IF_PART

        static final int IF_STATEMENT__IF_PART
        The feature id for the 'If Part' containment reference.
        See Also:
        Constant Field Values
      • IF_STATEMENT__ELS_IF_PARTS

        static final int IF_STATEMENT__ELS_IF_PARTS
        The feature id for the 'Els If Parts' containment reference list.
        See Also:
        Constant Field Values
      • IF_STATEMENT__ELSE_STATEMENTS

        static final int IF_STATEMENT__ELSE_STATEMENTS
        The feature id for the 'Else Statements' containment reference list.
        See Also:
        Constant Field Values
      • IF_STATEMENT_FEATURE_COUNT

        static final int IF_STATEMENT_FEATURE_COUNT
        The number of structural features of the 'If Statement' class.
        See Also:
        Constant Field Values
      • IF_STATEMENT_OPERATION_COUNT

        static final int IF_STATEMENT_OPERATION_COUNT
        The number of operations of the 'If Statement' class.
        See Also:
        Constant Field Values
      • CONDITIONAL__PREDICATE

        static final int CONDITIONAL__PREDICATE
        The feature id for the 'Predicate' containment reference.
        See Also:
        Constant Field Values
      • CONDITIONAL__STATEMENTS

        static final int CONDITIONAL__STATEMENTS
        The feature id for the 'Statements' containment reference list.
        See Also:
        Constant Field Values
      • CONDITIONAL_FEATURE_COUNT

        static final int CONDITIONAL_FEATURE_COUNT
        The number of structural features of the 'Conditional' class.
        See Also:
        Constant Field Values
      • CONDITIONAL_OPERATION_COUNT

        static final int CONDITIONAL_OPERATION_COUNT
        The number of operations of the 'Conditional' class.
        See Also:
        Constant Field Values
      • LOOP_STATEMENT__STATEMENTS

        static final int LOOP_STATEMENT__STATEMENTS
        The feature id for the 'Statements' containment reference list.
        See Also:
        Constant Field Values
      • LOOP_STATEMENT_FEATURE_COUNT

        static final int LOOP_STATEMENT_FEATURE_COUNT
        The number of structural features of the 'Loop Statement' class.
        See Also:
        Constant Field Values
      • LOOP_STATEMENT_OPERATION_COUNT

        static final int LOOP_STATEMENT_OPERATION_COUNT
        The number of operations of the 'Loop Statement' class.
        See Also:
        Constant Field Values
      • WHILE_STATEMENT__STATEMENTS

        static final int WHILE_STATEMENT__STATEMENTS
        The feature id for the 'Statements' containment reference list.
        See Also:
        Constant Field Values
      • WHILE_STATEMENT__PREDICATE

        static final int WHILE_STATEMENT__PREDICATE
        The feature id for the 'Predicate' containment reference.
        See Also:
        Constant Field Values
      • WHILE_STATEMENT_FEATURE_COUNT

        static final int WHILE_STATEMENT_FEATURE_COUNT
        The number of structural features of the 'While Statement' class.
        See Also:
        Constant Field Values
      • WHILE_STATEMENT_OPERATION_COUNT

        static final int WHILE_STATEMENT_OPERATION_COUNT
        The number of operations of the 'While Statement' class.
        See Also:
        Constant Field Values
      • FOR_STATEMENT__STATEMENTS

        static final int FOR_STATEMENT__STATEMENTS
        The feature id for the 'Statements' containment reference list.
        See Also:
        Constant Field Values
      • FOR_STATEMENT__VARIABLE_ACCESS

        static final int FOR_STATEMENT__VARIABLE_ACCESS
        The feature id for the 'Variable Access' containment reference.
        See Also:
        Constant Field Values
      • FOR_STATEMENT_FEATURE_COUNT

        static final int FOR_STATEMENT_FEATURE_COUNT
        The number of structural features of the 'For Statement' class.
        See Also:
        Constant Field Values
      • FOR_STATEMENT_OPERATION_COUNT

        static final int FOR_STATEMENT_OPERATION_COUNT
        The number of operations of the 'For Statement' class.
        See Also:
        Constant Field Values
      • FOR_TO_STATEMENT__STATEMENTS

        static final int FOR_TO_STATEMENT__STATEMENTS
        The feature id for the 'Statements' containment reference list.
        See Also:
        Constant Field Values
      • FOR_TO_STATEMENT__VARIABLE_ACCESS

        static final int FOR_TO_STATEMENT__VARIABLE_ACCESS
        The feature id for the 'Variable Access' containment reference.
        See Also:
        Constant Field Values
      • FOR_TO_STATEMENT__INITIALIZER

        static final int FOR_TO_STATEMENT__INITIALIZER
        The feature id for the 'Initializer' containment reference.
        See Also:
        Constant Field Values
      • FOR_TO_STATEMENT__BOUND

        static final int FOR_TO_STATEMENT__BOUND
        The feature id for the 'Bound' containment reference.
        See Also:
        Constant Field Values
      • FOR_TO_STATEMENT_FEATURE_COUNT

        static final int FOR_TO_STATEMENT_FEATURE_COUNT
        The number of structural features of the 'For To Statement' class.
        See Also:
        Constant Field Values
      • FOR_TO_STATEMENT_OPERATION_COUNT

        static final int FOR_TO_STATEMENT_OPERATION_COUNT
        The number of operations of the 'For To Statement' class.
        See Also:
        Constant Field Values
      • FOR_EACH_STATEMENT__STATEMENTS

        static final int FOR_EACH_STATEMENT__STATEMENTS
        The feature id for the 'Statements' containment reference list.
        See Also:
        Constant Field Values
      • FOR_EACH_STATEMENT__VARIABLE_ACCESS

        static final int FOR_EACH_STATEMENT__VARIABLE_ACCESS
        The feature id for the 'Variable Access' containment reference.
        See Also:
        Constant Field Values
      • FOR_EACH_STATEMENT__COLLECTION

        static final int FOR_EACH_STATEMENT__COLLECTION
        The feature id for the 'Collection' containment reference.
        See Also:
        Constant Field Values
      • FOR_EACH_STATEMENT_FEATURE_COUNT

        static final int FOR_EACH_STATEMENT_FEATURE_COUNT
        The number of structural features of the 'For Each Statement' class.
        See Also:
        Constant Field Values
      • FOR_EACH_STATEMENT_OPERATION_COUNT

        static final int FOR_EACH_STATEMENT_OPERATION_COUNT
        The number of operations of the 'For Each Statement' class.
        See Also:
        Constant Field Values
      • TRY_EXCEPT_STATEMENT__TRY_STATEMENTS

        static final int TRY_EXCEPT_STATEMENT__TRY_STATEMENTS
        The feature id for the 'Try Statements' containment reference list.
        See Also:
        Constant Field Values
      • TRY_EXCEPT_STATEMENT__EXCEPT_STATEMENTS

        static final int TRY_EXCEPT_STATEMENT__EXCEPT_STATEMENTS
        The feature id for the 'Except Statements' containment reference list.
        See Also:
        Constant Field Values
      • TRY_EXCEPT_STATEMENT_FEATURE_COUNT

        static final int TRY_EXCEPT_STATEMENT_FEATURE_COUNT
        The number of structural features of the 'Try Except Statement' class.
        See Also:
        Constant Field Values
      • TRY_EXCEPT_STATEMENT_OPERATION_COUNT

        static final int TRY_EXCEPT_STATEMENT_OPERATION_COUNT
        The number of operations of the 'Try Except Statement' class.
        See Also:
        Constant Field Values
      • GOTO_STATEMENT__LABEL

        static final int GOTO_STATEMENT__LABEL
        The feature id for the 'Label' reference.
        See Also:
        Constant Field Values
      • GOTO_STATEMENT_FEATURE_COUNT

        static final int GOTO_STATEMENT_FEATURE_COUNT
        The number of structural features of the 'Goto Statement' class.
        See Also:
        Constant Field Values
      • GOTO_STATEMENT_OPERATION_COUNT

        static final int GOTO_STATEMENT_OPERATION_COUNT
        The number of operations of the 'Goto Statement' class.
        See Also:
        Constant Field Values
      • BREAK_STATEMENT_FEATURE_COUNT

        static final int BREAK_STATEMENT_FEATURE_COUNT
        The number of structural features of the 'Break Statement' class.
        See Also:
        Constant Field Values
      • BREAK_STATEMENT_OPERATION_COUNT

        static final int BREAK_STATEMENT_OPERATION_COUNT
        The number of operations of the 'Break Statement' class.
        See Also:
        Constant Field Values
      • CONTINUE_STATEMENT_FEATURE_COUNT

        static final int CONTINUE_STATEMENT_FEATURE_COUNT
        The number of structural features of the 'Continue Statement' class.
        See Also:
        Constant Field Values
      • CONTINUE_STATEMENT_OPERATION_COUNT

        static final int CONTINUE_STATEMENT_OPERATION_COUNT
        The number of operations of the 'Continue Statement' class.
        See Also:
        Constant Field Values
      • RETURN_STATEMENT__EXPRESSION

        static final int RETURN_STATEMENT__EXPRESSION
        The feature id for the 'Expression' containment reference.
        See Also:
        Constant Field Values
      • RETURN_STATEMENT_FEATURE_COUNT

        static final int RETURN_STATEMENT_FEATURE_COUNT
        The number of structural features of the 'Return Statement' class.
        See Also:
        Constant Field Values
      • RETURN_STATEMENT_OPERATION_COUNT

        static final int RETURN_STATEMENT_OPERATION_COUNT
        The number of operations of the 'Return Statement' class.
        See Also:
        Constant Field Values
      • RAISE_STATEMENT__EXPRESSION

        static final int RAISE_STATEMENT__EXPRESSION
        The feature id for the 'Expression' containment reference.
        See Also:
        Constant Field Values
      • RAISE_STATEMENT_FEATURE_COUNT

        static final int RAISE_STATEMENT_FEATURE_COUNT
        The number of structural features of the 'Raise Statement' class.
        See Also:
        Constant Field Values
      • RAISE_STATEMENT_OPERATION_COUNT

        static final int RAISE_STATEMENT_OPERATION_COUNT
        The number of operations of the 'Raise Statement' class.
        See Also:
        Constant Field Values
      • EXECUTE_STATEMENT__EXPRESSION

        static final int EXECUTE_STATEMENT__EXPRESSION
        The feature id for the 'Expression' containment reference.
        See Also:
        Constant Field Values
      • EXECUTE_STATEMENT_FEATURE_COUNT

        static final int EXECUTE_STATEMENT_FEATURE_COUNT
        The number of structural features of the 'Execute Statement' class.
        See Also:
        Constant Field Values
      • EXECUTE_STATEMENT_OPERATION_COUNT

        static final int EXECUTE_STATEMENT_OPERATION_COUNT
        The number of operations of the 'Execute Statement' class.
        See Also:
        Constant Field Values
      • EVENT_HANDLER_STATEMENT__EVENT_EXPRESSION

        static final int EVENT_HANDLER_STATEMENT__EVENT_EXPRESSION
        The feature id for the 'Event Expression' containment reference.
        See Also:
        Constant Field Values
      • EVENT_HANDLER_STATEMENT__HANDLER_EXPRESSION

        static final int EVENT_HANDLER_STATEMENT__HANDLER_EXPRESSION
        The feature id for the 'Handler Expression' containment reference.
        See Also:
        Constant Field Values
      • EVENT_HANDLER_STATEMENT_FEATURE_COUNT

        static final int EVENT_HANDLER_STATEMENT_FEATURE_COUNT
        The number of structural features of the 'Event Handler Statement' class.
        See Also:
        Constant Field Values
      • EVENT_HANDLER_STATEMENT_OPERATION_COUNT

        static final int EVENT_HANDLER_STATEMENT_OPERATION_COUNT
        The number of operations of the 'Event Handler Statement' class.
        See Also:
        Constant Field Values
      • ADD_HANDLER_STATEMENT__EVENT_EXPRESSION

        static final int ADD_HANDLER_STATEMENT__EVENT_EXPRESSION
        The feature id for the 'Event Expression' containment reference.
        See Also:
        Constant Field Values
      • ADD_HANDLER_STATEMENT__HANDLER_EXPRESSION

        static final int ADD_HANDLER_STATEMENT__HANDLER_EXPRESSION
        The feature id for the 'Handler Expression' containment reference.
        See Also:
        Constant Field Values
      • ADD_HANDLER_STATEMENT_FEATURE_COUNT

        static final int ADD_HANDLER_STATEMENT_FEATURE_COUNT
        The number of structural features of the 'Add Handler Statement' class.
        See Also:
        Constant Field Values
      • ADD_HANDLER_STATEMENT_OPERATION_COUNT

        static final int ADD_HANDLER_STATEMENT_OPERATION_COUNT
        The number of operations of the 'Add Handler Statement' class.
        See Also:
        Constant Field Values
      • REMOVE_HANDLER_STATEMENT__EVENT_EXPRESSION

        static final int REMOVE_HANDLER_STATEMENT__EVENT_EXPRESSION
        The feature id for the 'Event Expression' containment reference.
        See Also:
        Constant Field Values
      • REMOVE_HANDLER_STATEMENT__HANDLER_EXPRESSION

        static final int REMOVE_HANDLER_STATEMENT__HANDLER_EXPRESSION
        The feature id for the 'Handler Expression' containment reference.
        See Also:
        Constant Field Values
      • REMOVE_HANDLER_STATEMENT_FEATURE_COUNT

        static final int REMOVE_HANDLER_STATEMENT_FEATURE_COUNT
        The number of structural features of the 'Remove Handler Statement' class.
        See Also:
        Constant Field Values
      • REMOVE_HANDLER_STATEMENT_OPERATION_COUNT

        static final int REMOVE_HANDLER_STATEMENT_OPERATION_COUNT
        The number of operations of the 'Remove Handler Statement' class.
        See Also:
        Constant Field Values
      • AWAIT_STATEMENT__EXPRESSION

        static final int AWAIT_STATEMENT__EXPRESSION
        The feature id for the 'Expression' containment reference.
        See Also:
        Constant Field Values
      • AWAIT_STATEMENT_FEATURE_COUNT

        static final int AWAIT_STATEMENT_FEATURE_COUNT
        The number of structural features of the 'Await Statement' class.
        See Also:
        Constant Field Values
      • AWAIT_STATEMENT_OPERATION_COUNT

        static final int AWAIT_STATEMENT_OPERATION_COUNT
        The number of operations of the 'Await Statement' class.
        See Also:
        Constant Field Values
      • EXPRESSION__TYPES

        static final int EXPRESSION__TYPES
        The feature id for the 'Types' reference list.
        See Also:
        Constant Field Values
      • EXPRESSION_FEATURE_COUNT

        static final int EXPRESSION_FEATURE_COUNT
        The number of structural features of the 'Expression' class.
        See Also:
        Constant Field Values
      • EXPRESSION___GET_RET_VAL_TYPES

        static final int EXPRESSION___GET_RET_VAL_TYPES
        The operation id for the 'Get Ret Val Types' operation.
        See Also:
        Constant Field Values
      • EXPRESSION_OPERATION_COUNT

        static final int EXPRESSION_OPERATION_COUNT
        The number of operations of the 'Expression' class.
        See Also:
        Constant Field Values
      • BINARY_EXPRESSION__TYPES

        static final int BINARY_EXPRESSION__TYPES
        The feature id for the 'Types' reference list.
        See Also:
        Constant Field Values
      • BINARY_EXPRESSION__OPERATION

        static final int BINARY_EXPRESSION__OPERATION
        The feature id for the 'Operation' attribute.
        See Also:
        Constant Field Values
      • BINARY_EXPRESSION__LEFT

        static final int BINARY_EXPRESSION__LEFT
        The feature id for the 'Left' containment reference.
        See Also:
        Constant Field Values
      • BINARY_EXPRESSION__RIGHT

        static final int BINARY_EXPRESSION__RIGHT
        The feature id for the 'Right' containment reference.
        See Also:
        Constant Field Values
      • BINARY_EXPRESSION_FEATURE_COUNT

        static final int BINARY_EXPRESSION_FEATURE_COUNT
        The number of structural features of the 'Binary Expression' class.
        See Also:
        Constant Field Values
      • BINARY_EXPRESSION___GET_RET_VAL_TYPES

        static final int BINARY_EXPRESSION___GET_RET_VAL_TYPES
        The operation id for the 'Get Ret Val Types' operation.
        See Also:
        Constant Field Values
      • BINARY_EXPRESSION_OPERATION_COUNT

        static final int BINARY_EXPRESSION_OPERATION_COUNT
        The number of operations of the 'Binary Expression' class.
        See Also:
        Constant Field Values
      • UNARY_EXPRESSION__TYPES

        static final int UNARY_EXPRESSION__TYPES
        The feature id for the 'Types' reference list.
        See Also:
        Constant Field Values
      • UNARY_EXPRESSION__OPERATION

        static final int UNARY_EXPRESSION__OPERATION
        The feature id for the 'Operation' attribute.
        See Also:
        Constant Field Values
      • UNARY_EXPRESSION__OPERAND

        static final int UNARY_EXPRESSION__OPERAND
        The feature id for the 'Operand' containment reference.
        See Also:
        Constant Field Values
      • UNARY_EXPRESSION_FEATURE_COUNT

        static final int UNARY_EXPRESSION_FEATURE_COUNT
        The number of structural features of the 'Unary Expression' class.
        See Also:
        Constant Field Values
      • UNARY_EXPRESSION___GET_RET_VAL_TYPES

        static final int UNARY_EXPRESSION___GET_RET_VAL_TYPES
        The operation id for the 'Get Ret Val Types' operation.
        See Also:
        Constant Field Values
      • UNARY_EXPRESSION_OPERATION_COUNT

        static final int UNARY_EXPRESSION_OPERATION_COUNT
        The number of operations of the 'Unary Expression' class.
        See Also:
        Constant Field Values
      • FEATURE_ACCESS__TYPES

        static final int FEATURE_ACCESS__TYPES
        The feature id for the 'Types' reference list.
        See Also:
        Constant Field Values
      • FEATURE_ACCESS__NAME

        static final int FEATURE_ACCESS__NAME
        The feature id for the 'Name' attribute.
        See Also:
        Constant Field Values
      • FEATURE_ACCESS_FEATURE_COUNT

        static final int FEATURE_ACCESS_FEATURE_COUNT
        The number of structural features of the 'Feature Access' class.
        See Also:
        Constant Field Values
      • FEATURE_ACCESS___GET_RET_VAL_TYPES

        static final int FEATURE_ACCESS___GET_RET_VAL_TYPES
        The operation id for the 'Get Ret Val Types' operation.
        See Also:
        Constant Field Values
      • FEATURE_ACCESS_OPERATION_COUNT

        static final int FEATURE_ACCESS_OPERATION_COUNT
        The number of operations of the 'Feature Access' class.
        See Also:
        Constant Field Values
      • STATIC_FEATURE_ACCESS__TYPES

        static final int STATIC_FEATURE_ACCESS__TYPES
        The feature id for the 'Types' reference list.
        See Also:
        Constant Field Values
      • STATIC_FEATURE_ACCESS__NAME

        static final int STATIC_FEATURE_ACCESS__NAME
        The feature id for the 'Name' attribute.
        See Also:
        Constant Field Values
      • STATIC_FEATURE_ACCESS__FEATURE_ENTRIES

        static final int STATIC_FEATURE_ACCESS__FEATURE_ENTRIES
        The feature id for the 'Feature Entries' containment reference list.
        See Also:
        Constant Field Values
      • STATIC_FEATURE_ACCESS__IMPLICIT_VARIABLE

        static final int STATIC_FEATURE_ACCESS__IMPLICIT_VARIABLE
        The feature id for the 'Implicit Variable' containment reference.
        See Also:
        Constant Field Values
      • STATIC_FEATURE_ACCESS_FEATURE_COUNT

        static final int STATIC_FEATURE_ACCESS_FEATURE_COUNT
        The number of structural features of the 'Static Feature Access' class.
        See Also:
        Constant Field Values
      • STATIC_FEATURE_ACCESS___GET_RET_VAL_TYPES

        static final int STATIC_FEATURE_ACCESS___GET_RET_VAL_TYPES
        The operation id for the 'Get Ret Val Types' operation.
        See Also:
        Constant Field Values
      • STATIC_FEATURE_ACCESS_OPERATION_COUNT

        static final int STATIC_FEATURE_ACCESS_OPERATION_COUNT
        The number of operations of the 'Static Feature Access' class.
        See Also:
        Constant Field Values
      • FEATURE_ENTRY__ENVIRONMENTS

        static final int FEATURE_ENTRY__ENVIRONMENTS
        The feature id for the 'Environments' attribute.
        See Also:
        Constant Field Values
      • FEATURE_ENTRY__FEATURE

        static final int FEATURE_ENTRY__FEATURE
        The feature id for the 'Feature' reference.
        See Also:
        Constant Field Values
      • FEATURE_ENTRY_FEATURE_COUNT

        static final int FEATURE_ENTRY_FEATURE_COUNT
        The number of structural features of the 'Feature Entry' class.
        See Also:
        Constant Field Values
      • FEATURE_ENTRY_OPERATION_COUNT

        static final int FEATURE_ENTRY_OPERATION_COUNT
        The number of operations of the 'Feature Entry' class.
        See Also:
        Constant Field Values
      • DYNAMIC_FEATURE_ACCESS__TYPES

        static final int DYNAMIC_FEATURE_ACCESS__TYPES
        The feature id for the 'Types' reference list.
        See Also:
        Constant Field Values
      • DYNAMIC_FEATURE_ACCESS__NAME

        static final int DYNAMIC_FEATURE_ACCESS__NAME
        The feature id for the 'Name' attribute.
        See Also:
        Constant Field Values
      • DYNAMIC_FEATURE_ACCESS__SOURCE

        static final int DYNAMIC_FEATURE_ACCESS__SOURCE
        The feature id for the 'Source' containment reference.
        See Also:
        Constant Field Values
      • DYNAMIC_FEATURE_ACCESS__FEATURE_ENTRIES

        static final int DYNAMIC_FEATURE_ACCESS__FEATURE_ENTRIES
        The feature id for the 'Feature Entries' containment reference list.
        See Also:
        Constant Field Values
      • DYNAMIC_FEATURE_ACCESS_FEATURE_COUNT

        static final int DYNAMIC_FEATURE_ACCESS_FEATURE_COUNT
        The number of structural features of the 'Dynamic Feature Access' class.
        See Also:
        Constant Field Values
      • DYNAMIC_FEATURE_ACCESS___GET_RET_VAL_TYPES

        static final int DYNAMIC_FEATURE_ACCESS___GET_RET_VAL_TYPES
        The operation id for the 'Get Ret Val Types' operation.
        See Also:
        Constant Field Values
      • DYNAMIC_FEATURE_ACCESS_OPERATION_COUNT

        static final int DYNAMIC_FEATURE_ACCESS_OPERATION_COUNT
        The number of operations of the 'Dynamic Feature Access' class.
        See Also:
        Constant Field Values
      • INVOCATION__TYPES

        static final int INVOCATION__TYPES
        The feature id for the 'Types' reference list.
        See Also:
        Constant Field Values
      • INVOCATION__METHOD_ACCESS

        static final int INVOCATION__METHOD_ACCESS
        The feature id for the 'Method Access' containment reference.
        See Also:
        Constant Field Values
      • INVOCATION__PARAMS

        static final int INVOCATION__PARAMS
        The feature id for the 'Params' containment reference list.
        See Also:
        Constant Field Values
      • INVOCATION__IS_SERVER_CALL

        static final int INVOCATION__IS_SERVER_CALL
        The feature id for the 'Is Server Call' attribute.
        See Also:
        Constant Field Values
      • INVOCATION_FEATURE_COUNT

        static final int INVOCATION_FEATURE_COUNT
        The number of structural features of the 'Invocation' class.
        See Also:
        Constant Field Values
      • INVOCATION___GET_RET_VAL_TYPES

        static final int INVOCATION___GET_RET_VAL_TYPES
        The operation id for the 'Get Ret Val Types' operation.
        See Also:
        Constant Field Values
      • INVOCATION_OPERATION_COUNT

        static final int INVOCATION_OPERATION_COUNT
        The number of operations of the 'Invocation' class.
        See Also:
        Constant Field Values
      • INDEX_ACCESS__TYPES

        static final int INDEX_ACCESS__TYPES
        The feature id for the 'Types' reference list.
        See Also:
        Constant Field Values
      • INDEX_ACCESS__SOURCE

        static final int INDEX_ACCESS__SOURCE
        The feature id for the 'Source' containment reference.
        See Also:
        Constant Field Values
      • INDEX_ACCESS__INDEX

        static final int INDEX_ACCESS__INDEX
        The feature id for the 'Index' containment reference.
        See Also:
        Constant Field Values
      • INDEX_ACCESS_FEATURE_COUNT

        static final int INDEX_ACCESS_FEATURE_COUNT
        The number of structural features of the 'Index Access' class.
        See Also:
        Constant Field Values
      • INDEX_ACCESS___GET_RET_VAL_TYPES

        static final int INDEX_ACCESS___GET_RET_VAL_TYPES
        The operation id for the 'Get Ret Val Types' operation.
        See Also:
        Constant Field Values
      • INDEX_ACCESS_OPERATION_COUNT

        static final int INDEX_ACCESS_OPERATION_COUNT
        The number of operations of the 'Index Access' class.
        See Also:
        Constant Field Values
      • FUNCTION_STYLE_CREATOR__TYPES

        static final int FUNCTION_STYLE_CREATOR__TYPES
        The feature id for the 'Types' reference list.
        See Also:
        Constant Field Values
      • FUNCTION_STYLE_CREATOR__TYPE_NAME_EXPRESSION

        static final int FUNCTION_STYLE_CREATOR__TYPE_NAME_EXPRESSION
        The feature id for the 'Type Name Expression' containment reference.
        See Also:
        Constant Field Values
      • FUNCTION_STYLE_CREATOR__PARAMS_EXPRESSION

        static final int FUNCTION_STYLE_CREATOR__PARAMS_EXPRESSION
        The feature id for the 'Params Expression' containment reference.
        See Also:
        Constant Field Values
      • FUNCTION_STYLE_CREATOR_FEATURE_COUNT

        static final int FUNCTION_STYLE_CREATOR_FEATURE_COUNT
        The number of structural features of the 'Function Style Creator' class.
        See Also:
        Constant Field Values
      • FUNCTION_STYLE_CREATOR___GET_RET_VAL_TYPES

        static final int FUNCTION_STYLE_CREATOR___GET_RET_VAL_TYPES
        The operation id for the 'Get Ret Val Types' operation.
        See Also:
        Constant Field Values
      • FUNCTION_STYLE_CREATOR_OPERATION_COUNT

        static final int FUNCTION_STYLE_CREATOR_OPERATION_COUNT
        The number of operations of the 'Function Style Creator' class.
        See Also:
        Constant Field Values
      • OPERATOR_STYLE_CREATOR__TYPES

        static final int OPERATOR_STYLE_CREATOR__TYPES
        The feature id for the 'Types' reference list.
        See Also:
        Constant Field Values
      • OPERATOR_STYLE_CREATOR__TYPE

        static final int OPERATOR_STYLE_CREATOR__TYPE
        The feature id for the 'Type' reference.
        See Also:
        Constant Field Values
      • OPERATOR_STYLE_CREATOR__PARAMS

        static final int OPERATOR_STYLE_CREATOR__PARAMS
        The feature id for the 'Params' containment reference list.
        See Also:
        Constant Field Values
      • OPERATOR_STYLE_CREATOR_FEATURE_COUNT

        static final int OPERATOR_STYLE_CREATOR_FEATURE_COUNT
        The number of structural features of the 'Operator Style Creator' class.
        See Also:
        Constant Field Values
      • OPERATOR_STYLE_CREATOR___GET_RET_VAL_TYPES

        static final int OPERATOR_STYLE_CREATOR___GET_RET_VAL_TYPES
        The operation id for the 'Get Ret Val Types' operation.
        See Also:
        Constant Field Values
      • OPERATOR_STYLE_CREATOR_OPERATION_COUNT

        static final int OPERATOR_STYLE_CREATOR_OPERATION_COUNT
        The number of operations of the 'Operator Style Creator' class.
        See Also:
        Constant Field Values
      • NAME_EXPRESSION__TYPES

        static final int NAME_EXPRESSION__TYPES
        The feature id for the 'Types' reference list.
        See Also:
        Constant Field Values
      • NAME_EXPRESSION__NAME

        static final int NAME_EXPRESSION__NAME
        The feature id for the 'Name' attribute.
        See Also:
        Constant Field Values
      • NAME_EXPRESSION_FEATURE_COUNT

        static final int NAME_EXPRESSION_FEATURE_COUNT
        The number of structural features of the 'Name Expression' class.
        See Also:
        Constant Field Values
      • NAME_EXPRESSION___GET_RET_VAL_TYPES

        static final int NAME_EXPRESSION___GET_RET_VAL_TYPES
        The operation id for the 'Get Ret Val Types' operation.
        See Also:
        Constant Field Values
      • NAME_EXPRESSION_OPERATION_COUNT

        static final int NAME_EXPRESSION_OPERATION_COUNT
        The number of operations of the 'Name Expression' class.
        See Also:
        Constant Field Values
      • EMPTY_EXPRESSION__TYPES

        static final int EMPTY_EXPRESSION__TYPES
        The feature id for the 'Types' reference list.
        See Also:
        Constant Field Values
      • EMPTY_EXPRESSION_FEATURE_COUNT

        static final int EMPTY_EXPRESSION_FEATURE_COUNT
        The number of structural features of the 'Empty Expression' class.
        See Also:
        Constant Field Values
      • EMPTY_EXPRESSION___GET_RET_VAL_TYPES

        static final int EMPTY_EXPRESSION___GET_RET_VAL_TYPES
        The operation id for the 'Get Ret Val Types' operation.
        See Also:
        Constant Field Values
      • EMPTY_EXPRESSION_OPERATION_COUNT

        static final int EMPTY_EXPRESSION_OPERATION_COUNT
        The number of operations of the 'Empty Expression' class.
        See Also:
        Constant Field Values
      • AWAIT_EXPRESSION__TYPES

        static final int AWAIT_EXPRESSION__TYPES
        The feature id for the 'Types' reference list.
        See Also:
        Constant Field Values
      • AWAIT_EXPRESSION__EXPRESSION

        static final int AWAIT_EXPRESSION__EXPRESSION
        The feature id for the 'Expression' containment reference.
        See Also:
        Constant Field Values
      • AWAIT_EXPRESSION_FEATURE_COUNT

        static final int AWAIT_EXPRESSION_FEATURE_COUNT
        The number of structural features of the 'Await Expression' class.
        See Also:
        Constant Field Values
      • AWAIT_EXPRESSION___GET_RET_VAL_TYPES

        static final int AWAIT_EXPRESSION___GET_RET_VAL_TYPES
        The operation id for the 'Get Ret Val Types' operation.
        See Also:
        Constant Field Values
      • AWAIT_EXPRESSION_OPERATION_COUNT

        static final int AWAIT_EXPRESSION_OPERATION_COUNT
        The number of operations of the 'Await Expression' class.
        See Also:
        Constant Field Values
      • LITERAL__TYPES

        static final int LITERAL__TYPES
        The feature id for the 'Types' reference list.
        See Also:
        Constant Field Values
      • LITERAL_FEATURE_COUNT

        static final int LITERAL_FEATURE_COUNT
        The number of structural features of the 'Literal' class.
        See Also:
        Constant Field Values
      • LITERAL___GET_RET_VAL_TYPES

        static final int LITERAL___GET_RET_VAL_TYPES
        The operation id for the 'Get Ret Val Types' operation.
        See Also:
        Constant Field Values
      • LITERAL_OPERATION_COUNT

        static final int LITERAL_OPERATION_COUNT
        The number of operations of the 'Literal' class.
        See Also:
        Constant Field Values
      • NULL_LITERAL__TYPES

        static final int NULL_LITERAL__TYPES
        The feature id for the 'Types' reference list.
        See Also:
        Constant Field Values
      • NULL_LITERAL_FEATURE_COUNT

        static final int NULL_LITERAL_FEATURE_COUNT
        The number of structural features of the 'Null Literal' class.
        See Also:
        Constant Field Values
      • NULL_LITERAL___GET_RET_VAL_TYPES

        static final int NULL_LITERAL___GET_RET_VAL_TYPES
        The operation id for the 'Get Ret Val Types' operation.
        See Also:
        Constant Field Values
      • NULL_LITERAL_OPERATION_COUNT

        static final int NULL_LITERAL_OPERATION_COUNT
        The number of operations of the 'Null Literal' class.
        See Also:
        Constant Field Values
      • UNDEFINED_LITERAL__TYPES

        static final int UNDEFINED_LITERAL__TYPES
        The feature id for the 'Types' reference list.
        See Also:
        Constant Field Values
      • UNDEFINED_LITERAL_FEATURE_COUNT

        static final int UNDEFINED_LITERAL_FEATURE_COUNT
        The number of structural features of the 'Undefined Literal' class.
        See Also:
        Constant Field Values
      • UNDEFINED_LITERAL___GET_RET_VAL_TYPES

        static final int UNDEFINED_LITERAL___GET_RET_VAL_TYPES
        The operation id for the 'Get Ret Val Types' operation.
        See Also:
        Constant Field Values
      • UNDEFINED_LITERAL_OPERATION_COUNT

        static final int UNDEFINED_LITERAL_OPERATION_COUNT
        The number of operations of the 'Undefined Literal' class.
        See Also:
        Constant Field Values
      • BOOLEAN_LITERAL__TYPES

        static final int BOOLEAN_LITERAL__TYPES
        The feature id for the 'Types' reference list.
        See Also:
        Constant Field Values
      • BOOLEAN_LITERAL__IS_TRUE

        static final int BOOLEAN_LITERAL__IS_TRUE
        The feature id for the 'Is True' attribute.
        See Also:
        Constant Field Values
      • BOOLEAN_LITERAL_FEATURE_COUNT

        static final int BOOLEAN_LITERAL_FEATURE_COUNT
        The number of structural features of the 'Boolean Literal' class.
        See Also:
        Constant Field Values
      • BOOLEAN_LITERAL___GET_RET_VAL_TYPES

        static final int BOOLEAN_LITERAL___GET_RET_VAL_TYPES
        The operation id for the 'Get Ret Val Types' operation.
        See Also:
        Constant Field Values
      • BOOLEAN_LITERAL_OPERATION_COUNT

        static final int BOOLEAN_LITERAL_OPERATION_COUNT
        The number of operations of the 'Boolean Literal' class.
        See Also:
        Constant Field Values
      • NUMBER_LITERAL__TYPES

        static final int NUMBER_LITERAL__TYPES
        The feature id for the 'Types' reference list.
        See Also:
        Constant Field Values
      • NUMBER_LITERAL__VALUE

        static final int NUMBER_LITERAL__VALUE
        The feature id for the 'Value' attribute list.
        See Also:
        Constant Field Values
      • NUMBER_LITERAL_FEATURE_COUNT

        static final int NUMBER_LITERAL_FEATURE_COUNT
        The number of structural features of the 'Number Literal' class.
        See Also:
        Constant Field Values
      • NUMBER_LITERAL___GET_RET_VAL_TYPES

        static final int NUMBER_LITERAL___GET_RET_VAL_TYPES
        The operation id for the 'Get Ret Val Types' operation.
        See Also:
        Constant Field Values
      • NUMBER_LITERAL_OPERATION_COUNT

        static final int NUMBER_LITERAL_OPERATION_COUNT
        The number of operations of the 'Number Literal' class.
        See Also:
        Constant Field Values
      • DATE_LITERAL__TYPES

        static final int DATE_LITERAL__TYPES
        The feature id for the 'Types' reference list.
        See Also:
        Constant Field Values
      • DATE_LITERAL__VALUE

        static final int DATE_LITERAL__VALUE
        The feature id for the 'Value' attribute.
        See Also:
        Constant Field Values
      • DATE_LITERAL_FEATURE_COUNT

        static final int DATE_LITERAL_FEATURE_COUNT
        The number of structural features of the 'Date Literal' class.
        See Also:
        Constant Field Values
      • DATE_LITERAL___GET_RET_VAL_TYPES

        static final int DATE_LITERAL___GET_RET_VAL_TYPES
        The operation id for the 'Get Ret Val Types' operation.
        See Also:
        Constant Field Values
      • DATE_LITERAL_OPERATION_COUNT

        static final int DATE_LITERAL_OPERATION_COUNT
        The number of operations of the 'Date Literal' class.
        See Also:
        Constant Field Values
      • STRING_LITERAL__TYPES

        static final int STRING_LITERAL__TYPES
        The feature id for the 'Types' reference list.
        See Also:
        Constant Field Values
      • STRING_LITERAL__LINES

        static final int STRING_LITERAL__LINES
        The feature id for the 'Lines' attribute list.
        See Also:
        Constant Field Values
      • STRING_LITERAL_FEATURE_COUNT

        static final int STRING_LITERAL_FEATURE_COUNT
        The number of structural features of the 'String Literal' class.
        See Also:
        Constant Field Values
      • STRING_LITERAL___GET_RET_VAL_TYPES

        static final int STRING_LITERAL___GET_RET_VAL_TYPES
        The operation id for the 'Get Ret Val Types' operation.
        See Also:
        Constant Field Values
      • STRING_LITERAL___LINES__BOOLEAN

        static final int STRING_LITERAL___LINES__BOOLEAN
        The operation id for the 'Lines' operation.
        See Also:
        Constant Field Values
      • STRING_LITERAL_OPERATION_COUNT

        static final int STRING_LITERAL_OPERATION_COUNT
        The number of operations of the 'String Literal' class.
        See Also:
        Constant Field Values
      • BUILTIN_FUNCTION__NAME

        static final int BUILTIN_FUNCTION__NAME
        The feature id for the 'Name' attribute.
        See Also:
        Constant Field Values
      • BUILTIN_FUNCTION__NAME_RU

        static final int BUILTIN_FUNCTION__NAME_RU
        The feature id for the 'Name Ru' attribute.
        See Also:
        Constant Field Values
      • BUILTIN_FUNCTION__PARAM_SETS

        static final int BUILTIN_FUNCTION__PARAM_SETS
        The feature id for the 'Param Sets' containment reference list.
        See Also:
        Constant Field Values
      • BUILTIN_FUNCTION_FEATURE_COUNT

        static final int BUILTIN_FUNCTION_FEATURE_COUNT
        The number of structural features of the 'Builtin Function' class.
        See Also:
        Constant Field Values
      • BUILTIN_FUNCTION_OPERATION_COUNT

        static final int BUILTIN_FUNCTION_OPERATION_COUNT
        The number of operations of the 'Builtin Function' class.
        See Also:
        Constant Field Values
      • PARAM_SET__MIN_PARAMS

        static final int PARAM_SET__MIN_PARAMS
        The feature id for the 'Min Params' attribute.
        See Also:
        Constant Field Values
      • PARAM_SET__MAX_PARAMS

        static final int PARAM_SET__MAX_PARAMS
        The feature id for the 'Max Params' attribute.
        See Also:
        Constant Field Values
      • PARAM_SET_FEATURE_COUNT

        static final int PARAM_SET_FEATURE_COUNT
        The number of structural features of the 'Param Set' class.
        See Also:
        Constant Field Values
      • PARAM_SET_OPERATION_COUNT

        static final int PARAM_SET_OPERATION_COUNT
        The number of operations of the 'Param Set' class.
        See Also:
        Constant Field Values
      • FAKE_REFERENCE__PROPERTY

        static final int FAKE_REFERENCE__PROPERTY
        The feature id for the 'Property' reference.
        See Also:
        Constant Field Values
      • FAKE_REFERENCE__METHOD

        static final int FAKE_REFERENCE__METHOD
        The feature id for the 'Method' reference.
        See Also:
        Constant Field Values
      • FAKE_REFERENCE_FEATURE_COUNT

        static final int FAKE_REFERENCE_FEATURE_COUNT
        The number of structural features of the 'Fake Reference' class.
        See Also:
        Constant Field Values
      • FAKE_REFERENCE_OPERATION_COUNT

        static final int FAKE_REFERENCE_OPERATION_COUNT
        The number of operations of the 'Fake Reference' class.
        See Also:
        Constant Field Values
      • FEATURES_SCOPE_SPEC__MODULE

        static final int FEATURES_SCOPE_SPEC__MODULE
        The feature id for the 'Module' reference.
        See Also:
        Constant Field Values
      • FEATURES_SCOPE_SPEC__METHOD

        static final int FEATURES_SCOPE_SPEC__METHOD
        The feature id for the 'Method' reference.
        See Also:
        Constant Field Values
      • FEATURES_SCOPE_SPEC__ENVIRONMENTS

        static final int FEATURES_SCOPE_SPEC__ENVIRONMENTS
        The feature id for the 'Environments' attribute.
        See Also:
        Constant Field Values
      • FEATURES_SCOPE_SPEC__IGNORE_MODULE_ITEMS

        static final int FEATURES_SCOPE_SPEC__IGNORE_MODULE_ITEMS
        The feature id for the 'Ignore Module Items' attribute.
        See Also:
        Constant Field Values
      • FEATURES_SCOPE_SPEC_FEATURE_COUNT

        static final int FEATURES_SCOPE_SPEC_FEATURE_COUNT
        The number of structural features of the 'Features Scope Spec' class.
        See Also:
        Constant Field Values
      • FEATURES_SCOPE_SPEC_OPERATION_COUNT

        static final int FEATURES_SCOPE_SPEC_OPERATION_COUNT
        The number of operations of the 'Features Scope Spec' class.
        See Also:
        Constant Field Values
      • METHODS_SCOPE_SPEC__MODULE

        static final int METHODS_SCOPE_SPEC__MODULE
        The feature id for the 'Module' reference.
        See Also:
        Constant Field Values
      • METHODS_SCOPE_SPEC__METHOD

        static final int METHODS_SCOPE_SPEC__METHOD
        The feature id for the 'Method' reference.
        See Also:
        Constant Field Values
      • METHODS_SCOPE_SPEC__ENVIRONMENTS

        static final int METHODS_SCOPE_SPEC__ENVIRONMENTS
        The feature id for the 'Environments' attribute.
        See Also:
        Constant Field Values
      • METHODS_SCOPE_SPEC__IGNORE_MODULE_ITEMS

        static final int METHODS_SCOPE_SPEC__IGNORE_MODULE_ITEMS
        The feature id for the 'Ignore Module Items' attribute.
        See Also:
        Constant Field Values
      • METHODS_SCOPE_SPEC__IGNORE_SERVER_CALLS

        static final int METHODS_SCOPE_SPEC__IGNORE_SERVER_CALLS
        The feature id for the 'Ignore Server Calls' attribute.
        See Also:
        Constant Field Values
      • METHODS_SCOPE_SPEC__METHOD_REF

        static final int METHODS_SCOPE_SPEC__METHOD_REF
        The feature id for the 'Method Ref' reference.
        See Also:
        Constant Field Values
      • METHODS_SCOPE_SPEC_FEATURE_COUNT

        static final int METHODS_SCOPE_SPEC_FEATURE_COUNT
        The number of structural features of the 'Methods Scope Spec' class.
        See Also:
        Constant Field Values
      • METHODS_SCOPE_SPEC_OPERATION_COUNT

        static final int METHODS_SCOPE_SPEC_OPERATION_COUNT
        The number of operations of the 'Methods Scope Spec' class.
        See Also:
        Constant Field Values
      • VARIABLES_SCOPE_SPEC__MODULE

        static final int VARIABLES_SCOPE_SPEC__MODULE
        The feature id for the 'Module' reference.
        See Also:
        Constant Field Values
      • VARIABLES_SCOPE_SPEC__METHOD

        static final int VARIABLES_SCOPE_SPEC__METHOD
        The feature id for the 'Method' reference.
        See Also:
        Constant Field Values
      • VARIABLES_SCOPE_SPEC__ENVIRONMENTS

        static final int VARIABLES_SCOPE_SPEC__ENVIRONMENTS
        The feature id for the 'Environments' attribute.
        See Also:
        Constant Field Values
      • VARIABLES_SCOPE_SPEC__IGNORE_MODULE_ITEMS

        static final int VARIABLES_SCOPE_SPEC__IGNORE_MODULE_ITEMS
        The feature id for the 'Ignore Module Items' attribute.
        See Also:
        Constant Field Values
      • VARIABLES_SCOPE_SPEC__IGNORE_IMPLICITS

        static final int VARIABLES_SCOPE_SPEC__IGNORE_IMPLICITS
        The feature id for the 'Ignore Implicits' attribute.
        See Also:
        Constant Field Values
      • VARIABLES_SCOPE_SPEC__STATEMENT

        static final int VARIABLES_SCOPE_SPEC__STATEMENT
        The feature id for the 'Statement' reference.
        See Also:
        Constant Field Values
      • VARIABLES_SCOPE_SPEC__VARIABLE_REF

        static final int VARIABLES_SCOPE_SPEC__VARIABLE_REF
        The feature id for the 'Variable Ref' reference.
        See Also:
        Constant Field Values
      • VARIABLES_SCOPE_SPEC_FEATURE_COUNT

        static final int VARIABLES_SCOPE_SPEC_FEATURE_COUNT
        The number of structural features of the 'Variables Scope Spec' class.
        See Also:
        Constant Field Values
      • VARIABLES_SCOPE_SPEC_OPERATION_COUNT

        static final int VARIABLES_SCOPE_SPEC_OPERATION_COUNT
        The number of operations of the 'Variables Scope Spec' class.
        See Also:
        Constant Field Values
      • VERSIONED_ELEMENT__ELEMENT

        static final int VERSIONED_ELEMENT__ELEMENT
        The feature id for the 'Element' reference.
        See Also:
        Constant Field Values
      • VERSIONED_ELEMENT__VERSION

        static final int VERSIONED_ELEMENT__VERSION
        The feature id for the 'Version' attribute.
        See Also:
        Constant Field Values
      • VERSIONED_ELEMENT_FEATURE_COUNT

        static final int VERSIONED_ELEMENT_FEATURE_COUNT
        The number of structural features of the 'Versioned Element' class.
        See Also:
        Constant Field Values
      • VERSIONED_ELEMENT_OPERATION_COUNT

        static final int VERSIONED_ELEMENT_OPERATION_COUNT
        The number of operations of the 'Versioned Element' class.
        See Also:
        Constant Field Values
      • DOCUMENTATION_ELEMENT__ELEMENT

        static final int DOCUMENTATION_ELEMENT__ELEMENT
        The feature id for the 'Element' reference.
        See Also:
        Constant Field Values
      • DOCUMENTATION_ELEMENT__VERSION

        static final int DOCUMENTATION_ELEMENT__VERSION
        The feature id for the 'Version' attribute.
        See Also:
        Constant Field Values
      • DOCUMENTATION_ELEMENT__DOCUMENTATION

        static final int DOCUMENTATION_ELEMENT__DOCUMENTATION
        The feature id for the 'Documentation' attribute.
        See Also:
        Constant Field Values
      • DOCUMENTATION_ELEMENT__TEMPLATE

        static final int DOCUMENTATION_ELEMENT__TEMPLATE
        The feature id for the 'Template' attribute.
        See Also:
        Constant Field Values
      • DOCUMENTATION_ELEMENT_FEATURE_COUNT

        static final int DOCUMENTATION_ELEMENT_FEATURE_COUNT
        The number of structural features of the 'Documentation Element' class.
        See Also:
        Constant Field Values
      • DOCUMENTATION_ELEMENT_OPERATION_COUNT

        static final int DOCUMENTATION_ELEMENT_OPERATION_COUNT
        The number of operations of the 'Documentation Element' class.
        See Also:
        Constant Field Values
      • PROPERTY_TYPE__NAME

        static final int PROPERTY_TYPE__NAME
        The feature id for the 'Name' attribute.
        See Also:
        Constant Field Values
      • PROPERTY_TYPE__NAME_RU

        static final int PROPERTY_TYPE__NAME_RU
        The feature id for the 'Name Ru' attribute.
        See Also:
        Constant Field Values
      • PROPERTY_TYPE__ENVIRONMENTS

        static final int PROPERTY_TYPE__ENVIRONMENTS
        The feature id for the 'Environments' attribute.
        See Also:
        Constant Field Values
      • PROPERTY_TYPE__DEPRECATED_SINCE

        static final int PROPERTY_TYPE__DEPRECATED_SINCE
        The feature id for the 'Deprecated Since' attribute.
        See Also:
        Constant Field Values
      • PROPERTY_TYPE__COMPATIBILITY_MODE

        static final int PROPERTY_TYPE__COMPATIBILITY_MODE
        The feature id for the 'Compatibility Mode' attribute.
        See Also:
        Constant Field Values
      • PROPERTY_TYPE__REPLACED_BY

        static final int PROPERTY_TYPE__REPLACED_BY
        The feature id for the 'Replaced By' attribute list.
        See Also:
        Constant Field Values
      • PROPERTY_TYPE__CTORS

        static final int PROPERTY_TYPE__CTORS
        The feature id for the 'Ctors' containment reference list.
        See Also:
        Constant Field Values
      • PROPERTY_TYPE__CONTEXT_DEF

        static final int PROPERTY_TYPE__CONTEXT_DEF
        The feature id for the 'Context Def' containment reference.
        See Also:
        Constant Field Values
      • PROPERTY_TYPE__EVENTS

        static final int PROPERTY_TYPE__EVENTS
        The feature id for the 'Events' containment reference list.
        See Also:
        Constant Field Values
      • PROPERTY_TYPE__SYS_ENUM

        static final int PROPERTY_TYPE__SYS_ENUM
        The feature id for the 'Sys Enum' attribute.
        See Also:
        Constant Field Values
      • PROPERTY_TYPE__CREATED_BY_NEW_OPERATOR

        static final int PROPERTY_TYPE__CREATED_BY_NEW_OPERATOR
        The feature id for the 'Created By New Operator' attribute.
        See Also:
        Constant Field Values
      • PROPERTY_TYPE__PARENT_TYPE

        static final int PROPERTY_TYPE__PARENT_TYPE
        The feature id for the 'Parent Type' reference.
        See Also:
        Constant Field Values
      • PROPERTY_TYPE__ITERABLE

        static final int PROPERTY_TYPE__ITERABLE
        The feature id for the 'Iterable' attribute.
        See Also:
        Constant Field Values
      • PROPERTY_TYPE__INDEX_ACCESSIBLE

        static final int PROPERTY_TYPE__INDEX_ACCESSIBLE
        The feature id for the 'Index Accessible' attribute.
        See Also:
        Constant Field Values
      • PROPERTY_TYPE__EXCHANGE_WITH_SERVER

        static final int PROPERTY_TYPE__EXCHANGE_WITH_SERVER
        The feature id for the 'Exchange With Server' attribute.
        See Also:
        Constant Field Values
      • PROPERTY_TYPE__COLLECTION_ELEMENT_TYPES

        static final int PROPERTY_TYPE__COLLECTION_ELEMENT_TYPES
        The feature id for the 'Collection Element Types' containment reference.
        See Also:
        Constant Field Values
      • PROPERTY_TYPE__PROPERTY_NAME

        static final int PROPERTY_TYPE__PROPERTY_NAME
        The feature id for the 'Property Name' attribute list.
        See Also:
        Constant Field Values
      • PROPERTY_TYPE_FEATURE_COUNT

        static final int PROPERTY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Property Type' class.
        See Also:
        Constant Field Values
      • PROPERTY_TYPE___ENVIRONMENTS

        static final int PROPERTY_TYPE___ENVIRONMENTS
        The operation id for the 'Environments' operation.
        See Also:
        Constant Field Values
      • PROPERTY_TYPE___ALL_EVENTS

        static final int PROPERTY_TYPE___ALL_EVENTS
        The operation id for the 'All Events' operation.
        See Also:
        Constant Field Values
      • PROPERTY_TYPE_OPERATION_COUNT

        static final int PROPERTY_TYPE_OPERATION_COUNT
        The number of operations of the 'Property Type' class.
        See Also:
        Constant Field Values
      • EXTENDED_TYPE__NAME

        static final int EXTENDED_TYPE__NAME
        The feature id for the 'Name' attribute.
        See Also:
        Constant Field Values
      • EXTENDED_TYPE__NAME_RU

        static final int EXTENDED_TYPE__NAME_RU
        The feature id for the 'Name Ru' attribute.
        See Also:
        Constant Field Values
      • EXTENDED_TYPE__ENVIRONMENTS

        static final int EXTENDED_TYPE__ENVIRONMENTS
        The feature id for the 'Environments' attribute.
        See Also:
        Constant Field Values
      • EXTENDED_TYPE__DEPRECATED_SINCE

        static final int EXTENDED_TYPE__DEPRECATED_SINCE
        The feature id for the 'Deprecated Since' attribute.
        See Also:
        Constant Field Values
      • EXTENDED_TYPE__COMPATIBILITY_MODE

        static final int EXTENDED_TYPE__COMPATIBILITY_MODE
        The feature id for the 'Compatibility Mode' attribute.
        See Also:
        Constant Field Values
      • EXTENDED_TYPE__REPLACED_BY

        static final int EXTENDED_TYPE__REPLACED_BY
        The feature id for the 'Replaced By' attribute list.
        See Also:
        Constant Field Values
      • EXTENDED_TYPE__CTORS

        static final int EXTENDED_TYPE__CTORS
        The feature id for the 'Ctors' containment reference list.
        See Also:
        Constant Field Values
      • EXTENDED_TYPE__CONTEXT_DEF

        static final int EXTENDED_TYPE__CONTEXT_DEF
        The feature id for the 'Context Def' containment reference.
        See Also:
        Constant Field Values
      • EXTENDED_TYPE__EVENTS

        static final int EXTENDED_TYPE__EVENTS
        The feature id for the 'Events' containment reference list.
        See Also:
        Constant Field Values
      • EXTENDED_TYPE__SYS_ENUM

        static final int EXTENDED_TYPE__SYS_ENUM
        The feature id for the 'Sys Enum' attribute.
        See Also:
        Constant Field Values
      • EXTENDED_TYPE__CREATED_BY_NEW_OPERATOR

        static final int EXTENDED_TYPE__CREATED_BY_NEW_OPERATOR
        The feature id for the 'Created By New Operator' attribute.
        See Also:
        Constant Field Values
      • EXTENDED_TYPE__PARENT_TYPE

        static final int EXTENDED_TYPE__PARENT_TYPE
        The feature id for the 'Parent Type' reference.
        See Also:
        Constant Field Values
      • EXTENDED_TYPE__ITERABLE

        static final int EXTENDED_TYPE__ITERABLE
        The feature id for the 'Iterable' attribute.
        See Also:
        Constant Field Values
      • EXTENDED_TYPE__INDEX_ACCESSIBLE

        static final int EXTENDED_TYPE__INDEX_ACCESSIBLE
        The feature id for the 'Index Accessible' attribute.
        See Also:
        Constant Field Values
      • EXTENDED_TYPE__EXCHANGE_WITH_SERVER

        static final int EXTENDED_TYPE__EXCHANGE_WITH_SERVER
        The feature id for the 'Exchange With Server' attribute.
        See Also:
        Constant Field Values
      • EXTENDED_TYPE__COLLECTION_ELEMENT_TYPES

        static final int EXTENDED_TYPE__COLLECTION_ELEMENT_TYPES
        The feature id for the 'Collection Element Types' containment reference.
        See Also:
        Constant Field Values
      • EXTENDED_TYPE_FEATURE_COUNT

        static final int EXTENDED_TYPE_FEATURE_COUNT
        The number of structural features of the 'Extended Type' class.
        See Also:
        Constant Field Values
      • EXTENDED_TYPE___ENVIRONMENTS

        static final int EXTENDED_TYPE___ENVIRONMENTS
        The operation id for the 'Environments' operation.
        See Also:
        Constant Field Values
      • EXTENDED_TYPE___ALL_EVENTS

        static final int EXTENDED_TYPE___ALL_EVENTS
        The operation id for the 'All Events' operation.
        See Also:
        Constant Field Values
      • EXTENDED_TYPE_OPERATION_COUNT

        static final int EXTENDED_TYPE_OPERATION_COUNT
        The number of operations of the 'Extended Type' class.
        See Also:
        Constant Field Values
      • EXTENDED_COLLECTION_TYPE__NAME

        static final int EXTENDED_COLLECTION_TYPE__NAME
        The feature id for the 'Name' attribute.
        See Also:
        Constant Field Values
      • EXTENDED_COLLECTION_TYPE__NAME_RU

        static final int EXTENDED_COLLECTION_TYPE__NAME_RU
        The feature id for the 'Name Ru' attribute.
        See Also:
        Constant Field Values
      • EXTENDED_COLLECTION_TYPE__ENVIRONMENTS

        static final int EXTENDED_COLLECTION_TYPE__ENVIRONMENTS
        The feature id for the 'Environments' attribute.
        See Also:
        Constant Field Values
      • EXTENDED_COLLECTION_TYPE__DEPRECATED_SINCE

        static final int EXTENDED_COLLECTION_TYPE__DEPRECATED_SINCE
        The feature id for the 'Deprecated Since' attribute.
        See Also:
        Constant Field Values
      • EXTENDED_COLLECTION_TYPE__COMPATIBILITY_MODE

        static final int EXTENDED_COLLECTION_TYPE__COMPATIBILITY_MODE
        The feature id for the 'Compatibility Mode' attribute.
        See Also:
        Constant Field Values
      • EXTENDED_COLLECTION_TYPE__REPLACED_BY

        static final int EXTENDED_COLLECTION_TYPE__REPLACED_BY
        The feature id for the 'Replaced By' attribute list.
        See Also:
        Constant Field Values
      • EXTENDED_COLLECTION_TYPE__CTORS

        static final int EXTENDED_COLLECTION_TYPE__CTORS
        The feature id for the 'Ctors' containment reference list.
        See Also:
        Constant Field Values
      • EXTENDED_COLLECTION_TYPE__CONTEXT_DEF

        static final int EXTENDED_COLLECTION_TYPE__CONTEXT_DEF
        The feature id for the 'Context Def' containment reference.
        See Also:
        Constant Field Values
      • EXTENDED_COLLECTION_TYPE__EVENTS

        static final int EXTENDED_COLLECTION_TYPE__EVENTS
        The feature id for the 'Events' containment reference list.
        See Also:
        Constant Field Values
      • EXTENDED_COLLECTION_TYPE__SYS_ENUM

        static final int EXTENDED_COLLECTION_TYPE__SYS_ENUM
        The feature id for the 'Sys Enum' attribute.
        See Also:
        Constant Field Values
      • EXTENDED_COLLECTION_TYPE__CREATED_BY_NEW_OPERATOR

        static final int EXTENDED_COLLECTION_TYPE__CREATED_BY_NEW_OPERATOR
        The feature id for the 'Created By New Operator' attribute.
        See Also:
        Constant Field Values
      • EXTENDED_COLLECTION_TYPE__PARENT_TYPE

        static final int EXTENDED_COLLECTION_TYPE__PARENT_TYPE
        The feature id for the 'Parent Type' reference.
        See Also:
        Constant Field Values
      • EXTENDED_COLLECTION_TYPE__ITERABLE

        static final int EXTENDED_COLLECTION_TYPE__ITERABLE
        The feature id for the 'Iterable' attribute.
        See Also:
        Constant Field Values
      • EXTENDED_COLLECTION_TYPE__INDEX_ACCESSIBLE

        static final int EXTENDED_COLLECTION_TYPE__INDEX_ACCESSIBLE
        The feature id for the 'Index Accessible' attribute.
        See Also:
        Constant Field Values
      • EXTENDED_COLLECTION_TYPE__EXCHANGE_WITH_SERVER

        static final int EXTENDED_COLLECTION_TYPE__EXCHANGE_WITH_SERVER
        The feature id for the 'Exchange With Server' attribute.
        See Also:
        Constant Field Values
      • EXTENDED_COLLECTION_TYPE__COLLECTION_ELEMENT_TYPES

        static final int EXTENDED_COLLECTION_TYPE__COLLECTION_ELEMENT_TYPES
        The feature id for the 'Collection Element Types' containment reference.
        See Also:
        Constant Field Values
      • EXTENDED_COLLECTION_TYPE_FEATURE_COUNT

        static final int EXTENDED_COLLECTION_TYPE_FEATURE_COUNT
        The number of structural features of the 'Extended Collection Type' class.
        See Also:
        Constant Field Values
      • EXTENDED_COLLECTION_TYPE___ENVIRONMENTS

        static final int EXTENDED_COLLECTION_TYPE___ENVIRONMENTS
        The operation id for the 'Environments' operation.
        See Also:
        Constant Field Values
      • EXTENDED_COLLECTION_TYPE___ALL_EVENTS

        static final int EXTENDED_COLLECTION_TYPE___ALL_EVENTS
        The operation id for the 'All Events' operation.
        See Also:
        Constant Field Values
      • EXTENDED_COLLECTION_TYPE_OPERATION_COUNT

        static final int EXTENDED_COLLECTION_TYPE_OPERATION_COUNT
        The number of operations of the 'Extended Collection Type' class.
        See Also:
        Constant Field Values
      • BSL_DERIVED_PROPERTY_SOURCE__MODULE_URI

        static final int BSL_DERIVED_PROPERTY_SOURCE__MODULE_URI
        The feature id for the 'Module Uri' attribute.
        See Also:
        Constant Field Values
      • BSL_DERIVED_PROPERTY_SOURCE__METHOD_NAME

        static final int BSL_DERIVED_PROPERTY_SOURCE__METHOD_NAME
        The feature id for the 'Method Name' attribute.
        See Also:
        Constant Field Values
      • BSL_DERIVED_PROPERTY_SOURCE__LOCAL_OFFSET

        static final int BSL_DERIVED_PROPERTY_SOURCE__LOCAL_OFFSET
        The feature id for the 'Local Offset' attribute.
        See Also:
        Constant Field Values
      • BSL_DERIVED_PROPERTY_SOURCE_FEATURE_COUNT

        static final int BSL_DERIVED_PROPERTY_SOURCE_FEATURE_COUNT
        The number of structural features of the 'Derived Property Source' class.
        See Also:
        Constant Field Values
      • BSL_DERIVED_PROPERTY_SOURCE_OPERATION_COUNT

        static final int BSL_DERIVED_PROPERTY_SOURCE_OPERATION_COUNT
        The number of operations of the 'Derived Property Source' class.
        See Also:
        Constant Field Values
    • Method Detail

      • getModule

        org.eclipse.emf.ecore.EClass getModule()
        Returns the meta object for class 'Module'.
        Returns:
        the meta object for class 'Module'.
        See Also:
        Module
      • getModule_Owner

        org.eclipse.emf.ecore.EReference getModule_Owner()
        Returns the meta object for the reference 'Owner'.
        Returns:
        the meta object for the reference 'Owner'.
        See Also:
        Module.getOwner(), getModule()
      • getModule_ModuleType

        org.eclipse.emf.ecore.EAttribute getModule_ModuleType()
        Returns the meta object for the attribute 'Module Type'.
        Returns:
        the meta object for the attribute 'Module Type'.
        See Also:
        Module.getModuleType(), getModule()
      • getModule_DefaultPragmas

        org.eclipse.emf.ecore.EReference getModule_DefaultPragmas()
        Returns the meta object for the containment reference list 'Default Pragmas'.
        Returns:
        the meta object for the containment reference list 'Default Pragmas'.
        See Also:
        Module.getDefaultPragmas(), getModule()
      • getModule_Methods

        org.eclipse.emf.ecore.EReference getModule_Methods()
        Returns the meta object for the containment reference list 'Methods'.
        Returns:
        the meta object for the containment reference list 'Methods'.
        See Also:
        Module.getMethods(), getModule()
      • getModule_Preprocessors

        org.eclipse.emf.ecore.EReference getModule_Preprocessors()
        Returns the meta object for the containment reference list 'Preprocessors'.
        Returns:
        the meta object for the containment reference list 'Preprocessors'.
        See Also:
        Module.getPreprocessors(), getModule()
      • getModule_ContextDef

        org.eclipse.emf.ecore.EReference getModule_ContextDef()
        Returns the meta object for the reference 'Context Def'.
        Returns:
        the meta object for the reference 'Context Def'.
        See Also:
        Module.getContextDef(), getModule()
      • getModule__AllMethods

        org.eclipse.emf.ecore.EOperation getModule__AllMethods()
        Returns the meta object for the 'All Methods' operation.
        Returns:
        the meta object for the 'All Methods' operation.
        See Also:
        Module.allMethods()
      • getBlock

        org.eclipse.emf.ecore.EClass getBlock()
        Returns the meta object for class 'Block'.
        Returns:
        the meta object for class 'Block'.
        See Also:
        Block
      • getBlock_DeclareStatements

        org.eclipse.emf.ecore.EReference getBlock_DeclareStatements()
        Returns the meta object for the containment reference list 'Declare Statements'.
        Returns:
        the meta object for the containment reference list 'Declare Statements'.
        See Also:
        Block.getDeclareStatements(), getBlock()
      • getBlock_Statements

        org.eclipse.emf.ecore.EReference getBlock_Statements()
        Returns the meta object for the containment reference list 'Statements'.
        Returns:
        the meta object for the containment reference list 'Statements'.
        See Also:
        Block.getStatements(), getBlock()
      • getBlock_ImplicitVariables

        org.eclipse.emf.ecore.EReference getBlock_ImplicitVariables()
        Returns the meta object for the reference list 'Implicit Variables'.
        Returns:
        the meta object for the reference list 'Implicit Variables'.
        See Also:
        Block.getImplicitVariables(), getBlock()
      • getBlock_UniqueName

        org.eclipse.emf.ecore.EAttribute getBlock_UniqueName()
        Returns the meta object for the attribute 'Unique Name'.
        Returns:
        the meta object for the attribute 'Unique Name'.
        See Also:
        Block.getUniqueName(), getBlock()
      • getBlock__AllDeclareStatements

        org.eclipse.emf.ecore.EOperation getBlock__AllDeclareStatements()
        Returns the meta object for the 'All Declare Statements' operation.
        Returns:
        the meta object for the 'All Declare Statements' operation.
        See Also:
        Block.allDeclareStatements()
      • getBlock__AllStatements

        org.eclipse.emf.ecore.EOperation getBlock__AllStatements()
        Returns the meta object for the 'All Statements' operation.
        Returns:
        the meta object for the 'All Statements' operation.
        See Also:
        Block.allStatements()
      • getPragmaTarget

        org.eclipse.emf.ecore.EClass getPragmaTarget()
        Returns the meta object for class 'Pragma Target'.
        Returns:
        the meta object for class 'Pragma Target'.
        See Also:
        PragmaTarget
      • getPragmaTarget_Pragmas

        org.eclipse.emf.ecore.EReference getPragmaTarget_Pragmas()
        Returns the meta object for the containment reference list 'Pragmas'.
        Returns:
        the meta object for the containment reference list 'Pragmas'.
        See Also:
        PragmaTarget.getPragmas(), getPragmaTarget()
      • getPragma

        org.eclipse.emf.ecore.EClass getPragma()
        Returns the meta object for class 'Pragma'.
        Returns:
        the meta object for class 'Pragma'.
        See Also:
        Pragma
      • getPragma_Symbol

        org.eclipse.emf.ecore.EAttribute getPragma_Symbol()
        Returns the meta object for the attribute 'Symbol'.
        Returns:
        the meta object for the attribute 'Symbol'.
        See Also:
        Pragma.getSymbol(), getPragma()
      • getPragma_Value

        org.eclipse.emf.ecore.EAttribute getPragma_Value()
        Returns the meta object for the attribute 'Value'.
        Returns:
        the meta object for the attribute 'Value'.
        See Also:
        Pragma.getValue(), getPragma()
      • getPragma__Value

        org.eclipse.emf.ecore.EOperation getPragma__Value()
        Returns the meta object for the 'Value' operation.
        Returns:
        the meta object for the 'Value' operation.
        See Also:
        Pragma.value()
      • getDeclareStatement

        org.eclipse.emf.ecore.EClass getDeclareStatement()
        Returns the meta object for class 'Declare Statement'.
        Returns:
        the meta object for class 'Declare Statement'.
        See Also:
        DeclareStatement
      • getDeclareStatement_Variables

        org.eclipse.emf.ecore.EReference getDeclareStatement_Variables()
        Returns the meta object for the containment reference list 'Variables'.
        Returns:
        the meta object for the containment reference list 'Variables'.
        See Also:
        DeclareStatement.getVariables(), getDeclareStatement()
      • getPreprocessor

        org.eclipse.emf.ecore.EClass getPreprocessor()
        Returns the meta object for class 'Preprocessor'.
        Returns:
        the meta object for class 'Preprocessor'.
        See Also:
        Preprocessor
      • getPreprocessor_ItemAfter

        org.eclipse.emf.ecore.EReference getPreprocessor_ItemAfter()
        Returns the meta object for the containment reference 'Item After'.
        Returns:
        the meta object for the containment reference 'Item After'.
        See Also:
        Preprocessor.getItemAfter(), getPreprocessor()
      • getPreprocessor__AllPreprocessorItems

        org.eclipse.emf.ecore.EOperation getPreprocessor__AllPreprocessorItems()
        Returns the meta object for the 'All Preprocessor Items' operation.
        Returns:
        the meta object for the 'All Preprocessor Items' operation.
        See Also:
        Preprocessor.allPreprocessorItems()
      • getPreprocessorItem

        org.eclipse.emf.ecore.EClass getPreprocessorItem()
        Returns the meta object for class 'Preprocessor Item'.
        Returns:
        the meta object for class 'Preprocessor Item'.
        See Also:
        PreprocessorItem
      • getPreprocessorItem__HasDeclareStatements

        org.eclipse.emf.ecore.EOperation getPreprocessorItem__HasDeclareStatements()
        Returns the meta object for the 'Has Declare Statements' operation.
        Returns:
        the meta object for the 'Has Declare Statements' operation.
        See Also:
        PreprocessorItem.hasDeclareStatements()
      • getPreprocessorItem__HasStatements

        org.eclipse.emf.ecore.EOperation getPreprocessorItem__HasStatements()
        Returns the meta object for the 'Has Statements' operation.
        Returns:
        the meta object for the 'Has Statements' operation.
        See Also:
        PreprocessorItem.hasStatements()
      • getPreprocessorItem__HasMethods

        org.eclipse.emf.ecore.EOperation getPreprocessorItem__HasMethods()
        Returns the meta object for the 'Has Methods' operation.
        Returns:
        the meta object for the 'Has Methods' operation.
        See Also:
        PreprocessorItem.hasMethods()
      • getPreprocessorItem__HasPreprocessors

        org.eclipse.emf.ecore.EOperation getPreprocessorItem__HasPreprocessors()
        Returns the meta object for the 'Has Preprocessors' operation.
        Returns:
        the meta object for the 'Has Preprocessors' operation.
        See Also:
        PreprocessorItem.hasPreprocessors()
      • getPreprocessorItem__HasExpression

        org.eclipse.emf.ecore.EOperation getPreprocessorItem__HasExpression()
        Returns the meta object for the 'Has Expression' operation.
        Returns:
        the meta object for the 'Has Expression' operation.
        See Also:
        PreprocessorItem.hasExpression()
      • getPreprocessorItem__HasElement

        org.eclipse.emf.ecore.EOperation getPreprocessorItem__HasElement()
        Returns the meta object for the 'Has Element' operation.
        Returns:
        the meta object for the 'Has Element' operation.
        See Also:
        PreprocessorItem.hasElement()
      • getPreprocessorItemStatements__HasStatements

        org.eclipse.emf.ecore.EOperation getPreprocessorItemStatements__HasStatements()
        Returns the meta object for the 'Has Statements' operation.
        Returns:
        the meta object for the 'Has Statements' operation.
        See Also:
        PreprocessorItemStatements.hasStatements()
      • getPreprocessorItemExpression__HasExpression

        org.eclipse.emf.ecore.EOperation getPreprocessorItemExpression__HasExpression()
        Returns the meta object for the 'Has Expression' operation.
        Returns:
        the meta object for the 'Has Expression' operation.
        See Also:
        PreprocessorItemExpression.hasExpression()
      • getPreprocessorItemMethodStatement__HasMethods

        org.eclipse.emf.ecore.EOperation getPreprocessorItemMethodStatement__HasMethods()
        Returns the meta object for the 'Has Methods' operation.
        Returns:
        the meta object for the 'Has Methods' operation.
        See Also:
        PreprocessorItemMethodStatement.hasMethods()
      • getPreprocessorItemModule

        org.eclipse.emf.ecore.EClass getPreprocessorItemModule()
        Returns the meta object for class 'Preprocessor Item Module'.
        Returns:
        the meta object for class 'Preprocessor Item Module'.
        See Also:
        PreprocessorItemModule
      • getRegionPreprocessor

        org.eclipse.emf.ecore.EClass getRegionPreprocessor()
        Returns the meta object for class 'Region Preprocessor'.
        Returns:
        the meta object for class 'Region Preprocessor'.
        See Also:
        RegionPreprocessor
      • getRegionPreprocessor_Item

        org.eclipse.emf.ecore.EReference getRegionPreprocessor_Item()
        Returns the meta object for the containment reference 'Item'.
        Returns:
        the meta object for the containment reference 'Item'.
        See Also:
        RegionPreprocessor.getItem(), getRegionPreprocessor()
      • getRegionPreprocessor__ComputeType

        org.eclipse.emf.ecore.EOperation getRegionPreprocessor__ComputeType()
        Returns the meta object for the 'Compute Type' operation.
        Returns:
        the meta object for the 'Compute Type' operation.
        See Also:
        RegionPreprocessor.computeType()
      • getPreprocessorExpression

        org.eclipse.emf.ecore.EClass getPreprocessorExpression()
        Returns the meta object for class 'Preprocessor Expression'.
        Returns:
        the meta object for class 'Preprocessor Expression'.
        See Also:
        PreprocessorExpression
      • getPreprocessorConditional

        org.eclipse.emf.ecore.EClass getPreprocessorConditional()
        Returns the meta object for class 'Preprocessor Conditional'.
        Returns:
        the meta object for class 'Preprocessor Conditional'.
        See Also:
        PreprocessorConditional
      • getIfPreprocessor

        org.eclipse.emf.ecore.EClass getIfPreprocessor()
        Returns the meta object for class 'If Preprocessor'.
        Returns:
        the meta object for class 'If Preprocessor'.
        See Also:
        IfPreprocessor
      • getIfPreprocessor_IfPart

        org.eclipse.emf.ecore.EReference getIfPreprocessor_IfPart()
        Returns the meta object for the containment reference 'If Part'.
        Returns:
        the meta object for the containment reference 'If Part'.
        See Also:
        IfPreprocessor.getIfPart(), getIfPreprocessor()
      • getIfPreprocessor_ElsIfParts

        org.eclipse.emf.ecore.EReference getIfPreprocessor_ElsIfParts()
        Returns the meta object for the containment reference list 'Els If Parts'.
        Returns:
        the meta object for the containment reference list 'Els If Parts'.
        See Also:
        IfPreprocessor.getElsIfParts(), getIfPreprocessor()
      • getIfPreprocessor__AllPreprocessorItems

        org.eclipse.emf.ecore.EOperation getIfPreprocessor__AllPreprocessorItems()
        Returns the meta object for the 'All Preprocessor Items' operation.
        Returns:
        the meta object for the 'All Preprocessor Items' operation.
        See Also:
        IfPreprocessor.allPreprocessorItems()
      • getIfPreprocessorStatement

        org.eclipse.emf.ecore.EClass getIfPreprocessorStatement()
        Returns the meta object for class 'If Preprocessor Statement'.
        Returns:
        the meta object for class 'If Preprocessor Statement'.
        See Also:
        IfPreprocessorStatement
      • getIfPreprocessorExpression

        org.eclipse.emf.ecore.EClass getIfPreprocessorExpression()
        Returns the meta object for class 'If Preprocessor Expression'.
        Returns:
        the meta object for class 'If Preprocessor Expression'.
        See Also:
        IfPreprocessorExpression
      • getVariable

        org.eclipse.emf.ecore.EClass getVariable()
        Returns the meta object for class 'Variable'.
        Returns:
        the meta object for class 'Variable'.
        See Also:
        Variable
      • getExplicitVariable

        org.eclipse.emf.ecore.EClass getExplicitVariable()
        Returns the meta object for class 'Explicit Variable'.
        Returns:
        the meta object for class 'Explicit Variable'.
        See Also:
        ExplicitVariable
      • getImplicitVariable

        org.eclipse.emf.ecore.EClass getImplicitVariable()
        Returns the meta object for class 'Implicit Variable'.
        Returns:
        the meta object for class 'Implicit Variable'.
        See Also:
        ImplicitVariable
      • getImplicitVariable__Environments

        org.eclipse.emf.ecore.EOperation getImplicitVariable__Environments()
        Returns the meta object for the 'Environments' operation.
        Returns:
        the meta object for the 'Environments' operation.
        See Also:
        ImplicitVariable.environments()
      • getMethod

        org.eclipse.emf.ecore.EClass getMethod()
        Returns the meta object for class 'Method'.
        Returns:
        the meta object for class 'Method'.
        See Also:
        Method
      • getMethod_Async

        org.eclipse.emf.ecore.EAttribute getMethod_Async()
        Returns the meta object for the attribute 'Async'.
        Returns:
        the meta object for the attribute 'Async'.
        See Also:
        Method.isAsync(), getMethod()
      • getMethod_FormalParams

        org.eclipse.emf.ecore.EReference getMethod_FormalParams()
        Returns the meta object for the containment reference list 'Formal Params'.
        Returns:
        the meta object for the containment reference list 'Formal Params'.
        See Also:
        Method.getFormalParams(), getMethod()
      • getMethod_Export

        org.eclipse.emf.ecore.EAttribute getMethod_Export()
        Returns the meta object for the attribute 'Export'.
        Returns:
        the meta object for the attribute 'Export'.
        See Also:
        Method.isExport(), getMethod()
      • getMethod_Event

        org.eclipse.emf.ecore.EAttribute getMethod_Event()
        Returns the meta object for the attribute 'Event'.
        Returns:
        the meta object for the attribute 'Event'.
        See Also:
        Method.isEvent(), getMethod()
      • getMethod_Used

        org.eclipse.emf.ecore.EAttribute getMethod_Used()
        Returns the meta object for the attribute 'Used'.
        Returns:
        the meta object for the attribute 'Used'.
        See Also:
        Method.isUsed(), getMethod()
      • getMethod_Callers

        org.eclipse.emf.ecore.EReference getMethod_Callers()
        Returns the meta object for the reference list 'Callers'.
        Returns:
        the meta object for the reference list 'Callers'.
        See Also:
        Method.getCallers(), getMethod()
      • getMethod_Callees

        org.eclipse.emf.ecore.EReference getMethod_Callees()
        Returns the meta object for the reference list 'Callees'.
        Returns:
        the meta object for the reference list 'Callees'.
        See Also:
        Method.getCallees(), getMethod()
      • getProcedure

        org.eclipse.emf.ecore.EClass getProcedure()
        Returns the meta object for class 'Procedure'.
        Returns:
        the meta object for class 'Procedure'.
        See Also:
        Procedure
      • getFunction

        org.eclipse.emf.ecore.EClass getFunction()
        Returns the meta object for class 'Function'.
        Returns:
        the meta object for class 'Function'.
        See Also:
        Function
      • getFormalParam

        org.eclipse.emf.ecore.EClass getFormalParam()
        Returns the meta object for class 'Formal Param'.
        Returns:
        the meta object for class 'Formal Param'.
        See Also:
        FormalParam
      • getFormalParam_ByValue

        org.eclipse.emf.ecore.EAttribute getFormalParam_ByValue()
        Returns the meta object for the attribute 'By Value'.
        Returns:
        the meta object for the attribute 'By Value'.
        See Also:
        FormalParam.isByValue(), getFormalParam()
      • getFormalParam_DefaultValue

        org.eclipse.emf.ecore.EReference getFormalParam_DefaultValue()
        Returns the meta object for the containment reference 'Default Value'.
        Returns:
        the meta object for the containment reference 'Default Value'.
        See Also:
        FormalParam.getDefaultValue(), getFormalParam()
      • getLabel

        org.eclipse.emf.ecore.EClass getLabel()
        Returns the meta object for class 'Label'.
        Returns:
        the meta object for class 'Label'.
        See Also:
        Label
      • getStatement

        org.eclipse.emf.ecore.EClass getStatement()
        Returns the meta object for class 'Statement'.
        Returns:
        the meta object for class 'Statement'.
        See Also:
        Statement
      • getLabeledStatement

        org.eclipse.emf.ecore.EClass getLabeledStatement()
        Returns the meta object for class 'Labeled Statement'.
        Returns:
        the meta object for class 'Labeled Statement'.
        See Also:
        LabeledStatement
      • getLabeledStatement_Labels

        org.eclipse.emf.ecore.EReference getLabeledStatement_Labels()
        Returns the meta object for the containment reference list 'Labels'.
        Returns:
        the meta object for the containment reference list 'Labels'.
        See Also:
        LabeledStatement.getLabels(), getLabeledStatement()
      • getUnlabeledStatement

        org.eclipse.emf.ecore.EClass getUnlabeledStatement()
        Returns the meta object for class 'Unlabeled Statement'.
        Returns:
        the meta object for class 'Unlabeled Statement'.
        See Also:
        UnlabeledStatement
      • getEmptyStatement

        org.eclipse.emf.ecore.EClass getEmptyStatement()
        Returns the meta object for class 'Empty Statement'.
        Returns:
        the meta object for class 'Empty Statement'.
        See Also:
        EmptyStatement
      • getSimpleStatement

        org.eclipse.emf.ecore.EClass getSimpleStatement()
        Returns the meta object for class 'Simple Statement'.
        Returns:
        the meta object for class 'Simple Statement'.
        See Also:
        SimpleStatement
      • getSimpleStatement_Left

        org.eclipse.emf.ecore.EReference getSimpleStatement_Left()
        Returns the meta object for the containment reference 'Left'.
        Returns:
        the meta object for the containment reference 'Left'.
        See Also:
        SimpleStatement.getLeft(), getSimpleStatement()
      • getSimpleStatement_Right

        org.eclipse.emf.ecore.EReference getSimpleStatement_Right()
        Returns the meta object for the containment reference 'Right'.
        Returns:
        the meta object for the containment reference 'Right'.
        See Also:
        SimpleStatement.getRight(), getSimpleStatement()
      • getIfStatement

        org.eclipse.emf.ecore.EClass getIfStatement()
        Returns the meta object for class 'If Statement'.
        Returns:
        the meta object for class 'If Statement'.
        See Also:
        IfStatement
      • getIfStatement_IfPart

        org.eclipse.emf.ecore.EReference getIfStatement_IfPart()
        Returns the meta object for the containment reference 'If Part'.
        Returns:
        the meta object for the containment reference 'If Part'.
        See Also:
        IfStatement.getIfPart(), getIfStatement()
      • getIfStatement_ElsIfParts

        org.eclipse.emf.ecore.EReference getIfStatement_ElsIfParts()
        Returns the meta object for the containment reference list 'Els If Parts'.
        Returns:
        the meta object for the containment reference list 'Els If Parts'.
        See Also:
        IfStatement.getElsIfParts(), getIfStatement()
      • getIfStatement_ElseStatements

        org.eclipse.emf.ecore.EReference getIfStatement_ElseStatements()
        Returns the meta object for the containment reference list 'Else Statements'.
        Returns:
        the meta object for the containment reference list 'Else Statements'.
        See Also:
        IfStatement.getElseStatements(), getIfStatement()
      • getConditional

        org.eclipse.emf.ecore.EClass getConditional()
        Returns the meta object for class 'Conditional'.
        Returns:
        the meta object for class 'Conditional'.
        See Also:
        Conditional
      • getConditional_Predicate

        org.eclipse.emf.ecore.EReference getConditional_Predicate()
        Returns the meta object for the containment reference 'Predicate'.
        Returns:
        the meta object for the containment reference 'Predicate'.
        See Also:
        Conditional.getPredicate(), getConditional()
      • getConditional_Statements

        org.eclipse.emf.ecore.EReference getConditional_Statements()
        Returns the meta object for the containment reference list 'Statements'.
        Returns:
        the meta object for the containment reference list 'Statements'.
        See Also:
        Conditional.getStatements(), getConditional()
      • getLoopStatement

        org.eclipse.emf.ecore.EClass getLoopStatement()
        Returns the meta object for class 'Loop Statement'.
        Returns:
        the meta object for class 'Loop Statement'.
        See Also:
        LoopStatement
      • getLoopStatement_Statements

        org.eclipse.emf.ecore.EReference getLoopStatement_Statements()
        Returns the meta object for the containment reference list 'Statements'.
        Returns:
        the meta object for the containment reference list 'Statements'.
        See Also:
        LoopStatement.getStatements(), getLoopStatement()
      • getWhileStatement

        org.eclipse.emf.ecore.EClass getWhileStatement()
        Returns the meta object for class 'While Statement'.
        Returns:
        the meta object for class 'While Statement'.
        See Also:
        WhileStatement
      • getWhileStatement_Predicate

        org.eclipse.emf.ecore.EReference getWhileStatement_Predicate()
        Returns the meta object for the containment reference 'Predicate'.
        Returns:
        the meta object for the containment reference 'Predicate'.
        See Also:
        WhileStatement.getPredicate(), getWhileStatement()
      • getForStatement

        org.eclipse.emf.ecore.EClass getForStatement()
        Returns the meta object for class 'For Statement'.
        Returns:
        the meta object for class 'For Statement'.
        See Also:
        ForStatement
      • getForToStatement

        org.eclipse.emf.ecore.EClass getForToStatement()
        Returns the meta object for class 'For To Statement'.
        Returns:
        the meta object for class 'For To Statement'.
        See Also:
        ForToStatement
      • getForToStatement_Bound

        org.eclipse.emf.ecore.EReference getForToStatement_Bound()
        Returns the meta object for the containment reference 'Bound'.
        Returns:
        the meta object for the containment reference 'Bound'.
        See Also:
        ForToStatement.getBound(), getForToStatement()
      • getForEachStatement

        org.eclipse.emf.ecore.EClass getForEachStatement()
        Returns the meta object for class 'For Each Statement'.
        Returns:
        the meta object for class 'For Each Statement'.
        See Also:
        ForEachStatement
      • getTryExceptStatement

        org.eclipse.emf.ecore.EClass getTryExceptStatement()
        Returns the meta object for class 'Try Except Statement'.
        Returns:
        the meta object for class 'Try Except Statement'.
        See Also:
        TryExceptStatement
      • getGotoStatement

        org.eclipse.emf.ecore.EClass getGotoStatement()
        Returns the meta object for class 'Goto Statement'.
        Returns:
        the meta object for class 'Goto Statement'.
        See Also:
        GotoStatement
      • getGotoStatement_Label

        org.eclipse.emf.ecore.EReference getGotoStatement_Label()
        Returns the meta object for the reference 'Label'.
        Returns:
        the meta object for the reference 'Label'.
        See Also:
        GotoStatement.getLabel(), getGotoStatement()
      • getBreakStatement

        org.eclipse.emf.ecore.EClass getBreakStatement()
        Returns the meta object for class 'Break Statement'.
        Returns:
        the meta object for class 'Break Statement'.
        See Also:
        BreakStatement
      • getContinueStatement

        org.eclipse.emf.ecore.EClass getContinueStatement()
        Returns the meta object for class 'Continue Statement'.
        Returns:
        the meta object for class 'Continue Statement'.
        See Also:
        ContinueStatement
      • getReturnStatement

        org.eclipse.emf.ecore.EClass getReturnStatement()
        Returns the meta object for class 'Return Statement'.
        Returns:
        the meta object for class 'Return Statement'.
        See Also:
        ReturnStatement
      • getRaiseStatement

        org.eclipse.emf.ecore.EClass getRaiseStatement()
        Returns the meta object for class 'Raise Statement'.
        Returns:
        the meta object for class 'Raise Statement'.
        See Also:
        RaiseStatement
      • getExecuteStatement

        org.eclipse.emf.ecore.EClass getExecuteStatement()
        Returns the meta object for class 'Execute Statement'.
        Returns:
        the meta object for class 'Execute Statement'.
        See Also:
        ExecuteStatement
      • getEventHandlerStatement

        org.eclipse.emf.ecore.EClass getEventHandlerStatement()
        Returns the meta object for class 'Event Handler Statement'.
        Returns:
        the meta object for class 'Event Handler Statement'.
        See Also:
        EventHandlerStatement
      • getAddHandlerStatement

        org.eclipse.emf.ecore.EClass getAddHandlerStatement()
        Returns the meta object for class 'Add Handler Statement'.
        Returns:
        the meta object for class 'Add Handler Statement'.
        See Also:
        AddHandlerStatement
      • getRemoveHandlerStatement

        org.eclipse.emf.ecore.EClass getRemoveHandlerStatement()
        Returns the meta object for class 'Remove Handler Statement'.
        Returns:
        the meta object for class 'Remove Handler Statement'.
        See Also:
        RemoveHandlerStatement
      • getAwaitStatement

        org.eclipse.emf.ecore.EClass getAwaitStatement()
        Returns the meta object for class 'Await Statement'.
        Returns:
        the meta object for class 'Await Statement'.
        See Also:
        AwaitStatement
      • getExpression

        org.eclipse.emf.ecore.EClass getExpression()
        Returns the meta object for class 'Expression'.
        Returns:
        the meta object for class 'Expression'.
        See Also:
        Expression
      • getExpression_Types

        org.eclipse.emf.ecore.EReference getExpression_Types()
        Returns the meta object for the reference list 'Types'.
        Returns:
        the meta object for the reference list 'Types'.
        See Also:
        Expression.getTypes(), getExpression()
      • getExpression__GetRetValTypes

        org.eclipse.emf.ecore.EOperation getExpression__GetRetValTypes()
        Returns the meta object for the 'Get Ret Val Types' operation.
        Returns:
        the meta object for the 'Get Ret Val Types' operation.
        See Also:
        Expression.getRetValTypes()
      • getBinaryExpression

        org.eclipse.emf.ecore.EClass getBinaryExpression()
        Returns the meta object for class 'Binary Expression'.
        Returns:
        the meta object for class 'Binary Expression'.
        See Also:
        BinaryExpression
      • getBinaryExpression_Left

        org.eclipse.emf.ecore.EReference getBinaryExpression_Left()
        Returns the meta object for the containment reference 'Left'.
        Returns:
        the meta object for the containment reference 'Left'.
        See Also:
        BinaryExpression.getLeft(), getBinaryExpression()
      • getBinaryExpression_Right

        org.eclipse.emf.ecore.EReference getBinaryExpression_Right()
        Returns the meta object for the containment reference 'Right'.
        Returns:
        the meta object for the containment reference 'Right'.
        See Also:
        BinaryExpression.getRight(), getBinaryExpression()
      • getUnaryExpression

        org.eclipse.emf.ecore.EClass getUnaryExpression()
        Returns the meta object for class 'Unary Expression'.
        Returns:
        the meta object for class 'Unary Expression'.
        See Also:
        UnaryExpression
      • getUnaryExpression_Operand

        org.eclipse.emf.ecore.EReference getUnaryExpression_Operand()
        Returns the meta object for the containment reference 'Operand'.
        Returns:
        the meta object for the containment reference 'Operand'.
        See Also:
        UnaryExpression.getOperand(), getUnaryExpression()
      • getFeatureAccess

        org.eclipse.emf.ecore.EClass getFeatureAccess()
        Returns the meta object for class 'Feature Access'.
        Returns:
        the meta object for class 'Feature Access'.
        See Also:
        FeatureAccess
      • getFeatureAccess_Name

        org.eclipse.emf.ecore.EAttribute getFeatureAccess_Name()
        Returns the meta object for the attribute 'Name'.
        Returns:
        the meta object for the attribute 'Name'.
        See Also:
        FeatureAccess.getName(), getFeatureAccess()
      • getStaticFeatureAccess

        org.eclipse.emf.ecore.EClass getStaticFeatureAccess()
        Returns the meta object for class 'Static Feature Access'.
        Returns:
        the meta object for class 'Static Feature Access'.
        See Also:
        StaticFeatureAccess
      • getFeatureEntry

        org.eclipse.emf.ecore.EClass getFeatureEntry()
        Returns the meta object for class 'Feature Entry'.
        Returns:
        the meta object for class 'Feature Entry'.
        See Also:
        FeatureEntry
      • getFeatureEntry_Feature

        org.eclipse.emf.ecore.EReference getFeatureEntry_Feature()
        Returns the meta object for the reference 'Feature'.
        Returns:
        the meta object for the reference 'Feature'.
        See Also:
        FeatureEntry.getFeature(), getFeatureEntry()
      • getDynamicFeatureAccess

        org.eclipse.emf.ecore.EClass getDynamicFeatureAccess()
        Returns the meta object for class 'Dynamic Feature Access'.
        Returns:
        the meta object for class 'Dynamic Feature Access'.
        See Also:
        DynamicFeatureAccess
      • getInvocation

        org.eclipse.emf.ecore.EClass getInvocation()
        Returns the meta object for class 'Invocation'.
        Returns:
        the meta object for class 'Invocation'.
        See Also:
        Invocation
      • getInvocation_MethodAccess

        org.eclipse.emf.ecore.EReference getInvocation_MethodAccess()
        Returns the meta object for the containment reference 'Method Access'.
        Returns:
        the meta object for the containment reference 'Method Access'.
        See Also:
        Invocation.getMethodAccess(), getInvocation()
      • getInvocation_Params

        org.eclipse.emf.ecore.EReference getInvocation_Params()
        Returns the meta object for the containment reference list 'Params'.
        Returns:
        the meta object for the containment reference list 'Params'.
        See Also:
        Invocation.getParams(), getInvocation()
      • getIndexAccess

        org.eclipse.emf.ecore.EClass getIndexAccess()
        Returns the meta object for class 'Index Access'.
        Returns:
        the meta object for class 'Index Access'.
        See Also:
        IndexAccess
      • getIndexAccess_Source

        org.eclipse.emf.ecore.EReference getIndexAccess_Source()
        Returns the meta object for the containment reference 'Source'.
        Returns:
        the meta object for the containment reference 'Source'.
        See Also:
        IndexAccess.getSource(), getIndexAccess()
      • getIndexAccess_Index

        org.eclipse.emf.ecore.EReference getIndexAccess_Index()
        Returns the meta object for the containment reference 'Index'.
        Returns:
        the meta object for the containment reference 'Index'.
        See Also:
        IndexAccess.getIndex(), getIndexAccess()
      • getFunctionStyleCreator

        org.eclipse.emf.ecore.EClass getFunctionStyleCreator()
        Returns the meta object for class 'Function Style Creator'.
        Returns:
        the meta object for class 'Function Style Creator'.
        See Also:
        FunctionStyleCreator
      • getOperatorStyleCreator

        org.eclipse.emf.ecore.EClass getOperatorStyleCreator()
        Returns the meta object for class 'Operator Style Creator'.
        Returns:
        the meta object for class 'Operator Style Creator'.
        See Also:
        OperatorStyleCreator
      • getNameExpression

        org.eclipse.emf.ecore.EClass getNameExpression()
        Returns the meta object for class 'Name Expression'.
        Returns:
        the meta object for class 'Name Expression'.
        See Also:
        NameExpression
      • getNameExpression_Name

        org.eclipse.emf.ecore.EAttribute getNameExpression_Name()
        Returns the meta object for the attribute 'Name'.
        Returns:
        the meta object for the attribute 'Name'.
        See Also:
        NameExpression.getName(), getNameExpression()
      • getEmptyExpression

        org.eclipse.emf.ecore.EClass getEmptyExpression()
        Returns the meta object for class 'Empty Expression'.
        Returns:
        the meta object for class 'Empty Expression'.
        See Also:
        EmptyExpression
      • getAwaitExpression

        org.eclipse.emf.ecore.EClass getAwaitExpression()
        Returns the meta object for class 'Await Expression'.
        Returns:
        the meta object for class 'Await Expression'.
        See Also:
        AwaitExpression
      • getLiteral

        org.eclipse.emf.ecore.EClass getLiteral()
        Returns the meta object for class 'Literal'.
        Returns:
        the meta object for class 'Literal'.
        See Also:
        Literal
      • getNullLiteral

        org.eclipse.emf.ecore.EClass getNullLiteral()
        Returns the meta object for class 'Null Literal'.
        Returns:
        the meta object for class 'Null Literal'.
        See Also:
        NullLiteral
      • getUndefinedLiteral

        org.eclipse.emf.ecore.EClass getUndefinedLiteral()
        Returns the meta object for class 'Undefined Literal'.
        Returns:
        the meta object for class 'Undefined Literal'.
        See Also:
        UndefinedLiteral
      • getBooleanLiteral

        org.eclipse.emf.ecore.EClass getBooleanLiteral()
        Returns the meta object for class 'Boolean Literal'.
        Returns:
        the meta object for class 'Boolean Literal'.
        See Also:
        BooleanLiteral
      • getNumberLiteral

        org.eclipse.emf.ecore.EClass getNumberLiteral()
        Returns the meta object for class 'Number Literal'.
        Returns:
        the meta object for class 'Number Literal'.
        See Also:
        NumberLiteral
      • getNumberLiteral_Value

        org.eclipse.emf.ecore.EAttribute getNumberLiteral_Value()
        Returns the meta object for the attribute list 'Value'.
        Returns:
        the meta object for the attribute list 'Value'.
        See Also:
        NumberLiteral.getValue(), getNumberLiteral()
      • getDateLiteral

        org.eclipse.emf.ecore.EClass getDateLiteral()
        Returns the meta object for class 'Date Literal'.
        Returns:
        the meta object for class 'Date Literal'.
        See Also:
        DateLiteral
      • getDateLiteral_Value

        org.eclipse.emf.ecore.EAttribute getDateLiteral_Value()
        Returns the meta object for the attribute 'Value'.
        Returns:
        the meta object for the attribute 'Value'.
        See Also:
        DateLiteral.getValue(), getDateLiteral()
      • getStringLiteral

        org.eclipse.emf.ecore.EClass getStringLiteral()
        Returns the meta object for class 'String Literal'.
        Returns:
        the meta object for class 'String Literal'.
        See Also:
        StringLiteral
      • getStringLiteral_Lines

        org.eclipse.emf.ecore.EAttribute getStringLiteral_Lines()
        Returns the meta object for the attribute list 'Lines'.
        Returns:
        the meta object for the attribute list 'Lines'.
        See Also:
        StringLiteral.getLines(), getStringLiteral()
      • getStringLiteral__Lines__boolean

        org.eclipse.emf.ecore.EOperation getStringLiteral__Lines__boolean()
        Returns the meta object for the 'Lines' operation.
        Returns:
        the meta object for the 'Lines' operation.
        See Also:
        StringLiteral.lines(boolean)
      • getBuiltinFunction

        org.eclipse.emf.ecore.EClass getBuiltinFunction()
        Returns the meta object for class 'Builtin Function'.
        Returns:
        the meta object for class 'Builtin Function'.
        See Also:
        BuiltinFunction
      • getBuiltinFunction_ParamSets

        org.eclipse.emf.ecore.EReference getBuiltinFunction_ParamSets()
        Returns the meta object for the containment reference list 'Param Sets'.
        Returns:
        the meta object for the containment reference list 'Param Sets'.
        See Also:
        BuiltinFunction.getParamSets(), getBuiltinFunction()
      • getParamSet

        org.eclipse.emf.ecore.EClass getParamSet()
        Returns the meta object for class 'Param Set'.
        Returns:
        the meta object for class 'Param Set'.
        See Also:
        ParamSet
      • getParamSet_MinParams

        org.eclipse.emf.ecore.EAttribute getParamSet_MinParams()
        Returns the meta object for the attribute 'Min Params'.
        Returns:
        the meta object for the attribute 'Min Params'.
        See Also:
        ParamSet.getMinParams(), getParamSet()
      • getParamSet_MaxParams

        org.eclipse.emf.ecore.EAttribute getParamSet_MaxParams()
        Returns the meta object for the attribute 'Max Params'.
        Returns:
        the meta object for the attribute 'Max Params'.
        See Also:
        ParamSet.getMaxParams(), getParamSet()
      • getFakeReference

        org.eclipse.emf.ecore.EClass getFakeReference()
        Returns the meta object for class 'Fake Reference'.
        Returns:
        the meta object for class 'Fake Reference'.
        See Also:
        FakeReference
      • getFakeReference_Method

        org.eclipse.emf.ecore.EReference getFakeReference_Method()
        Returns the meta object for the reference 'Method'.
        Returns:
        the meta object for the reference 'Method'.
        See Also:
        FakeReference.getMethod(), getFakeReference()
      • getFeaturesScopeSpec

        org.eclipse.emf.ecore.EClass getFeaturesScopeSpec()
        Returns the meta object for class 'Features Scope Spec'.
        Returns:
        the meta object for class 'Features Scope Spec'.
        See Also:
        FeaturesScopeSpec
      • getMethodsScopeSpec

        org.eclipse.emf.ecore.EClass getMethodsScopeSpec()
        Returns the meta object for class 'Methods Scope Spec'.
        Returns:
        the meta object for class 'Methods Scope Spec'.
        See Also:
        MethodsScopeSpec
      • getVariablesScopeSpec

        org.eclipse.emf.ecore.EClass getVariablesScopeSpec()
        Returns the meta object for class 'Variables Scope Spec'.
        Returns:
        the meta object for class 'Variables Scope Spec'.
        See Also:
        VariablesScopeSpec
      • getVersionedElement

        org.eclipse.emf.ecore.EClass getVersionedElement()
        Returns the meta object for class 'Versioned Element'.
        Returns:
        the meta object for class 'Versioned Element'.
        See Also:
        VersionedElement
      • getDocumentationElement

        org.eclipse.emf.ecore.EClass getDocumentationElement()
        Returns the meta object for class 'Documentation Element'.
        Returns:
        the meta object for class 'Documentation Element'.
        See Also:
        DocumentationElement
      • getPropertyType

        org.eclipse.emf.ecore.EClass getPropertyType()
        Returns the meta object for class 'Property Type'.
        Returns:
        the meta object for class 'Property Type'.
        See Also:
        PropertyType
      • getExtendedType

        org.eclipse.emf.ecore.EClass getExtendedType()
        Returns the meta object for class 'Extended Type'.
        Returns:
        the meta object for class 'Extended Type'.
        See Also:
        ExtendedType
      • getExtendedCollectionType

        org.eclipse.emf.ecore.EClass getExtendedCollectionType()
        Returns the meta object for class 'Extended Collection Type'.
        Returns:
        the meta object for class 'Extended Collection Type'.
        See Also:
        ExtendedCollectionType
      • getBslDerivedPropertySource

        org.eclipse.emf.ecore.EClass getBslDerivedPropertySource()
        Returns the meta object for class 'Derived Property Source'.
        Returns:
        the meta object for class 'Derived Property Source'.
        See Also:
        BslDerivedPropertySource
      • getModuleType

        org.eclipse.emf.ecore.EEnum getModuleType()
        Returns the meta object for enum 'Module Type'.
        Returns:
        the meta object for enum 'Module Type'.
        See Also:
        ModuleType
      • getRegionPreprocessorType

        org.eclipse.emf.ecore.EEnum getRegionPreprocessorType()
        Returns the meta object for enum 'Region Preprocessor Type'.
        Returns:
        the meta object for enum 'Region Preprocessor Type'.
        See Also:
        RegionPreprocessorType
      • getBinaryOperation

        org.eclipse.emf.ecore.EEnum getBinaryOperation()
        Returns the meta object for enum 'Binary Operation'.
        Returns:
        the meta object for enum 'Binary Operation'.
        See Also:
        BinaryOperation
      • getUnaryOperation

        org.eclipse.emf.ecore.EEnum getUnaryOperation()
        Returns the meta object for enum 'Unary Operation'.
        Returns:
        the meta object for enum 'Unary Operation'.
        See Also:
        UnaryOperation
      • getEnvironments

        org.eclipse.emf.ecore.EDataType getEnvironments()
        Returns the meta object for data type 'Environments'.
        Returns:
        the meta object for data type 'Environments'.
        See Also:
        Environments
      • getBslFactory

        BslFactory getBslFactory()
        Returns the factory that creates the instances of the model.
        Returns:
        the factory that creates the instances of the model.