Interface EmftvmPackage

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:
EmftvmPackageImpl

public interface EmftvmPackage 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 enum,
  • and each data type
See Also:
  • Field Details

    • eNAME

      static final String eNAME
      The package name.
      See Also:
    • eNS_URI

      static final String eNS_URI
      The package namespace URI.
      See Also:
    • eNS_PREFIX

      static final String eNS_PREFIX
      The package namespace name.
      See Also:
    • eINSTANCE

      static final EmftvmPackage eINSTANCE
      The singleton instance of the package.
    • NAMED_ELEMENT

      static final int NAMED_ELEMENT
      The meta object id for the 'Named Element' class.
      See Also:
    • MODULE

      static final int MODULE
      The meta object id for the 'Module' class.
      See Also:
    • TYPED_ELEMENT

      static final int TYPED_ELEMENT
      The meta object id for the 'Typed Element' class.
      See Also:
    • FEATURE

      static final int FEATURE
      The meta object id for the 'Feature' class.
      See Also:
    • FIELD

      static final int FIELD
      The meta object id for the 'Field' class.
      See Also:
    • OPERATION

      static final int OPERATION
      The meta object id for the 'Operation' class.
      See Also:
    • PARAMETER

      static final int PARAMETER
      The meta object id for the 'Parameter' class.
      See Also:
    • INSTRUCTION

      static final int INSTRUCTION
      The meta object id for the 'Instruction' class.
      See Also:
    • LINE_NUMBER

      static final int LINE_NUMBER
      The meta object id for the 'Line Number' class.
      See Also:
    • LOCAL_VARIABLE

      static final int LOCAL_VARIABLE
      The meta object id for the 'Local Variable' class.
      See Also:
    • RULE

      static final int RULE
      The meta object id for the 'Rule' class.
      See Also:
    • RULE_ELEMENT

      static final int RULE_ELEMENT
      The meta object id for the 'Rule Element' class.
      See Also:
    • CODE_BLOCK

      static final int CODE_BLOCK
      The meta object id for the 'Code Block' class.
      See Also:
    • PUSH

      static final int PUSH
      The meta object id for the 'Push' class.
      See Also:
    • PUSHT

      static final int PUSHT
      The meta object id for the 'Pusht' class.
      See Also:
    • PUSHF

      static final int PUSHF
      The meta object id for the 'Pushf' class.
      See Also:
    • POP

      static final int POP
      The meta object id for the 'Pop' class.
      See Also:
    • LOCAL_VARIABLE_INSTRUCTION

      static final int LOCAL_VARIABLE_INSTRUCTION
      The meta object id for the 'Local Variable Instruction' class.
      See Also:
    • LOAD

      static final int LOAD
      The meta object id for the 'Load' class.
      See Also:
    • STORE

      static final int STORE
      The meta object id for the 'Store' class.
      See Also:
    • FIELD_INSTRUCTION

      static final int FIELD_INSTRUCTION
      The meta object id for the 'Field Instruction' class.
      See Also:
    • SET

      static final int SET
      The meta object id for the 'Set' class.
      See Also:
    • GET

      static final int GET
      The meta object id for the 'Get' class.
      See Also:
    • GET_TRANS

      static final int GET_TRANS
      The meta object id for the 'Get Trans' class.
      See Also:
    • SET_STATIC

      static final int SET_STATIC
      The meta object id for the 'Set Static' class.
      See Also:
    • GET_STATIC

      static final int GET_STATIC
      The meta object id for the 'Get Static' class.
      See Also:
    • FINDTYPE

      static final int FINDTYPE
      The meta object id for the 'Findtype' class.
      See Also:
    • FINDTYPE_S

      static final int FINDTYPE_S
      The meta object id for the 'Findtype S' class.
      See Also:
    • NEW

      static final int NEW
      The meta object id for the 'New' class.
      See Also:
    • NEW_S

      static final int NEW_S
      The meta object id for the 'New S' class.
      See Also:
    • DELETE

      static final int DELETE
      The meta object id for the 'Delete' class.
      See Also:
    • DUP

      static final int DUP
      The meta object id for the 'Dup' class.
      See Also:
    • DUP_X1

      static final int DUP_X1
      The meta object id for the 'Dup X1' class.
      See Also:
    • SWAP

      static final int SWAP
      The meta object id for the 'Swap' class.
      See Also:
    • BRANCH_INSTRUCTION

      static final int BRANCH_INSTRUCTION
      The meta object id for the 'Branch Instruction' class.
      See Also:
    • IF

      static final int IF
      The meta object id for the 'If' class.
      See Also:
    • IFN

      static final int IFN
      The meta object id for the 'Ifn' class.
      See Also:
    • GOTO

      static final int GOTO
      The meta object id for the 'Goto' class.
      See Also:
    • ITERATE

      static final int ITERATE
      The meta object id for the 'Iterate' class.
      See Also:
    • ENDITERATE

      static final int ENDITERATE
      The meta object id for the 'Enditerate' class.
      See Also:
    • INVOKE_INSTRUCTION

      static final int INVOKE_INSTRUCTION
      The meta object id for the 'Invoke Instruction' class.
      See Also:
    • INVOKE

      static final int INVOKE
      The meta object id for the 'Invoke' class.
      See Also:
    • INVOKE_SUPER

      static final int INVOKE_SUPER
      The meta object id for the 'Invoke Super' class.
      See Also:
    • INVOKE_STATIC

      static final int INVOKE_STATIC
      The meta object id for the 'Invoke Static' class.
      See Also:
    • ALLINST

      static final int ALLINST
      The meta object id for the 'Allinst' class.
      See Also:
    • ALLINST_IN

      static final int ALLINST_IN
      The meta object id for the 'Allinst In' class.
      See Also:
    • MATCH

      static final int MATCH
      The meta object id for the 'Match' class.
      See Also:
    • NOT

      static final int NOT
      The meta object id for the 'Not' class.
      See Also:
    • ISNULL

      static final int ISNULL
      The meta object id for the 'Isnull' class.
      See Also:
    • EXEC_ENV

      static final int EXEC_ENV
      The meta object id for the 'Exec Env' class.
      See Also:
    • EXEC_ENV__META_MODELS

      static final int EXEC_ENV__META_MODELS
      The feature id for the 'Meta Models' attribute.
      See Also:
    • EXEC_ENV__INPUT_MODELS

      static final int EXEC_ENV__INPUT_MODELS
      The feature id for the 'Input Models' attribute.
      See Also:
    • EXEC_ENV__INOUT_MODELS

      static final int EXEC_ENV__INOUT_MODELS
      The feature id for the 'Inout Models' attribute.
      See Also:
    • EXEC_ENV__OUTPUT_MODELS

      static final int EXEC_ENV__OUTPUT_MODELS
      The feature id for the 'Output Models' attribute.
      See Also:
    • EXEC_ENV__MODULES

      static final int EXEC_ENV__MODULES
      The feature id for the 'Modules' attribute.
      See Also:
    • EXEC_ENV__MATCHES

      static final int EXEC_ENV__MATCHES
      The feature id for the 'Matches' reference.
      See Also:
    • EXEC_ENV__TRACES

      static final int EXEC_ENV__TRACES
      The feature id for the 'Traces' reference.
      See Also:
    • EXEC_ENV__UNIQUE_RESULTS

      static final int EXEC_ENV__UNIQUE_RESULTS
      The feature id for the 'Unique Results' attribute.
      See Also:
    • EXEC_ENV__JIT_DISABLED

      static final int EXEC_ENV__JIT_DISABLED
      The feature id for the 'Jit Disabled' attribute.
      See Also:
    • EXEC_ENV__CURRENT_PHASE

      static final int EXEC_ENV__CURRENT_PHASE
      The feature id for the 'Current Phase' attribute.
      See Also:
    • EXEC_ENV_FEATURE_COUNT

      static final int EXEC_ENV_FEATURE_COUNT
      The number of structural features of the 'Exec Env' class.
      See Also:
    • MODEL

      static final int MODEL
      The meta object id for the 'Model' class.
      See Also:
    • MODEL__RESOURCE

      static final int MODEL__RESOURCE
      The feature id for the 'Resource' attribute.
      See Also:
    • MODEL__ALLOW_INTER_MODEL_REFERENCES

      static final int MODEL__ALLOW_INTER_MODEL_REFERENCES
      The feature id for the 'Allow Inter Model References' attribute.
      See Also:
    • MODEL_FEATURE_COUNT

      static final int MODEL_FEATURE_COUNT
      The number of structural features of the 'Model' class.
      See Also:
    • METAMODEL

      static final int METAMODEL
      The meta object id for the 'Metamodel' class.
      See Also:
    • METAMODEL__RESOURCE

      static final int METAMODEL__RESOURCE
      The feature id for the 'Resource' attribute.
      See Also:
    • METAMODEL__ALLOW_INTER_MODEL_REFERENCES

      static final int METAMODEL__ALLOW_INTER_MODEL_REFERENCES
      The feature id for the 'Allow Inter Model References' attribute.
      See Also:
    • METAMODEL_FEATURE_COUNT

      static final int METAMODEL_FEATURE_COUNT
      The number of structural features of the 'Metamodel' class.
      See Also:
    • NAMED_ELEMENT__NAME

      static final int NAMED_ELEMENT__NAME
      The feature id for the 'Name' attribute.
      See Also:
    • NAMED_ELEMENT_FEATURE_COUNT

      static final int NAMED_ELEMENT_FEATURE_COUNT
      The number of structural features of the 'Named Element' class.
      See Also:
    • MODULE__NAME

      static final int MODULE__NAME
      The feature id for the 'Name' attribute.
      See Also:
    • MODULE__SOURCE_NAME

      static final int MODULE__SOURCE_NAME
      The feature id for the 'Source Name' attribute.
      See Also:
    • MODULE__FEATURES

      static final int MODULE__FEATURES
      The feature id for the 'Features' containment reference list.
      See Also:
    • MODULE__RULES

      static final int MODULE__RULES
      The feature id for the 'Rules' containment reference list.
      See Also:
    • MODULE__EIMPORTS

      static final int MODULE__EIMPORTS
      The feature id for the 'EImports' reference list.
      See Also:
    • MODULE__IMPORTS

      static final int MODULE__IMPORTS
      The feature id for the 'Imports' attribute list.
      See Also:
    • MODULE__INPUT_MODELS

      static final int MODULE__INPUT_MODELS
      The feature id for the 'Input Models' containment reference list.
      See Also:
    • MODULE__INOUT_MODELS

      static final int MODULE__INOUT_MODELS
      The feature id for the 'Inout Models' containment reference list.
      See Also:
    • MODULE__OUTPUT_MODELS

      static final int MODULE__OUTPUT_MODELS
      The feature id for the 'Output Models' containment reference list.
      See Also:
    • MODULE_FEATURE_COUNT

      static final int MODULE_FEATURE_COUNT
      The number of structural features of the 'Module' class.
      See Also:
    • MODEL_DECLARATION

      static final int MODEL_DECLARATION
      The meta object id for the 'Model Declaration' class.
      See Also:
    • MODEL_DECLARATION__MODEL_NAME

      static final int MODEL_DECLARATION__MODEL_NAME
      The feature id for the 'Model Name' attribute.
      See Also:
    • MODEL_DECLARATION__META_MODEL_NAME

      static final int MODEL_DECLARATION__META_MODEL_NAME
      The feature id for the 'Meta Model Name' attribute.
      See Also:
    • MODEL_DECLARATION__INPUT_MODEL_FOR

      static final int MODEL_DECLARATION__INPUT_MODEL_FOR
      The feature id for the 'Input Model For' container reference.
      See Also:
    • MODEL_DECLARATION__INOUT_MODEL_FOR

      static final int MODEL_DECLARATION__INOUT_MODEL_FOR
      The feature id for the 'Inout Model For' container reference.
      See Also:
    • MODEL_DECLARATION__OUTPUT_MODEL_FOR

      static final int MODEL_DECLARATION__OUTPUT_MODEL_FOR
      The feature id for the 'Output Model For' container reference.
      See Also:
    • MODEL_DECLARATION_FEATURE_COUNT

      static final int MODEL_DECLARATION_FEATURE_COUNT
      The number of structural features of the 'Model Declaration' class.
      See Also:
    • TYPED_ELEMENT__NAME

      static final int TYPED_ELEMENT__NAME
      The feature id for the 'Name' attribute.
      See Also:
    • TYPED_ELEMENT__ETYPE

      static final int TYPED_ELEMENT__ETYPE
      The feature id for the 'EType' reference.
      See Also:
    • TYPED_ELEMENT__TYPE

      static final int TYPED_ELEMENT__TYPE
      The feature id for the 'Type' attribute.
      See Also:
    • TYPED_ELEMENT__TYPE_MODEL

      static final int TYPED_ELEMENT__TYPE_MODEL
      The feature id for the 'Type Model' attribute.
      See Also:
    • TYPED_ELEMENT_FEATURE_COUNT

      static final int TYPED_ELEMENT_FEATURE_COUNT
      The number of structural features of the 'Typed Element' class.
      See Also:
    • FEATURE__NAME

      static final int FEATURE__NAME
      The feature id for the 'Name' attribute.
      See Also:
    • FEATURE__ETYPE

      static final int FEATURE__ETYPE
      The feature id for the 'EType' reference.
      See Also:
    • FEATURE__TYPE

      static final int FEATURE__TYPE
      The feature id for the 'Type' attribute.
      See Also:
    • FEATURE__TYPE_MODEL

      static final int FEATURE__TYPE_MODEL
      The feature id for the 'Type Model' attribute.
      See Also:
    • FEATURE__STATIC

      static final int FEATURE__STATIC
      The feature id for the 'Static' attribute.
      See Also:
    • FEATURE__ECONTEXT

      static final int FEATURE__ECONTEXT
      The feature id for the 'EContext' reference.
      See Also:
    • FEATURE__MODULE

      static final int FEATURE__MODULE
      The feature id for the 'Module' container reference.
      See Also:
    • FEATURE__CONTEXT

      static final int FEATURE__CONTEXT
      The feature id for the 'Context' attribute.
      See Also:
    • FEATURE__CONTEXT_MODEL

      static final int FEATURE__CONTEXT_MODEL
      The feature id for the 'Context Model' attribute.
      See Also:
    • FEATURE_FEATURE_COUNT

      static final int FEATURE_FEATURE_COUNT
      The number of structural features of the 'Feature' class.
      See Also:
    • FIELD__NAME

      static final int FIELD__NAME
      The feature id for the 'Name' attribute.
      See Also:
    • FIELD__ETYPE

      static final int FIELD__ETYPE
      The feature id for the 'EType' reference.
      See Also:
    • FIELD__TYPE

      static final int FIELD__TYPE
      The feature id for the 'Type' attribute.
      See Also:
    • FIELD__TYPE_MODEL

      static final int FIELD__TYPE_MODEL
      The feature id for the 'Type Model' attribute.
      See Also:
    • FIELD__STATIC

      static final int FIELD__STATIC
      The feature id for the 'Static' attribute.
      See Also:
    • FIELD__ECONTEXT

      static final int FIELD__ECONTEXT
      The feature id for the 'EContext' reference.
      See Also:
    • FIELD__MODULE

      static final int FIELD__MODULE
      The feature id for the 'Module' container reference.
      See Also:
    • FIELD__CONTEXT

      static final int FIELD__CONTEXT
      The feature id for the 'Context' attribute.
      See Also:
    • FIELD__CONTEXT_MODEL

      static final int FIELD__CONTEXT_MODEL
      The feature id for the 'Context Model' attribute.
      See Also:
    • FIELD__STATIC_VALUE

      static final int FIELD__STATIC_VALUE
      The feature id for the 'Static Value' attribute.
      See Also:
    • FIELD__INITIALISER

      static final int FIELD__INITIALISER
      The feature id for the 'Initialiser' containment reference.
      See Also:
    • FIELD__RULE

      static final int FIELD__RULE
      The feature id for the 'Rule' container reference.
      See Also:
    • FIELD_FEATURE_COUNT

      static final int FIELD_FEATURE_COUNT
      The number of structural features of the 'Field' class.
      See Also:
    • OPERATION__NAME

      static final int OPERATION__NAME
      The feature id for the 'Name' attribute.
      See Also:
    • OPERATION__ETYPE

      static final int OPERATION__ETYPE
      The feature id for the 'EType' reference.
      See Also:
    • OPERATION__TYPE

      static final int OPERATION__TYPE
      The feature id for the 'Type' attribute.
      See Also:
    • OPERATION__TYPE_MODEL

      static final int OPERATION__TYPE_MODEL
      The feature id for the 'Type Model' attribute.
      See Also:
    • OPERATION__STATIC

      static final int OPERATION__STATIC
      The feature id for the 'Static' attribute.
      See Also:
    • OPERATION__ECONTEXT

      static final int OPERATION__ECONTEXT
      The feature id for the 'EContext' reference.
      See Also:
    • OPERATION__MODULE

      static final int OPERATION__MODULE
      The feature id for the 'Module' container reference.
      See Also:
    • OPERATION__CONTEXT

      static final int OPERATION__CONTEXT
      The feature id for the 'Context' attribute.
      See Also:
    • OPERATION__CONTEXT_MODEL

      static final int OPERATION__CONTEXT_MODEL
      The feature id for the 'Context Model' attribute.
      See Also:
    • OPERATION__PARAMETERS

      static final int OPERATION__PARAMETERS
      The feature id for the 'Parameters' containment reference list.
      See Also:
    • OPERATION__QUERY

      static final int OPERATION__QUERY
      The feature id for the 'Query' attribute.
      See Also:
    • OPERATION__BODY

      static final int OPERATION__BODY
      The feature id for the 'Body' containment reference.
      See Also:
    • OPERATION_FEATURE_COUNT

      static final int OPERATION_FEATURE_COUNT
      The number of structural features of the 'Operation' class.
      See Also:
    • PARAMETER__NAME

      static final int PARAMETER__NAME
      The feature id for the 'Name' attribute.
      See Also:
    • PARAMETER__ETYPE

      static final int PARAMETER__ETYPE
      The feature id for the 'EType' reference.
      See Also:
    • PARAMETER__TYPE

      static final int PARAMETER__TYPE
      The feature id for the 'Type' attribute.
      See Also:
    • PARAMETER__TYPE_MODEL

      static final int PARAMETER__TYPE_MODEL
      The feature id for the 'Type Model' attribute.
      See Also:
    • PARAMETER__OPERATION

      static final int PARAMETER__OPERATION
      The feature id for the 'Operation' container reference.
      See Also:
    • PARAMETER_FEATURE_COUNT

      static final int PARAMETER_FEATURE_COUNT
      The number of structural features of the 'Parameter' class.
      See Also:
    • INSTRUCTION__OWNING_BLOCK

      static final int INSTRUCTION__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • INSTRUCTION__OPCODE

      static final int INSTRUCTION__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • INSTRUCTION__STACK_PRODUCTION

      static final int INSTRUCTION__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • INSTRUCTION__STACK_CONSUMPTION

      static final int INSTRUCTION__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • INSTRUCTION__STACK_LEVEL

      static final int INSTRUCTION__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • INSTRUCTION__LINE_NUMBER

      static final int INSTRUCTION__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • INSTRUCTION_FEATURE_COUNT

      static final int INSTRUCTION_FEATURE_COUNT
      The number of structural features of the 'Instruction' class.
      See Also:
    • LINE_NUMBER__START_LINE

      static final int LINE_NUMBER__START_LINE
      The feature id for the 'Start Line' attribute.
      See Also:
    • LINE_NUMBER__START_COLUMN

      static final int LINE_NUMBER__START_COLUMN
      The feature id for the 'Start Column' attribute.
      See Also:
    • LINE_NUMBER__END_LINE

      static final int LINE_NUMBER__END_LINE
      The feature id for the 'End Line' attribute.
      See Also:
    • LINE_NUMBER__END_COLUMN

      static final int LINE_NUMBER__END_COLUMN
      The feature id for the 'End Column' attribute.
      See Also:
    • LINE_NUMBER__START_CHAR

      static final int LINE_NUMBER__START_CHAR
      The feature id for the 'Start Char' attribute.
      See Also:
    • LINE_NUMBER__END_CHAR

      static final int LINE_NUMBER__END_CHAR
      The feature id for the 'End Char' attribute.
      See Also:
    • LINE_NUMBER__OWNING_BLOCK

      static final int LINE_NUMBER__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • LINE_NUMBER__INSTRUCTIONS

      static final int LINE_NUMBER__INSTRUCTIONS
      The feature id for the 'Instructions' reference list.
      See Also:
    • LINE_NUMBER_FEATURE_COUNT

      static final int LINE_NUMBER_FEATURE_COUNT
      The number of structural features of the 'Line Number' class.
      See Also:
    • LOCAL_VARIABLE__NAME

      static final int LOCAL_VARIABLE__NAME
      The feature id for the 'Name' attribute.
      See Also:
    • LOCAL_VARIABLE__ETYPE

      static final int LOCAL_VARIABLE__ETYPE
      The feature id for the 'EType' reference.
      See Also:
    • LOCAL_VARIABLE__TYPE

      static final int LOCAL_VARIABLE__TYPE
      The feature id for the 'Type' attribute.
      See Also:
    • LOCAL_VARIABLE__TYPE_MODEL

      static final int LOCAL_VARIABLE__TYPE_MODEL
      The feature id for the 'Type Model' attribute.
      See Also:
    • LOCAL_VARIABLE__SLOT

      static final int LOCAL_VARIABLE__SLOT
      The feature id for the 'Slot' attribute.
      See Also:
    • LOCAL_VARIABLE__OWNING_BLOCK

      static final int LOCAL_VARIABLE__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • LOCAL_VARIABLE__START_INSTRUCTION

      static final int LOCAL_VARIABLE__START_INSTRUCTION
      The feature id for the 'Start Instruction' reference.
      See Also:
    • LOCAL_VARIABLE__END_INSTRUCTION

      static final int LOCAL_VARIABLE__END_INSTRUCTION
      The feature id for the 'End Instruction' reference.
      See Also:
    • LOCAL_VARIABLE__START_INSTRUCTION_INDEX

      static final int LOCAL_VARIABLE__START_INSTRUCTION_INDEX
      The feature id for the 'Start Instruction Index' attribute.
      See Also:
    • LOCAL_VARIABLE__END_INSTRUCTION_INDEX

      static final int LOCAL_VARIABLE__END_INSTRUCTION_INDEX
      The feature id for the 'End Instruction Index' attribute.
      See Also:
    • LOCAL_VARIABLE_FEATURE_COUNT

      static final int LOCAL_VARIABLE_FEATURE_COUNT
      The number of structural features of the 'Local Variable' class.
      See Also:
    • RULE__NAME

      static final int RULE__NAME
      The feature id for the 'Name' attribute.
      See Also:
    • RULE__MODULE

      static final int RULE__MODULE
      The feature id for the 'Module' container reference.
      See Also:
    • RULE__MODE

      static final int RULE__MODE
      The feature id for the 'Mode' attribute.
      See Also:
    • RULE__INPUT_ELEMENTS

      static final int RULE__INPUT_ELEMENTS
      The feature id for the 'Input Elements' containment reference list.
      See Also:
    • RULE__OUTPUT_ELEMENTS

      static final int RULE__OUTPUT_ELEMENTS
      The feature id for the 'Output Elements' containment reference list.
      See Also:
    • RULE__ESUPER_RULES

      static final int RULE__ESUPER_RULES
      The feature id for the 'ESuper Rules' reference list.
      See Also:
    • RULE__ESUB_RULES

      static final int RULE__ESUB_RULES
      The feature id for the 'ESub Rules' reference list.
      See Also:
    • RULE__MATCHER

      static final int RULE__MATCHER
      The feature id for the 'Matcher' containment reference.
      See Also:
    • RULE__APPLIER

      static final int RULE__APPLIER
      The feature id for the 'Applier' containment reference.
      See Also:
    • RULE__POST_APPLY

      static final int RULE__POST_APPLY
      The feature id for the 'Post Apply' containment reference.
      See Also:
    • RULE__SUPER_RULES

      static final int RULE__SUPER_RULES
      The feature id for the 'Super Rules' attribute list.
      See Also:
    • RULE__ABSTRACT

      static final int RULE__ABSTRACT
      The feature id for the 'Abstract' attribute.
      See Also:
    • RULE__FIELDS

      static final int RULE__FIELDS
      The feature id for the 'Fields' containment reference list.
      See Also:
    • RULE__DEFAULT

      static final int RULE__DEFAULT
      The feature id for the 'Default' attribute.
      See Also:
    • RULE__DISTINCT_ELEMENTS

      static final int RULE__DISTINCT_ELEMENTS
      The feature id for the 'Distinct Elements' attribute.
      See Also:
    • RULE__UNIQUE

      static final int RULE__UNIQUE
      The feature id for the 'Unique' attribute.
      See Also:
    • RULE__LEAF

      static final int RULE__LEAF
      The feature id for the 'Leaf' attribute.
      See Also:
    • RULE__WITH_LEAVES

      static final int RULE__WITH_LEAVES
      The feature id for the 'With Leaves' attribute.
      See Also:
    • RULE_FEATURE_COUNT

      static final int RULE_FEATURE_COUNT
      The number of structural features of the 'Rule' class.
      See Also:
    • RULE_ELEMENT__NAME

      static final int RULE_ELEMENT__NAME
      The feature id for the 'Name' attribute.
      See Also:
    • RULE_ELEMENT__ETYPE

      static final int RULE_ELEMENT__ETYPE
      The feature id for the 'EType' reference.
      See Also:
    • RULE_ELEMENT__TYPE

      static final int RULE_ELEMENT__TYPE
      The feature id for the 'Type' attribute.
      See Also:
    • RULE_ELEMENT__TYPE_MODEL

      static final int RULE_ELEMENT__TYPE_MODEL
      The feature id for the 'Type Model' attribute.
      See Also:
    • RULE_ELEMENT__MODELS

      static final int RULE_ELEMENT__MODELS
      The feature id for the 'Models' attribute list.
      See Also:
    • RULE_ELEMENT__EMODELS

      static final int RULE_ELEMENT__EMODELS
      The feature id for the 'EModels' reference list.
      See Also:
    • RULE_ELEMENT_FEATURE_COUNT

      static final int RULE_ELEMENT_FEATURE_COUNT
      The number of structural features of the 'Rule Element' class.
      See Also:
    • INPUT_RULE_ELEMENT

      static final int INPUT_RULE_ELEMENT
      The meta object id for the 'Input Rule Element' class.
      See Also:
    • INPUT_RULE_ELEMENT__NAME

      static final int INPUT_RULE_ELEMENT__NAME
      The feature id for the 'Name' attribute.
      See Also:
    • INPUT_RULE_ELEMENT__ETYPE

      static final int INPUT_RULE_ELEMENT__ETYPE
      The feature id for the 'EType' reference.
      See Also:
    • INPUT_RULE_ELEMENT__TYPE

      static final int INPUT_RULE_ELEMENT__TYPE
      The feature id for the 'Type' attribute.
      See Also:
    • INPUT_RULE_ELEMENT__TYPE_MODEL

      static final int INPUT_RULE_ELEMENT__TYPE_MODEL
      The feature id for the 'Type Model' attribute.
      See Also:
    • INPUT_RULE_ELEMENT__MODELS

      static final int INPUT_RULE_ELEMENT__MODELS
      The feature id for the 'Models' attribute list.
      See Also:
    • INPUT_RULE_ELEMENT__EMODELS

      static final int INPUT_RULE_ELEMENT__EMODELS
      The feature id for the 'EModels' reference list.
      See Also:
    • INPUT_RULE_ELEMENT__BINDING

      static final int INPUT_RULE_ELEMENT__BINDING
      The feature id for the 'Binding' containment reference.
      See Also:
    • INPUT_RULE_ELEMENT__INPUT_FOR

      static final int INPUT_RULE_ELEMENT__INPUT_FOR
      The feature id for the 'Input For' container reference.
      See Also:
    • INPUT_RULE_ELEMENT__MAPS_TO_SELF

      static final int INPUT_RULE_ELEMENT__MAPS_TO_SELF
      The feature id for the 'Maps To Self' attribute.
      See Also:
    • INPUT_RULE_ELEMENT_FEATURE_COUNT

      static final int INPUT_RULE_ELEMENT_FEATURE_COUNT
      The number of structural features of the 'Input Rule Element' class.
      See Also:
    • OUTPUT_RULE_ELEMENT

      static final int OUTPUT_RULE_ELEMENT
      The meta object id for the 'Output Rule Element' class.
      See Also:
    • OUTPUT_RULE_ELEMENT__NAME

      static final int OUTPUT_RULE_ELEMENT__NAME
      The feature id for the 'Name' attribute.
      See Also:
    • OUTPUT_RULE_ELEMENT__ETYPE

      static final int OUTPUT_RULE_ELEMENT__ETYPE
      The feature id for the 'EType' reference.
      See Also:
    • OUTPUT_RULE_ELEMENT__TYPE

      static final int OUTPUT_RULE_ELEMENT__TYPE
      The feature id for the 'Type' attribute.
      See Also:
    • OUTPUT_RULE_ELEMENT__TYPE_MODEL

      static final int OUTPUT_RULE_ELEMENT__TYPE_MODEL
      The feature id for the 'Type Model' attribute.
      See Also:
    • OUTPUT_RULE_ELEMENT__MODELS

      static final int OUTPUT_RULE_ELEMENT__MODELS
      The feature id for the 'Models' attribute list.
      See Also:
    • OUTPUT_RULE_ELEMENT__EMODELS

      static final int OUTPUT_RULE_ELEMENT__EMODELS
      The feature id for the 'EModels' reference list.
      See Also:
    • OUTPUT_RULE_ELEMENT__MAPS_TO

      static final int OUTPUT_RULE_ELEMENT__MAPS_TO
      The feature id for the 'Maps To' reference list.
      See Also:
    • OUTPUT_RULE_ELEMENT__OUTPUT_FOR

      static final int OUTPUT_RULE_ELEMENT__OUTPUT_FOR
      The feature id for the 'Output For' container reference.
      See Also:
    • OUTPUT_RULE_ELEMENT_FEATURE_COUNT

      static final int OUTPUT_RULE_ELEMENT_FEATURE_COUNT
      The number of structural features of the 'Output Rule Element' class.
      See Also:
    • CODE_BLOCK__MAX_LOCALS

      static final int CODE_BLOCK__MAX_LOCALS
      The feature id for the 'Max Locals' attribute.
      See Also:
    • CODE_BLOCK__MAX_STACK

      static final int CODE_BLOCK__MAX_STACK
      The feature id for the 'Max Stack' attribute.
      See Also:
    • CODE_BLOCK__CODE

      static final int CODE_BLOCK__CODE
      The feature id for the 'Code' containment reference list.
      See Also:
    • CODE_BLOCK__LINE_NUMBERS

      static final int CODE_BLOCK__LINE_NUMBERS
      The feature id for the 'Line Numbers' containment reference list.
      See Also:
    • CODE_BLOCK__LOCAL_VARIABLES

      static final int CODE_BLOCK__LOCAL_VARIABLES
      The feature id for the 'Local Variables' containment reference list.
      See Also:
    • CODE_BLOCK__MATCHER_FOR

      static final int CODE_BLOCK__MATCHER_FOR
      The feature id for the 'Matcher For' container reference.
      See Also:
    • CODE_BLOCK__APPLIER_FOR

      static final int CODE_BLOCK__APPLIER_FOR
      The feature id for the 'Applier For' container reference.
      See Also:
    • CODE_BLOCK__POST_APPLY_FOR

      static final int CODE_BLOCK__POST_APPLY_FOR
      The feature id for the 'Post Apply For' container reference.
      See Also:
    • CODE_BLOCK__BODY_FOR

      static final int CODE_BLOCK__BODY_FOR
      The feature id for the 'Body For' container reference.
      See Also:
    • CODE_BLOCK__INITIALISER_FOR

      static final int CODE_BLOCK__INITIALISER_FOR
      The feature id for the 'Initialiser For' container reference.
      See Also:
    • CODE_BLOCK__NESTED

      static final int CODE_BLOCK__NESTED
      The feature id for the 'Nested' containment reference list.
      See Also:
    • CODE_BLOCK__NESTED_FOR

      static final int CODE_BLOCK__NESTED_FOR
      The feature id for the 'Nested For' container reference.
      See Also:
    • CODE_BLOCK__PARENT_FRAME

      static final int CODE_BLOCK__PARENT_FRAME
      The feature id for the 'Parent Frame' attribute.
      See Also:
    • CODE_BLOCK__BINDING_FOR

      static final int CODE_BLOCK__BINDING_FOR
      The feature id for the 'Binding For' container reference.
      See Also:
    • CODE_BLOCK_FEATURE_COUNT

      static final int CODE_BLOCK_FEATURE_COUNT
      The number of structural features of the 'Code Block' class.
      See Also:
    • PUSH__OWNING_BLOCK

      static final int PUSH__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • PUSH__OPCODE

      static final int PUSH__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • PUSH__STACK_PRODUCTION

      static final int PUSH__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • PUSH__STACK_CONSUMPTION

      static final int PUSH__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • PUSH__STACK_LEVEL

      static final int PUSH__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • PUSH__LINE_NUMBER

      static final int PUSH__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • PUSH__VALUE

      static final int PUSH__VALUE
      The feature id for the 'Value' attribute.
      See Also:
    • PUSH__STRING_VALUE

      static final int PUSH__STRING_VALUE
      The feature id for the 'String Value' attribute.
      See Also:
    • PUSH__INT_VALUE

      static final int PUSH__INT_VALUE
      The feature id for the 'Int Value' attribute.
      See Also:
    • PUSH__DOUBLE_VALUE

      static final int PUSH__DOUBLE_VALUE
      The feature id for the 'Double Value' attribute.
      See Also:
    • PUSH__BYTE_VALUE

      static final int PUSH__BYTE_VALUE
      The feature id for the 'Byte Value' attribute.
      See Also:
    • PUSH__CHAR_VALUE

      static final int PUSH__CHAR_VALUE
      The feature id for the 'Char Value' attribute.
      See Also:
    • PUSH__FLOAT_VALUE

      static final int PUSH__FLOAT_VALUE
      The feature id for the 'Float Value' attribute.
      See Also:
    • PUSH__SHORT_VALUE

      static final int PUSH__SHORT_VALUE
      The feature id for the 'Short Value' attribute.
      See Also:
    • PUSH__LONG_VALUE

      static final int PUSH__LONG_VALUE
      The feature id for the 'Long Value' attribute.
      See Also:
    • PUSH__ENUM_VALUE

      static final int PUSH__ENUM_VALUE
      The feature id for the 'Enum Value' attribute.
      See Also:
    • PUSH_FEATURE_COUNT

      static final int PUSH_FEATURE_COUNT
      The number of structural features of the 'Push' class.
      See Also:
    • PUSHT__OWNING_BLOCK

      static final int PUSHT__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • PUSHT__OPCODE

      static final int PUSHT__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • PUSHT__STACK_PRODUCTION

      static final int PUSHT__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • PUSHT__STACK_CONSUMPTION

      static final int PUSHT__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • PUSHT__STACK_LEVEL

      static final int PUSHT__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • PUSHT__LINE_NUMBER

      static final int PUSHT__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • PUSHT_FEATURE_COUNT

      static final int PUSHT_FEATURE_COUNT
      The number of structural features of the 'Pusht' class.
      See Also:
    • PUSHF__OWNING_BLOCK

      static final int PUSHF__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • PUSHF__OPCODE

      static final int PUSHF__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • PUSHF__STACK_PRODUCTION

      static final int PUSHF__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • PUSHF__STACK_CONSUMPTION

      static final int PUSHF__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • PUSHF__STACK_LEVEL

      static final int PUSHF__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • PUSHF__LINE_NUMBER

      static final int PUSHF__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • PUSHF_FEATURE_COUNT

      static final int PUSHF_FEATURE_COUNT
      The number of structural features of the 'Pushf' class.
      See Also:
    • POP__OWNING_BLOCK

      static final int POP__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • POP__OPCODE

      static final int POP__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • POP__STACK_PRODUCTION

      static final int POP__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • POP__STACK_CONSUMPTION

      static final int POP__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • POP__STACK_LEVEL

      static final int POP__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • POP__LINE_NUMBER

      static final int POP__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • POP_FEATURE_COUNT

      static final int POP_FEATURE_COUNT
      The number of structural features of the 'Pop' class.
      See Also:
    • LOCAL_VARIABLE_INSTRUCTION__OWNING_BLOCK

      static final int LOCAL_VARIABLE_INSTRUCTION__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • LOCAL_VARIABLE_INSTRUCTION__OPCODE

      static final int LOCAL_VARIABLE_INSTRUCTION__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • LOCAL_VARIABLE_INSTRUCTION__STACK_PRODUCTION

      static final int LOCAL_VARIABLE_INSTRUCTION__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • LOCAL_VARIABLE_INSTRUCTION__STACK_CONSUMPTION

      static final int LOCAL_VARIABLE_INSTRUCTION__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • LOCAL_VARIABLE_INSTRUCTION__STACK_LEVEL

      static final int LOCAL_VARIABLE_INSTRUCTION__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • LOCAL_VARIABLE_INSTRUCTION__LINE_NUMBER

      static final int LOCAL_VARIABLE_INSTRUCTION__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • LOCAL_VARIABLE_INSTRUCTION__CB_OFFSET

      static final int LOCAL_VARIABLE_INSTRUCTION__CB_OFFSET
      The feature id for the 'Cb Offset' attribute.
      See Also:
    • LOCAL_VARIABLE_INSTRUCTION__SLOT

      static final int LOCAL_VARIABLE_INSTRUCTION__SLOT
      The feature id for the 'Slot' attribute.
      See Also:
    • LOCAL_VARIABLE_INSTRUCTION__LOCAL_VARIABLE_INDEX

      static final int LOCAL_VARIABLE_INSTRUCTION__LOCAL_VARIABLE_INDEX
      The feature id for the 'Local Variable Index' attribute.
      See Also:
    • LOCAL_VARIABLE_INSTRUCTION__LOCAL_VARIABLE

      static final int LOCAL_VARIABLE_INSTRUCTION__LOCAL_VARIABLE
      The feature id for the 'Local Variable' reference.
      See Also:
    • LOCAL_VARIABLE_INSTRUCTION_FEATURE_COUNT

      static final int LOCAL_VARIABLE_INSTRUCTION_FEATURE_COUNT
      The number of structural features of the 'Local Variable Instruction' class.
      See Also:
    • LOAD__OWNING_BLOCK

      static final int LOAD__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • LOAD__OPCODE

      static final int LOAD__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • LOAD__STACK_PRODUCTION

      static final int LOAD__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • LOAD__STACK_CONSUMPTION

      static final int LOAD__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • LOAD__STACK_LEVEL

      static final int LOAD__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • LOAD__LINE_NUMBER

      static final int LOAD__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • LOAD__CB_OFFSET

      static final int LOAD__CB_OFFSET
      The feature id for the 'Cb Offset' attribute.
      See Also:
    • LOAD__SLOT

      static final int LOAD__SLOT
      The feature id for the 'Slot' attribute.
      See Also:
    • LOAD__LOCAL_VARIABLE_INDEX

      static final int LOAD__LOCAL_VARIABLE_INDEX
      The feature id for the 'Local Variable Index' attribute.
      See Also:
    • LOAD__LOCAL_VARIABLE

      static final int LOAD__LOCAL_VARIABLE
      The feature id for the 'Local Variable' reference.
      See Also:
    • LOAD_FEATURE_COUNT

      static final int LOAD_FEATURE_COUNT
      The number of structural features of the 'Load' class.
      See Also:
    • STORE__OWNING_BLOCK

      static final int STORE__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • STORE__OPCODE

      static final int STORE__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • STORE__STACK_PRODUCTION

      static final int STORE__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • STORE__STACK_CONSUMPTION

      static final int STORE__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • STORE__STACK_LEVEL

      static final int STORE__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • STORE__LINE_NUMBER

      static final int STORE__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • STORE__CB_OFFSET

      static final int STORE__CB_OFFSET
      The feature id for the 'Cb Offset' attribute.
      See Also:
    • STORE__SLOT

      static final int STORE__SLOT
      The feature id for the 'Slot' attribute.
      See Also:
    • STORE__LOCAL_VARIABLE_INDEX

      static final int STORE__LOCAL_VARIABLE_INDEX
      The feature id for the 'Local Variable Index' attribute.
      See Also:
    • STORE__LOCAL_VARIABLE

      static final int STORE__LOCAL_VARIABLE
      The feature id for the 'Local Variable' reference.
      See Also:
    • STORE_FEATURE_COUNT

      static final int STORE_FEATURE_COUNT
      The number of structural features of the 'Store' class.
      See Also:
    • FIELD_INSTRUCTION__OWNING_BLOCK

      static final int FIELD_INSTRUCTION__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • FIELD_INSTRUCTION__OPCODE

      static final int FIELD_INSTRUCTION__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • FIELD_INSTRUCTION__STACK_PRODUCTION

      static final int FIELD_INSTRUCTION__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • FIELD_INSTRUCTION__STACK_CONSUMPTION

      static final int FIELD_INSTRUCTION__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • FIELD_INSTRUCTION__STACK_LEVEL

      static final int FIELD_INSTRUCTION__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • FIELD_INSTRUCTION__LINE_NUMBER

      static final int FIELD_INSTRUCTION__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • FIELD_INSTRUCTION__FIELDNAME

      static final int FIELD_INSTRUCTION__FIELDNAME
      The feature id for the 'Fieldname' attribute.
      See Also:
    • FIELD_INSTRUCTION_FEATURE_COUNT

      static final int FIELD_INSTRUCTION_FEATURE_COUNT
      The number of structural features of the 'Field Instruction' class.
      See Also:
    • SET__OWNING_BLOCK

      static final int SET__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • SET__OPCODE

      static final int SET__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • SET__STACK_PRODUCTION

      static final int SET__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • SET__STACK_CONSUMPTION

      static final int SET__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • SET__STACK_LEVEL

      static final int SET__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • SET__LINE_NUMBER

      static final int SET__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • SET__FIELDNAME

      static final int SET__FIELDNAME
      The feature id for the 'Fieldname' attribute.
      See Also:
    • SET_FEATURE_COUNT

      static final int SET_FEATURE_COUNT
      The number of structural features of the 'Set' class.
      See Also:
    • GET__OWNING_BLOCK

      static final int GET__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • GET__OPCODE

      static final int GET__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • GET__STACK_PRODUCTION

      static final int GET__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • GET__STACK_CONSUMPTION

      static final int GET__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • GET__STACK_LEVEL

      static final int GET__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • GET__LINE_NUMBER

      static final int GET__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • GET__FIELDNAME

      static final int GET__FIELDNAME
      The feature id for the 'Fieldname' attribute.
      See Also:
    • GET_FEATURE_COUNT

      static final int GET_FEATURE_COUNT
      The number of structural features of the 'Get' class.
      See Also:
    • GET_TRANS__OWNING_BLOCK

      static final int GET_TRANS__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • GET_TRANS__OPCODE

      static final int GET_TRANS__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • GET_TRANS__STACK_PRODUCTION

      static final int GET_TRANS__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • GET_TRANS__STACK_CONSUMPTION

      static final int GET_TRANS__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • GET_TRANS__STACK_LEVEL

      static final int GET_TRANS__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • GET_TRANS__LINE_NUMBER

      static final int GET_TRANS__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • GET_TRANS__FIELDNAME

      static final int GET_TRANS__FIELDNAME
      The feature id for the 'Fieldname' attribute.
      See Also:
    • GET_TRANS_FEATURE_COUNT

      static final int GET_TRANS_FEATURE_COUNT
      The number of structural features of the 'Get Trans' class.
      See Also:
    • SET_STATIC__OWNING_BLOCK

      static final int SET_STATIC__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • SET_STATIC__OPCODE

      static final int SET_STATIC__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • SET_STATIC__STACK_PRODUCTION

      static final int SET_STATIC__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • SET_STATIC__STACK_CONSUMPTION

      static final int SET_STATIC__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • SET_STATIC__STACK_LEVEL

      static final int SET_STATIC__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • SET_STATIC__LINE_NUMBER

      static final int SET_STATIC__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • SET_STATIC__FIELDNAME

      static final int SET_STATIC__FIELDNAME
      The feature id for the 'Fieldname' attribute.
      See Also:
    • SET_STATIC_FEATURE_COUNT

      static final int SET_STATIC_FEATURE_COUNT
      The number of structural features of the 'Set Static' class.
      See Also:
    • GET_STATIC__OWNING_BLOCK

      static final int GET_STATIC__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • GET_STATIC__OPCODE

      static final int GET_STATIC__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • GET_STATIC__STACK_PRODUCTION

      static final int GET_STATIC__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • GET_STATIC__STACK_CONSUMPTION

      static final int GET_STATIC__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • GET_STATIC__STACK_LEVEL

      static final int GET_STATIC__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • GET_STATIC__LINE_NUMBER

      static final int GET_STATIC__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • GET_STATIC__FIELDNAME

      static final int GET_STATIC__FIELDNAME
      The feature id for the 'Fieldname' attribute.
      See Also:
    • GET_STATIC_FEATURE_COUNT

      static final int GET_STATIC_FEATURE_COUNT
      The number of structural features of the 'Get Static' class.
      See Also:
    • FINDTYPE__OWNING_BLOCK

      static final int FINDTYPE__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • FINDTYPE__OPCODE

      static final int FINDTYPE__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • FINDTYPE__STACK_PRODUCTION

      static final int FINDTYPE__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • FINDTYPE__STACK_CONSUMPTION

      static final int FINDTYPE__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • FINDTYPE__STACK_LEVEL

      static final int FINDTYPE__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • FINDTYPE__LINE_NUMBER

      static final int FINDTYPE__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • FINDTYPE__MODELNAME

      static final int FINDTYPE__MODELNAME
      The feature id for the 'Modelname' attribute.
      See Also:
    • FINDTYPE__TYPENAME

      static final int FINDTYPE__TYPENAME
      The feature id for the 'Typename' attribute.
      See Also:
    • FINDTYPE_FEATURE_COUNT

      static final int FINDTYPE_FEATURE_COUNT
      The number of structural features of the 'Findtype' class.
      See Also:
    • FINDTYPE_S__OWNING_BLOCK

      static final int FINDTYPE_S__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • FINDTYPE_S__OPCODE

      static final int FINDTYPE_S__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • FINDTYPE_S__STACK_PRODUCTION

      static final int FINDTYPE_S__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • FINDTYPE_S__STACK_CONSUMPTION

      static final int FINDTYPE_S__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • FINDTYPE_S__STACK_LEVEL

      static final int FINDTYPE_S__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • FINDTYPE_S__LINE_NUMBER

      static final int FINDTYPE_S__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • FINDTYPE_S_FEATURE_COUNT

      static final int FINDTYPE_S_FEATURE_COUNT
      The number of structural features of the 'Findtype S' class.
      See Also:
    • NEW__OWNING_BLOCK

      static final int NEW__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • NEW__OPCODE

      static final int NEW__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • NEW__STACK_PRODUCTION

      static final int NEW__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • NEW__STACK_CONSUMPTION

      static final int NEW__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • NEW__STACK_LEVEL

      static final int NEW__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • NEW__LINE_NUMBER

      static final int NEW__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • NEW__MODELNAME

      static final int NEW__MODELNAME
      The feature id for the 'Modelname' attribute.
      See Also:
    • NEW_FEATURE_COUNT

      static final int NEW_FEATURE_COUNT
      The number of structural features of the 'New' class.
      See Also:
    • NEW_S__OWNING_BLOCK

      static final int NEW_S__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • NEW_S__OPCODE

      static final int NEW_S__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • NEW_S__STACK_PRODUCTION

      static final int NEW_S__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • NEW_S__STACK_CONSUMPTION

      static final int NEW_S__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • NEW_S__STACK_LEVEL

      static final int NEW_S__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • NEW_S__LINE_NUMBER

      static final int NEW_S__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • NEW_S_FEATURE_COUNT

      static final int NEW_S_FEATURE_COUNT
      The number of structural features of the 'New S' class.
      See Also:
    • DELETE__OWNING_BLOCK

      static final int DELETE__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • DELETE__OPCODE

      static final int DELETE__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • DELETE__STACK_PRODUCTION

      static final int DELETE__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • DELETE__STACK_CONSUMPTION

      static final int DELETE__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • DELETE__STACK_LEVEL

      static final int DELETE__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • DELETE__LINE_NUMBER

      static final int DELETE__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • DELETE_FEATURE_COUNT

      static final int DELETE_FEATURE_COUNT
      The number of structural features of the 'Delete' class.
      See Also:
    • DUP__OWNING_BLOCK

      static final int DUP__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • DUP__OPCODE

      static final int DUP__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • DUP__STACK_PRODUCTION

      static final int DUP__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • DUP__STACK_CONSUMPTION

      static final int DUP__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • DUP__STACK_LEVEL

      static final int DUP__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • DUP__LINE_NUMBER

      static final int DUP__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • DUP_FEATURE_COUNT

      static final int DUP_FEATURE_COUNT
      The number of structural features of the 'Dup' class.
      See Also:
    • DUP_X1__OWNING_BLOCK

      static final int DUP_X1__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • DUP_X1__OPCODE

      static final int DUP_X1__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • DUP_X1__STACK_PRODUCTION

      static final int DUP_X1__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • DUP_X1__STACK_CONSUMPTION

      static final int DUP_X1__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • DUP_X1__STACK_LEVEL

      static final int DUP_X1__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • DUP_X1__LINE_NUMBER

      static final int DUP_X1__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • DUP_X1_FEATURE_COUNT

      static final int DUP_X1_FEATURE_COUNT
      The number of structural features of the 'Dup X1' class.
      See Also:
    • SWAP__OWNING_BLOCK

      static final int SWAP__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • SWAP__OPCODE

      static final int SWAP__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • SWAP__STACK_PRODUCTION

      static final int SWAP__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • SWAP__STACK_CONSUMPTION

      static final int SWAP__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • SWAP__STACK_LEVEL

      static final int SWAP__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • SWAP__LINE_NUMBER

      static final int SWAP__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • SWAP_FEATURE_COUNT

      static final int SWAP_FEATURE_COUNT
      The number of structural features of the 'Swap' class.
      See Also:
    • SWAP_X1

      static final int SWAP_X1
      The meta object id for the 'Swap X1' class.
      See Also:
    • SWAP_X1__OWNING_BLOCK

      static final int SWAP_X1__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • SWAP_X1__OPCODE

      static final int SWAP_X1__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • SWAP_X1__STACK_PRODUCTION

      static final int SWAP_X1__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • SWAP_X1__STACK_CONSUMPTION

      static final int SWAP_X1__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • SWAP_X1__STACK_LEVEL

      static final int SWAP_X1__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • SWAP_X1__LINE_NUMBER

      static final int SWAP_X1__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • SWAP_X1_FEATURE_COUNT

      static final int SWAP_X1_FEATURE_COUNT
      The number of structural features of the 'Swap X1' class.
      See Also:
    • BRANCH_INSTRUCTION__OWNING_BLOCK

      static final int BRANCH_INSTRUCTION__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • BRANCH_INSTRUCTION__OPCODE

      static final int BRANCH_INSTRUCTION__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • BRANCH_INSTRUCTION__STACK_PRODUCTION

      static final int BRANCH_INSTRUCTION__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • BRANCH_INSTRUCTION__STACK_CONSUMPTION

      static final int BRANCH_INSTRUCTION__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • BRANCH_INSTRUCTION__STACK_LEVEL

      static final int BRANCH_INSTRUCTION__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • BRANCH_INSTRUCTION__LINE_NUMBER

      static final int BRANCH_INSTRUCTION__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • BRANCH_INSTRUCTION__OFFSET

      static final int BRANCH_INSTRUCTION__OFFSET
      The feature id for the 'Offset' attribute.
      See Also:
    • BRANCH_INSTRUCTION__TARGET

      static final int BRANCH_INSTRUCTION__TARGET
      The feature id for the 'Target' reference.
      See Also:
    • BRANCH_INSTRUCTION_FEATURE_COUNT

      static final int BRANCH_INSTRUCTION_FEATURE_COUNT
      The number of structural features of the 'Branch Instruction' class.
      See Also:
    • IF__OWNING_BLOCK

      static final int IF__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • IF__OPCODE

      static final int IF__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • IF__STACK_PRODUCTION

      static final int IF__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • IF__STACK_CONSUMPTION

      static final int IF__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • IF__STACK_LEVEL

      static final int IF__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • IF__LINE_NUMBER

      static final int IF__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • IF__OFFSET

      static final int IF__OFFSET
      The feature id for the 'Offset' attribute.
      See Also:
    • IF__TARGET

      static final int IF__TARGET
      The feature id for the 'Target' reference.
      See Also:
    • IF_FEATURE_COUNT

      static final int IF_FEATURE_COUNT
      The number of structural features of the 'If' class.
      See Also:
    • IFN__OWNING_BLOCK

      static final int IFN__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • IFN__OPCODE

      static final int IFN__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • IFN__STACK_PRODUCTION

      static final int IFN__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • IFN__STACK_CONSUMPTION

      static final int IFN__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • IFN__STACK_LEVEL

      static final int IFN__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • IFN__LINE_NUMBER

      static final int IFN__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • IFN__OFFSET

      static final int IFN__OFFSET
      The feature id for the 'Offset' attribute.
      See Also:
    • IFN__TARGET

      static final int IFN__TARGET
      The feature id for the 'Target' reference.
      See Also:
    • IFN_FEATURE_COUNT

      static final int IFN_FEATURE_COUNT
      The number of structural features of the 'Ifn' class.
      See Also:
    • GOTO__OWNING_BLOCK

      static final int GOTO__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • GOTO__OPCODE

      static final int GOTO__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • GOTO__STACK_PRODUCTION

      static final int GOTO__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • GOTO__STACK_CONSUMPTION

      static final int GOTO__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • GOTO__STACK_LEVEL

      static final int GOTO__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • GOTO__LINE_NUMBER

      static final int GOTO__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • GOTO__OFFSET

      static final int GOTO__OFFSET
      The feature id for the 'Offset' attribute.
      See Also:
    • GOTO__TARGET

      static final int GOTO__TARGET
      The feature id for the 'Target' reference.
      See Also:
    • GOTO_FEATURE_COUNT

      static final int GOTO_FEATURE_COUNT
      The number of structural features of the 'Goto' class.
      See Also:
    • ITERATE__OWNING_BLOCK

      static final int ITERATE__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • ITERATE__OPCODE

      static final int ITERATE__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • ITERATE__STACK_PRODUCTION

      static final int ITERATE__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • ITERATE__STACK_CONSUMPTION

      static final int ITERATE__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • ITERATE__STACK_LEVEL

      static final int ITERATE__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • ITERATE__LINE_NUMBER

      static final int ITERATE__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • ITERATE__OFFSET

      static final int ITERATE__OFFSET
      The feature id for the 'Offset' attribute.
      See Also:
    • ITERATE__TARGET

      static final int ITERATE__TARGET
      The feature id for the 'Target' reference.
      See Also:
    • ITERATE_FEATURE_COUNT

      static final int ITERATE_FEATURE_COUNT
      The number of structural features of the 'Iterate' class.
      See Also:
    • ENDITERATE__OWNING_BLOCK

      static final int ENDITERATE__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • ENDITERATE__OPCODE

      static final int ENDITERATE__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • ENDITERATE__STACK_PRODUCTION

      static final int ENDITERATE__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • ENDITERATE__STACK_CONSUMPTION

      static final int ENDITERATE__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • ENDITERATE__STACK_LEVEL

      static final int ENDITERATE__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • ENDITERATE__LINE_NUMBER

      static final int ENDITERATE__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • ENDITERATE__OFFSET

      static final int ENDITERATE__OFFSET
      The feature id for the 'Offset' attribute.
      See Also:
    • ENDITERATE__TARGET

      static final int ENDITERATE__TARGET
      The feature id for the 'Target' reference.
      See Also:
    • ENDITERATE_FEATURE_COUNT

      static final int ENDITERATE_FEATURE_COUNT
      The number of structural features of the 'Enditerate' class.
      See Also:
    • INVOKE_INSTRUCTION__OWNING_BLOCK

      static final int INVOKE_INSTRUCTION__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • INVOKE_INSTRUCTION__OPCODE

      static final int INVOKE_INSTRUCTION__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • INVOKE_INSTRUCTION__STACK_PRODUCTION

      static final int INVOKE_INSTRUCTION__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • INVOKE_INSTRUCTION__STACK_CONSUMPTION

      static final int INVOKE_INSTRUCTION__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • INVOKE_INSTRUCTION__STACK_LEVEL

      static final int INVOKE_INSTRUCTION__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • INVOKE_INSTRUCTION__LINE_NUMBER

      static final int INVOKE_INSTRUCTION__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • INVOKE_INSTRUCTION__ARGCOUNT

      static final int INVOKE_INSTRUCTION__ARGCOUNT
      The feature id for the 'Argcount' attribute.
      See Also:
    • INVOKE_INSTRUCTION_FEATURE_COUNT

      static final int INVOKE_INSTRUCTION_FEATURE_COUNT
      The number of structural features of the 'Invoke Instruction' class.
      See Also:
    • INVOKE_OPERATION_INSTRUCTION

      static final int INVOKE_OPERATION_INSTRUCTION
      The meta object id for the 'Invoke Operation Instruction' class.
      See Also:
    • INVOKE_OPERATION_INSTRUCTION__OWNING_BLOCK

      static final int INVOKE_OPERATION_INSTRUCTION__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • INVOKE_OPERATION_INSTRUCTION__OPCODE

      static final int INVOKE_OPERATION_INSTRUCTION__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • INVOKE_OPERATION_INSTRUCTION__STACK_PRODUCTION

      static final int INVOKE_OPERATION_INSTRUCTION__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • INVOKE_OPERATION_INSTRUCTION__STACK_CONSUMPTION

      static final int INVOKE_OPERATION_INSTRUCTION__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • INVOKE_OPERATION_INSTRUCTION__STACK_LEVEL

      static final int INVOKE_OPERATION_INSTRUCTION__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • INVOKE_OPERATION_INSTRUCTION__LINE_NUMBER

      static final int INVOKE_OPERATION_INSTRUCTION__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • INVOKE_OPERATION_INSTRUCTION__ARGCOUNT

      static final int INVOKE_OPERATION_INSTRUCTION__ARGCOUNT
      The feature id for the 'Argcount' attribute.
      See Also:
    • INVOKE_OPERATION_INSTRUCTION__OPNAME

      static final int INVOKE_OPERATION_INSTRUCTION__OPNAME
      The feature id for the 'Opname' attribute.
      See Also:
    • INVOKE_OPERATION_INSTRUCTION_FEATURE_COUNT

      static final int INVOKE_OPERATION_INSTRUCTION_FEATURE_COUNT
      The number of structural features of the 'Invoke Operation Instruction' class.
      See Also:
    • INVOKE__OWNING_BLOCK

      static final int INVOKE__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • INVOKE__OPCODE

      static final int INVOKE__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • INVOKE__STACK_PRODUCTION

      static final int INVOKE__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • INVOKE__STACK_CONSUMPTION

      static final int INVOKE__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • INVOKE__STACK_LEVEL

      static final int INVOKE__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • INVOKE__LINE_NUMBER

      static final int INVOKE__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • INVOKE__ARGCOUNT

      static final int INVOKE__ARGCOUNT
      The feature id for the 'Argcount' attribute.
      See Also:
    • INVOKE__OPNAME

      static final int INVOKE__OPNAME
      The feature id for the 'Opname' attribute.
      See Also:
    • INVOKE_FEATURE_COUNT

      static final int INVOKE_FEATURE_COUNT
      The number of structural features of the 'Invoke' class.
      See Also:
    • INVOKE_SUPER__OWNING_BLOCK

      static final int INVOKE_SUPER__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • INVOKE_SUPER__OPCODE

      static final int INVOKE_SUPER__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • INVOKE_SUPER__STACK_PRODUCTION

      static final int INVOKE_SUPER__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • INVOKE_SUPER__STACK_CONSUMPTION

      static final int INVOKE_SUPER__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • INVOKE_SUPER__STACK_LEVEL

      static final int INVOKE_SUPER__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • INVOKE_SUPER__LINE_NUMBER

      static final int INVOKE_SUPER__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • INVOKE_SUPER__ARGCOUNT

      static final int INVOKE_SUPER__ARGCOUNT
      The feature id for the 'Argcount' attribute.
      See Also:
    • INVOKE_SUPER__OPNAME

      static final int INVOKE_SUPER__OPNAME
      The feature id for the 'Opname' attribute.
      See Also:
    • INVOKE_SUPER_FEATURE_COUNT

      static final int INVOKE_SUPER_FEATURE_COUNT
      The number of structural features of the 'Invoke Super' class.
      See Also:
    • INVOKE_STATIC__OWNING_BLOCK

      static final int INVOKE_STATIC__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • INVOKE_STATIC__OPCODE

      static final int INVOKE_STATIC__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • INVOKE_STATIC__STACK_PRODUCTION

      static final int INVOKE_STATIC__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • INVOKE_STATIC__STACK_CONSUMPTION

      static final int INVOKE_STATIC__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • INVOKE_STATIC__STACK_LEVEL

      static final int INVOKE_STATIC__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • INVOKE_STATIC__LINE_NUMBER

      static final int INVOKE_STATIC__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • INVOKE_STATIC__ARGCOUNT

      static final int INVOKE_STATIC__ARGCOUNT
      The feature id for the 'Argcount' attribute.
      See Also:
    • INVOKE_STATIC__OPNAME

      static final int INVOKE_STATIC__OPNAME
      The feature id for the 'Opname' attribute.
      See Also:
    • INVOKE_STATIC_FEATURE_COUNT

      static final int INVOKE_STATIC_FEATURE_COUNT
      The number of structural features of the 'Invoke Static' class.
      See Also:
    • ALLINST__OWNING_BLOCK

      static final int ALLINST__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • ALLINST__OPCODE

      static final int ALLINST__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • ALLINST__STACK_PRODUCTION

      static final int ALLINST__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • ALLINST__STACK_CONSUMPTION

      static final int ALLINST__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • ALLINST__STACK_LEVEL

      static final int ALLINST__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • ALLINST__LINE_NUMBER

      static final int ALLINST__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • ALLINST_FEATURE_COUNT

      static final int ALLINST_FEATURE_COUNT
      The number of structural features of the 'Allinst' class.
      See Also:
    • ALLINST_IN__OWNING_BLOCK

      static final int ALLINST_IN__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • ALLINST_IN__OPCODE

      static final int ALLINST_IN__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • ALLINST_IN__STACK_PRODUCTION

      static final int ALLINST_IN__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • ALLINST_IN__STACK_CONSUMPTION

      static final int ALLINST_IN__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • ALLINST_IN__STACK_LEVEL

      static final int ALLINST_IN__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • ALLINST_IN__LINE_NUMBER

      static final int ALLINST_IN__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • ALLINST_IN_FEATURE_COUNT

      static final int ALLINST_IN_FEATURE_COUNT
      The number of structural features of the 'Allinst In' class.
      See Also:
    • ISNULL__OWNING_BLOCK

      static final int ISNULL__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • MATCH_S

      static final int MATCH_S
      The meta object id for the 'Match S' class.
      See Also:
    • ISNULL__OPCODE

      static final int ISNULL__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • ISNULL__STACK_PRODUCTION

      static final int ISNULL__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • ISNULL__STACK_CONSUMPTION

      static final int ISNULL__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • ISNULL__STACK_LEVEL

      static final int ISNULL__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • ISNULL__LINE_NUMBER

      static final int ISNULL__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • ISNULL_FEATURE_COUNT

      static final int ISNULL_FEATURE_COUNT
      The number of structural features of the 'Isnull' class.
      See Also:
    • GETENVTYPE

      static final int GETENVTYPE
      The meta object id for the 'Getenvtype' class.
      See Also:
    • GETENVTYPE__OWNING_BLOCK

      static final int GETENVTYPE__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • GETENVTYPE__OPCODE

      static final int GETENVTYPE__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • GETENVTYPE__STACK_PRODUCTION

      static final int GETENVTYPE__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • GETENVTYPE__STACK_CONSUMPTION

      static final int GETENVTYPE__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • GETENVTYPE__STACK_LEVEL

      static final int GETENVTYPE__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • GETENVTYPE__LINE_NUMBER

      static final int GETENVTYPE__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • GETENVTYPE_FEATURE_COUNT

      static final int GETENVTYPE_FEATURE_COUNT
      The number of structural features of the 'Getenvtype' class.
      See Also:
    • NOT__OWNING_BLOCK

      static final int NOT__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • NOT__OPCODE

      static final int NOT__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • NOT__STACK_PRODUCTION

      static final int NOT__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • NOT__STACK_CONSUMPTION

      static final int NOT__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • NOT__STACK_LEVEL

      static final int NOT__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • NOT__LINE_NUMBER

      static final int NOT__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • NOT_FEATURE_COUNT

      static final int NOT_FEATURE_COUNT
      The number of structural features of the 'Not' class.
      See Also:
    • AND

      static final int AND
      The meta object id for the 'And' class.
      See Also:
    • OR

      static final int OR
      The meta object id for the 'Or' class.
      See Also:
    • XOR

      static final int XOR
      The meta object id for the 'Xor' class.
      See Also:
    • IMPLIES

      static final int IMPLIES
      The meta object id for the 'Implies' class.
      See Also:
    • IFTE

      static final int IFTE
      The meta object id for the 'Ifte' class.
      See Also:
    • RETURN

      static final int RETURN
      The meta object id for the 'Return' class.
      See Also:
    • CODE_BLOCK_INSTRUCTION

      static final int CODE_BLOCK_INSTRUCTION
      The meta object id for the 'Code Block Instruction' class.
      See Also:
    • CODE_BLOCK_INSTRUCTION__OWNING_BLOCK

      static final int CODE_BLOCK_INSTRUCTION__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • CODE_BLOCK_INSTRUCTION__OPCODE

      static final int CODE_BLOCK_INSTRUCTION__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • CODE_BLOCK_INSTRUCTION__STACK_PRODUCTION

      static final int CODE_BLOCK_INSTRUCTION__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • CODE_BLOCK_INSTRUCTION__STACK_CONSUMPTION

      static final int CODE_BLOCK_INSTRUCTION__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • CODE_BLOCK_INSTRUCTION__STACK_LEVEL

      static final int CODE_BLOCK_INSTRUCTION__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • CODE_BLOCK_INSTRUCTION__LINE_NUMBER

      static final int CODE_BLOCK_INSTRUCTION__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • CODE_BLOCK_INSTRUCTION__CB_INDEX

      static final int CODE_BLOCK_INSTRUCTION__CB_INDEX
      The feature id for the 'Cb Index' attribute.
      See Also:
    • CODE_BLOCK_INSTRUCTION__CODE_BLOCK

      static final int CODE_BLOCK_INSTRUCTION__CODE_BLOCK
      The feature id for the 'Code Block' reference.
      See Also:
    • CODE_BLOCK_INSTRUCTION_FEATURE_COUNT

      static final int CODE_BLOCK_INSTRUCTION_FEATURE_COUNT
      The number of structural features of the 'Code Block Instruction' class.
      See Also:
    • AND__OWNING_BLOCK

      static final int AND__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • AND__OPCODE

      static final int AND__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • AND__STACK_PRODUCTION

      static final int AND__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • AND__STACK_CONSUMPTION

      static final int AND__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • AND__STACK_LEVEL

      static final int AND__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • AND__LINE_NUMBER

      static final int AND__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • AND__CB_INDEX

      static final int AND__CB_INDEX
      The feature id for the 'Cb Index' attribute.
      See Also:
    • AND__CODE_BLOCK

      static final int AND__CODE_BLOCK
      The feature id for the 'Code Block' reference.
      See Also:
    • AND_FEATURE_COUNT

      static final int AND_FEATURE_COUNT
      The number of structural features of the 'And' class.
      See Also:
    • OR__OWNING_BLOCK

      static final int OR__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • OR__OPCODE

      static final int OR__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • OR__STACK_PRODUCTION

      static final int OR__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • OR__STACK_CONSUMPTION

      static final int OR__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • OR__STACK_LEVEL

      static final int OR__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • OR__LINE_NUMBER

      static final int OR__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • OR__CB_INDEX

      static final int OR__CB_INDEX
      The feature id for the 'Cb Index' attribute.
      See Also:
    • OR__CODE_BLOCK

      static final int OR__CODE_BLOCK
      The feature id for the 'Code Block' reference.
      See Also:
    • OR_FEATURE_COUNT

      static final int OR_FEATURE_COUNT
      The number of structural features of the 'Or' class.
      See Also:
    • XOR__OWNING_BLOCK

      static final int XOR__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • XOR__OPCODE

      static final int XOR__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • XOR__STACK_PRODUCTION

      static final int XOR__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • XOR__STACK_CONSUMPTION

      static final int XOR__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • XOR__STACK_LEVEL

      static final int XOR__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • XOR__LINE_NUMBER

      static final int XOR__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • XOR_FEATURE_COUNT

      static final int XOR_FEATURE_COUNT
      The number of structural features of the 'Xor' class.
      See Also:
    • IMPLIES__OWNING_BLOCK

      static final int IMPLIES__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • IMPLIES__OPCODE

      static final int IMPLIES__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • IMPLIES__STACK_PRODUCTION

      static final int IMPLIES__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • IMPLIES__STACK_CONSUMPTION

      static final int IMPLIES__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • IMPLIES__STACK_LEVEL

      static final int IMPLIES__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • IMPLIES__LINE_NUMBER

      static final int IMPLIES__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • IMPLIES__CB_INDEX

      static final int IMPLIES__CB_INDEX
      The feature id for the 'Cb Index' attribute.
      See Also:
    • IMPLIES__CODE_BLOCK

      static final int IMPLIES__CODE_BLOCK
      The feature id for the 'Code Block' reference.
      See Also:
    • IMPLIES_FEATURE_COUNT

      static final int IMPLIES_FEATURE_COUNT
      The number of structural features of the 'Implies' class.
      See Also:
    • IFTE__OWNING_BLOCK

      static final int IFTE__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • IFTE__OPCODE

      static final int IFTE__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • IFTE__STACK_PRODUCTION

      static final int IFTE__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • IFTE__STACK_CONSUMPTION

      static final int IFTE__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • IFTE__STACK_LEVEL

      static final int IFTE__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • IFTE__LINE_NUMBER

      static final int IFTE__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • IFTE__THEN_CB_INDEX

      static final int IFTE__THEN_CB_INDEX
      The feature id for the 'Then Cb Index' attribute.
      See Also:
    • IFTE__ELSE_CB_INDEX

      static final int IFTE__ELSE_CB_INDEX
      The feature id for the 'Else Cb Index' attribute.
      See Also:
    • IFTE__THEN_CB

      static final int IFTE__THEN_CB
      The feature id for the 'Then Cb' reference.
      See Also:
    • IFTE__ELSE_CB

      static final int IFTE__ELSE_CB
      The feature id for the 'Else Cb' reference.
      See Also:
    • IFTE_FEATURE_COUNT

      static final int IFTE_FEATURE_COUNT
      The number of structural features of the 'Ifte' class.
      See Also:
    • RETURN__OWNING_BLOCK

      static final int RETURN__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • RETURN__OPCODE

      static final int RETURN__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • RETURN__STACK_PRODUCTION

      static final int RETURN__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • RETURN__STACK_CONSUMPTION

      static final int RETURN__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • RETURN__STACK_LEVEL

      static final int RETURN__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • RETURN__LINE_NUMBER

      static final int RETURN__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • RETURN_FEATURE_COUNT

      static final int RETURN_FEATURE_COUNT
      The number of structural features of the 'Return' class.
      See Also:
    • GETCB

      static final int GETCB
      The meta object id for the 'Getcb' class.
      See Also:
    • GETCB__OWNING_BLOCK

      static final int GETCB__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • GETCB__OPCODE

      static final int GETCB__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • GETCB__STACK_PRODUCTION

      static final int GETCB__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • GETCB__STACK_CONSUMPTION

      static final int GETCB__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • GETCB__STACK_LEVEL

      static final int GETCB__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • GETCB__LINE_NUMBER

      static final int GETCB__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • GETCB__CB_INDEX

      static final int GETCB__CB_INDEX
      The feature id for the 'Cb Index' attribute.
      See Also:
    • GETCB__CODE_BLOCK

      static final int GETCB__CODE_BLOCK
      The feature id for the 'Code Block' reference.
      See Also:
    • GETCB_FEATURE_COUNT

      static final int GETCB_FEATURE_COUNT
      The number of structural features of the 'Getcb' class.
      See Also:
    • INVOKE_CB

      static final int INVOKE_CB
      The meta object id for the 'Invoke Cb' class.
      See Also:
    • INVOKE_CB_S

      static final int INVOKE_CB_S
      The meta object id for the 'Invoke Cb S' class.
      See Also:
    • INVOKE_ALL_CBS

      static final int INVOKE_ALL_CBS
      The meta object id for the 'Invoke All Cbs' class.
      See Also:
    • INVOKE_ALL_CBS__OWNING_BLOCK

      static final int INVOKE_ALL_CBS__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • INVOKE_ALL_CBS__OPCODE

      static final int INVOKE_ALL_CBS__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • INVOKE_ALL_CBS__STACK_PRODUCTION

      static final int INVOKE_ALL_CBS__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • INVOKE_ALL_CBS__STACK_CONSUMPTION

      static final int INVOKE_ALL_CBS__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • INVOKE_ALL_CBS__STACK_LEVEL

      static final int INVOKE_ALL_CBS__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • INVOKE_ALL_CBS__LINE_NUMBER

      static final int INVOKE_ALL_CBS__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • INVOKE_ALL_CBS__ARGCOUNT

      static final int INVOKE_ALL_CBS__ARGCOUNT
      The feature id for the 'Argcount' attribute.
      See Also:
    • INVOKE_ALL_CBS_FEATURE_COUNT

      static final int INVOKE_ALL_CBS_FEATURE_COUNT
      The number of structural features of the 'Invoke All Cbs' class.
      See Also:
    • INVOKE_CB__OWNING_BLOCK

      static final int INVOKE_CB__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • INVOKE_CB__OPCODE

      static final int INVOKE_CB__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • INVOKE_CB__STACK_PRODUCTION

      static final int INVOKE_CB__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • INVOKE_CB__STACK_CONSUMPTION

      static final int INVOKE_CB__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • INVOKE_CB__STACK_LEVEL

      static final int INVOKE_CB__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • INVOKE_CB__LINE_NUMBER

      static final int INVOKE_CB__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • INVOKE_CB__CB_INDEX

      static final int INVOKE_CB__CB_INDEX
      The feature id for the 'Cb Index' attribute.
      See Also:
    • INVOKE_CB__CODE_BLOCK

      static final int INVOKE_CB__CODE_BLOCK
      The feature id for the 'Code Block' reference.
      See Also:
    • INVOKE_CB__ARGCOUNT

      static final int INVOKE_CB__ARGCOUNT
      The feature id for the 'Argcount' attribute.
      See Also:
    • INVOKE_CB_FEATURE_COUNT

      static final int INVOKE_CB_FEATURE_COUNT
      The number of structural features of the 'Invoke Cb' class.
      See Also:
    • INVOKE_CB_S__OWNING_BLOCK

      static final int INVOKE_CB_S__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • INVOKE_CB_S__OPCODE

      static final int INVOKE_CB_S__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • INVOKE_CB_S__STACK_PRODUCTION

      static final int INVOKE_CB_S__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • INVOKE_CB_S__STACK_CONSUMPTION

      static final int INVOKE_CB_S__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • INVOKE_CB_S__STACK_LEVEL

      static final int INVOKE_CB_S__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • INVOKE_CB_S__LINE_NUMBER

      static final int INVOKE_CB_S__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • INVOKE_CB_S__ARGCOUNT

      static final int INVOKE_CB_S__ARGCOUNT
      The feature id for the 'Argcount' attribute.
      See Also:
    • INVOKE_CB_S_FEATURE_COUNT

      static final int INVOKE_CB_S_FEATURE_COUNT
      The number of structural features of the 'Invoke Cb S' class.
      See Also:
    • MATCH__OWNING_BLOCK

      static final int MATCH__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • MATCH__OPCODE

      static final int MATCH__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • MATCH__STACK_PRODUCTION

      static final int MATCH__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • MATCH__STACK_CONSUMPTION

      static final int MATCH__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • MATCH__STACK_LEVEL

      static final int MATCH__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • MATCH__LINE_NUMBER

      static final int MATCH__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • MATCH__ARGCOUNT

      static final int MATCH__ARGCOUNT
      The feature id for the 'Argcount' attribute.
      See Also:
    • MATCH__RULENAME

      static final int MATCH__RULENAME
      The feature id for the 'Rulename' attribute.
      See Also:
    • MATCH_FEATURE_COUNT

      static final int MATCH_FEATURE_COUNT
      The number of structural features of the 'Match' class.
      See Also:
    • MATCH_S__OWNING_BLOCK

      static final int MATCH_S__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • MATCH_S__OPCODE

      static final int MATCH_S__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • MATCH_S__STACK_PRODUCTION

      static final int MATCH_S__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • MATCH_S__STACK_CONSUMPTION

      static final int MATCH_S__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • MATCH_S__STACK_LEVEL

      static final int MATCH_S__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • MATCH_S__LINE_NUMBER

      static final int MATCH_S__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • MATCH_S__ARGCOUNT

      static final int MATCH_S__ARGCOUNT
      The feature id for the 'Argcount' attribute.
      See Also:
    • MATCH_S_FEATURE_COUNT

      static final int MATCH_S_FEATURE_COUNT
      The number of structural features of the 'Match S' class.
      See Also:
    • ADD

      static final int ADD
      The meta object id for the 'Add' class.
      See Also:
    • ADD__OWNING_BLOCK

      static final int ADD__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • ADD__OPCODE

      static final int ADD__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • ADD__STACK_PRODUCTION

      static final int ADD__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • ADD__STACK_CONSUMPTION

      static final int ADD__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • ADD__STACK_LEVEL

      static final int ADD__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • ADD__LINE_NUMBER

      static final int ADD__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • ADD__FIELDNAME

      static final int ADD__FIELDNAME
      The feature id for the 'Fieldname' attribute.
      See Also:
    • ADD_FEATURE_COUNT

      static final int ADD_FEATURE_COUNT
      The number of structural features of the 'Add' class.
      See Also:
    • REMOVE

      static final int REMOVE
      The meta object id for the 'Remove' class.
      See Also:
    • REMOVE__OWNING_BLOCK

      static final int REMOVE__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • REMOVE__OPCODE

      static final int REMOVE__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • REMOVE__STACK_PRODUCTION

      static final int REMOVE__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • REMOVE__STACK_CONSUMPTION

      static final int REMOVE__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • REMOVE__STACK_LEVEL

      static final int REMOVE__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • REMOVE__LINE_NUMBER

      static final int REMOVE__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • REMOVE__FIELDNAME

      static final int REMOVE__FIELDNAME
      The feature id for the 'Fieldname' attribute.
      See Also:
    • REMOVE_FEATURE_COUNT

      static final int REMOVE_FEATURE_COUNT
      The number of structural features of the 'Remove' class.
      See Also:
    • INSERT

      static final int INSERT
      The meta object id for the 'Insert' class.
      See Also:
    • INSERT__OWNING_BLOCK

      static final int INSERT__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • INSERT__OPCODE

      static final int INSERT__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • INSERT__STACK_PRODUCTION

      static final int INSERT__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • INSERT__STACK_CONSUMPTION

      static final int INSERT__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • INSERT__STACK_LEVEL

      static final int INSERT__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • INSERT__LINE_NUMBER

      static final int INSERT__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • INSERT__FIELDNAME

      static final int INSERT__FIELDNAME
      The feature id for the 'Fieldname' attribute.
      See Also:
    • INSERT_FEATURE_COUNT

      static final int INSERT_FEATURE_COUNT
      The number of structural features of the 'Insert' class.
      See Also:
    • GET_SUPER

      static final int GET_SUPER
      The meta object id for the 'Get Super' class.
      See Also:
    • GET_SUPER__OWNING_BLOCK

      static final int GET_SUPER__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • GET_SUPER__OPCODE

      static final int GET_SUPER__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • GET_SUPER__STACK_PRODUCTION

      static final int GET_SUPER__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • GET_SUPER__STACK_CONSUMPTION

      static final int GET_SUPER__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • GET_SUPER__STACK_LEVEL

      static final int GET_SUPER__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • GET_SUPER__LINE_NUMBER

      static final int GET_SUPER__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • GET_SUPER__FIELDNAME

      static final int GET_SUPER__FIELDNAME
      The feature id for the 'Fieldname' attribute.
      See Also:
    • GET_SUPER_FEATURE_COUNT

      static final int GET_SUPER_FEATURE_COUNT
      The number of structural features of the 'Get Super' class.
      See Also:
    • GETENV

      static final int GETENV
      The meta object id for the 'Getenv' class.
      See Also:
    • GETENV__OWNING_BLOCK

      static final int GETENV__OWNING_BLOCK
      The feature id for the 'Owning Block' container reference.
      See Also:
    • GETENV__OPCODE

      static final int GETENV__OPCODE
      The feature id for the 'Opcode' attribute.
      See Also:
    • GETENV__STACK_PRODUCTION

      static final int GETENV__STACK_PRODUCTION
      The feature id for the 'Stack Production' attribute.
      See Also:
    • GETENV__STACK_CONSUMPTION

      static final int GETENV__STACK_CONSUMPTION
      The feature id for the 'Stack Consumption' attribute.
      See Also:
    • GETENV__STACK_LEVEL

      static final int GETENV__STACK_LEVEL
      The feature id for the 'Stack Level' attribute.
      See Also:
    • GETENV__LINE_NUMBER

      static final int GETENV__LINE_NUMBER
      The feature id for the 'Line Number' reference.
      See Also:
    • GETENV_FEATURE_COUNT

      static final int GETENV_FEATURE_COUNT
      The number of structural features of the 'Getenv' class.
      See Also:
    • MODEL_DECLARATION_TAG

      static final int MODEL_DECLARATION_TAG
      The meta object id for the 'Model Declaration Tag' enum.
      See Also:
    • FEATURE_TAG

      static final int FEATURE_TAG
      The meta object id for the 'Feature Tag' enum.
      See Also:
    • OPCODE

      static final int OPCODE
      The meta object id for the 'Opcode' enum.
      See Also:
    • RULE_MODE

      static final int RULE_MODE
      The meta object id for the 'Rule Mode' enum.
      See Also:
    • CONSTANT_TAG

      static final int CONSTANT_TAG
      The meta object id for the 'Constant Tag' enum.
      See Also:
    • STACK_FRAME

      static final int STACK_FRAME
      The meta object id for the 'Stack Frame' data type.
      See Also:
    • METHOD

      static final int METHOD
      The meta object id for the 'Method' data type.
      See Also:
    • TIMING_DATA

      static final int TIMING_DATA
      The meta object id for the 'Timing Data' data type.
      See Also:
    • VM_MONITOR

      static final int VM_MONITOR
      The meta object id for the 'VM Monitor' data type.
      See Also:
    • LAZY_COLLECTION

      static final int LAZY_COLLECTION
      The meta object id for the 'Lazy Collection' data type.
      See Also:
    • LAZY_BAG

      static final int LAZY_BAG
      The meta object id for the 'Lazy Bag' data type.
      See Also:
    • LAZY_LIST

      static final int LAZY_LIST
      The meta object id for the 'Lazy List' data type.
      See Also:
    • LAZY_ORDERED_SET

      static final int LAZY_ORDERED_SET
      The meta object id for the 'Lazy Ordered Set' data type.
      See Also:
    • LAZY_SET

      static final int LAZY_SET
      The meta object id for the 'Lazy Set' data type.
      See Also:
    • EJAVA_OBJECT_ARRAY

      static final int EJAVA_OBJECT_ARRAY
      The meta object id for the 'EJava Object Array' data type.
      See Also:
    • EOBJECT_ARRAY

      static final int EOBJECT_ARRAY
      The meta object id for the 'EObject Array' data type.
      See Also:
    • EBOOLEAN_ARRAY

      static final int EBOOLEAN_ARRAY
      The meta object id for the 'EBoolean Array' data type.
      See Also:
    • EJAVA_SET

      static final int EJAVA_SET
      The meta object id for the 'EJava Set' data type.
      See Also:
    • EJAVA_ITERABLE

      static final int EJAVA_ITERABLE
      The meta object id for the 'EJava Iterable' data type.
      See Also:
    • CLASS_NOT_FOUND_EXCEPTION

      static final int CLASS_NOT_FOUND_EXCEPTION
      The meta object id for the 'Class Not Found Exception' data type.
      See Also:
    • MODULE_RESOLVER

      static final int MODULE_RESOLVER
      The meta object id for the 'Module Resolver' data type.
      See Also:
    • ENUM_LITERAL

      static final int ENUM_LITERAL
      The meta object id for the 'Enum Literal' data type.
      See Also:
  • Method Details

    • getModule

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

      org.eclipse.emf.ecore.EAttribute getModule_SourceName()
      Returns the meta object for the attribute 'Source Name'.
      Returns:
      the meta object for the attribute 'Source Name'.
      See Also:
    • getModule_Features

      org.eclipse.emf.ecore.EReference getModule_Features()
      Returns the meta object for the containment reference list 'Features'.
      Returns:
      the meta object for the containment reference list 'Features'.
      See Also:
    • getModule_Rules

      org.eclipse.emf.ecore.EReference getModule_Rules()
      Returns the meta object for the containment reference list 'Rules'.
      Returns:
      the meta object for the containment reference list 'Rules'.
      See Also:
    • getModule_EImports

      org.eclipse.emf.ecore.EReference getModule_EImports()
      Returns the meta object for the reference list 'EImports'.
      Returns:
      the meta object for the reference list 'EImports'.
      See Also:
    • getModule_Imports

      org.eclipse.emf.ecore.EAttribute getModule_Imports()
      Returns the meta object for the attribute list 'Imports'.
      Returns:
      the meta object for the attribute list 'Imports'.
      See Also:
    • getModule_InputModels

      org.eclipse.emf.ecore.EReference getModule_InputModels()
      Returns the meta object for the containment reference list 'Input Models'.
      Returns:
      the meta object for the containment reference list 'Input Models'.
      See Also:
    • getModule_InoutModels

      org.eclipse.emf.ecore.EReference getModule_InoutModels()
      Returns the meta object for the containment reference list 'Inout Models'.
      Returns:
      the meta object for the containment reference list 'Inout Models'.
      See Also:
    • getModule_OutputModels

      org.eclipse.emf.ecore.EReference getModule_OutputModels()
      Returns the meta object for the containment reference list 'Output Models'.
      Returns:
      the meta object for the containment reference list 'Output Models'.
      See Also:
    • getModelDeclaration

      org.eclipse.emf.ecore.EClass getModelDeclaration()
      Returns the meta object for class 'Model Declaration'.
      Returns:
      the meta object for class 'Model Declaration'.
      See Also:
    • getModelDeclaration_ModelName

      org.eclipse.emf.ecore.EAttribute getModelDeclaration_ModelName()
      Returns the meta object for the attribute 'Model Name'.
      Returns:
      the meta object for the attribute 'Model Name'.
      See Also:
    • getModelDeclaration_MetaModelName

      org.eclipse.emf.ecore.EAttribute getModelDeclaration_MetaModelName()
      Returns the meta object for the attribute 'Meta Model Name'.
      Returns:
      the meta object for the attribute 'Meta Model Name'.
      See Also:
    • getModelDeclaration_InputModelFor

      org.eclipse.emf.ecore.EReference getModelDeclaration_InputModelFor()
      Returns the meta object for the container reference 'Input Model For'.
      Returns:
      the meta object for the container reference 'Input Model For'.
      See Also:
    • getModelDeclaration_InoutModelFor

      org.eclipse.emf.ecore.EReference getModelDeclaration_InoutModelFor()
      Returns the meta object for the container reference 'Inout Model For'.
      Returns:
      the meta object for the container reference 'Inout Model For'.
      See Also:
    • getModelDeclaration_OutputModelFor

      org.eclipse.emf.ecore.EReference getModelDeclaration_OutputModelFor()
      Returns the meta object for the container reference 'Output Model For'.
      Returns:
      the meta object for the container reference 'Output Model For'.
      See Also:
    • getFeature

      org.eclipse.emf.ecore.EClass getFeature()
      Returns the meta object for class 'Feature'.
      Returns:
      the meta object for class 'Feature'.
      See Also:
    • getFeature_Static

      org.eclipse.emf.ecore.EAttribute getFeature_Static()
      Returns the meta object for the attribute 'Static'.
      Returns:
      the meta object for the attribute 'Static'.
      See Also:
    • getFeature_EContext

      org.eclipse.emf.ecore.EReference getFeature_EContext()
      Returns the meta object for the reference 'EContext'.
      Returns:
      the meta object for the reference 'EContext'.
      See Also:
    • getFeature_Context

      org.eclipse.emf.ecore.EAttribute getFeature_Context()
      Returns the meta object for the attribute 'Context'.
      Returns:
      the meta object for the attribute 'Context'.
      See Also:
    • getFeature_ContextModel

      org.eclipse.emf.ecore.EAttribute getFeature_ContextModel()
      Returns the meta object for the attribute 'Context Model'.
      Returns:
      the meta object for the attribute 'Context Model'.
      See Also:
    • getFeature_Module

      org.eclipse.emf.ecore.EReference getFeature_Module()
      Returns the meta object for the container reference 'Module'.
      Returns:
      the meta object for the container reference 'Module'.
      See Also:
    • getField

      org.eclipse.emf.ecore.EClass getField()
      Returns the meta object for class 'Field'.
      Returns:
      the meta object for class 'Field'.
      See Also:
    • getField_StaticValue

      org.eclipse.emf.ecore.EAttribute getField_StaticValue()
      Returns the meta object for the attribute 'Static Value'.
      Returns:
      the meta object for the attribute 'Static Value'.
      See Also:
    • getField_Initialiser

      org.eclipse.emf.ecore.EReference getField_Initialiser()
      Returns the meta object for the containment reference 'Initialiser'.
      Returns:
      the meta object for the containment reference 'Initialiser'.
      See Also:
    • getField_Rule

      org.eclipse.emf.ecore.EReference getField_Rule()
      Returns the meta object for the container reference 'Rule'.
      Returns:
      the meta object for the container reference 'Rule'.
      See Also:
    • getOperation

      org.eclipse.emf.ecore.EClass getOperation()
      Returns the meta object for class 'Operation'.
      Returns:
      the meta object for class 'Operation'.
      See Also:
    • getOperation_Parameters

      org.eclipse.emf.ecore.EReference getOperation_Parameters()
      Returns the meta object for the containment reference list 'Parameters'.
      Returns:
      the meta object for the containment reference list 'Parameters'.
      See Also:
    • getOperation_Query

      org.eclipse.emf.ecore.EAttribute getOperation_Query()
      Returns the meta object for the attribute 'Query'.
      Returns:
      the meta object for the attribute 'Query'.
      See Also:
    • getOperation_Body

      org.eclipse.emf.ecore.EReference getOperation_Body()
      Returns the meta object for the containment reference 'Body'.
      Returns:
      the meta object for the containment reference 'Body'.
      See Also:
    • getNamedElement

      org.eclipse.emf.ecore.EClass getNamedElement()
      Returns the meta object for class 'Named Element'.
      Returns:
      the meta object for class 'Named Element'.
      See Also:
    • getNamedElement_Name

      org.eclipse.emf.ecore.EAttribute getNamedElement_Name()
      Returns the meta object for the attribute 'Name'.
      Returns:
      the meta object for the attribute 'Name'.
      See Also:
    • getParameter

      org.eclipse.emf.ecore.EClass getParameter()
      Returns the meta object for class 'Parameter'.
      Returns:
      the meta object for class 'Parameter'.
      See Also:
    • getParameter_Operation

      org.eclipse.emf.ecore.EReference getParameter_Operation()
      Returns the meta object for the container reference 'Operation'.
      Returns:
      the meta object for the container reference 'Operation'.
      See Also:
    • getTypedElement

      org.eclipse.emf.ecore.EClass getTypedElement()
      Returns the meta object for class 'Typed Element'.
      Returns:
      the meta object for class 'Typed Element'.
      See Also:
    • getTypedElement_EType

      org.eclipse.emf.ecore.EReference getTypedElement_EType()
      Returns the meta object for the reference 'EType'.
      Returns:
      the meta object for the reference 'EType'.
      See Also:
    • getTypedElement_Type

      org.eclipse.emf.ecore.EAttribute getTypedElement_Type()
      Returns the meta object for the attribute 'Type'.
      Returns:
      the meta object for the attribute 'Type'.
      See Also:
    • getTypedElement_TypeModel

      org.eclipse.emf.ecore.EAttribute getTypedElement_TypeModel()
      Returns the meta object for the attribute 'Type Model'.
      Returns:
      the meta object for the attribute 'Type Model'.
      See Also:
    • getInstruction

      org.eclipse.emf.ecore.EClass getInstruction()
      Returns the meta object for class 'Instruction'.
      Returns:
      the meta object for class 'Instruction'.
      See Also:
    • getInstruction_OwningBlock

      org.eclipse.emf.ecore.EReference getInstruction_OwningBlock()
      Returns the meta object for the container reference 'Owning Block'.
      Returns:
      the meta object for the container reference 'Owning Block'.
      See Also:
    • getInstruction_Opcode

      org.eclipse.emf.ecore.EAttribute getInstruction_Opcode()
      Returns the meta object for the attribute 'Opcode'.
      Returns:
      the meta object for the attribute 'Opcode'.
      See Also:
    • getInstruction_StackProduction

      org.eclipse.emf.ecore.EAttribute getInstruction_StackProduction()
      Returns the meta object for the attribute 'Stack Production'.
      Returns:
      the meta object for the attribute 'Stack Production'.
      See Also:
    • getInstruction_StackConsumption

      org.eclipse.emf.ecore.EAttribute getInstruction_StackConsumption()
      Returns the meta object for the attribute 'Stack Consumption'.
      Returns:
      the meta object for the attribute 'Stack Consumption'.
      See Also:
    • getInstruction_StackLevel

      org.eclipse.emf.ecore.EAttribute getInstruction_StackLevel()
      Returns the meta object for the attribute 'Stack Level'.
      Returns:
      the meta object for the attribute 'Stack Level'.
      See Also:
    • getInstruction_LineNumber

      org.eclipse.emf.ecore.EReference getInstruction_LineNumber()
      Returns the meta object for the reference 'Line Number'.
      Returns:
      the meta object for the reference 'Line Number'.
      See Also:
    • getLineNumber

      org.eclipse.emf.ecore.EClass getLineNumber()
      Returns the meta object for class 'Line Number'.
      Returns:
      the meta object for class 'Line Number'.
      See Also:
    • getLineNumber_StartLine

      org.eclipse.emf.ecore.EAttribute getLineNumber_StartLine()
      Returns the meta object for the attribute 'Start Line'.
      Returns:
      the meta object for the attribute 'Start Line'.
      See Also:
    • getLineNumber_StartColumn

      org.eclipse.emf.ecore.EAttribute getLineNumber_StartColumn()
      Returns the meta object for the attribute 'Start Column'.
      Returns:
      the meta object for the attribute 'Start Column'.
      See Also:
    • getLineNumber_EndLine

      org.eclipse.emf.ecore.EAttribute getLineNumber_EndLine()
      Returns the meta object for the attribute 'End Line'.
      Returns:
      the meta object for the attribute 'End Line'.
      See Also:
    • getLineNumber_EndColumn

      org.eclipse.emf.ecore.EAttribute getLineNumber_EndColumn()
      Returns the meta object for the attribute 'End Column'.
      Returns:
      the meta object for the attribute 'End Column'.
      See Also:
    • getLineNumber_StartChar

      org.eclipse.emf.ecore.EAttribute getLineNumber_StartChar()
      Returns the meta object for the attribute 'Start Char'.
      Returns:
      the meta object for the attribute 'Start Char'.
      See Also:
    • getLineNumber_EndChar

      org.eclipse.emf.ecore.EAttribute getLineNumber_EndChar()
      Returns the meta object for the attribute 'End Char'.
      Returns:
      the meta object for the attribute 'End Char'.
      See Also:
    • getLineNumber_OwningBlock

      org.eclipse.emf.ecore.EReference getLineNumber_OwningBlock()
      Returns the meta object for the container reference 'Owning Block'.
      Returns:
      the meta object for the container reference 'Owning Block'.
      See Also:
    • getLineNumber_Instructions

      org.eclipse.emf.ecore.EReference getLineNumber_Instructions()
      Returns the meta object for the reference list 'Instructions'.
      Returns:
      the meta object for the reference list 'Instructions'.
      See Also:
    • getLocalVariable

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

      org.eclipse.emf.ecore.EAttribute getLocalVariable_Slot()
      Returns the meta object for the attribute 'Slot'.
      Returns:
      the meta object for the attribute 'Slot'.
      See Also:
    • getLocalVariable_StartInstruction

      org.eclipse.emf.ecore.EReference getLocalVariable_StartInstruction()
      Returns the meta object for the reference 'Start Instruction'.
      Returns:
      the meta object for the reference 'Start Instruction'.
      See Also:
    • getLocalVariable_EndInstruction

      org.eclipse.emf.ecore.EReference getLocalVariable_EndInstruction()
      Returns the meta object for the reference 'End Instruction'.
      Returns:
      the meta object for the reference 'End Instruction'.
      See Also:
    • getLocalVariable_StartInstructionIndex

      org.eclipse.emf.ecore.EAttribute getLocalVariable_StartInstructionIndex()
      Returns the meta object for the attribute 'Start Instruction Index'.
      Returns:
      the meta object for the attribute 'Start Instruction Index'.
      See Also:
    • getLocalVariable_EndInstructionIndex

      org.eclipse.emf.ecore.EAttribute getLocalVariable_EndInstructionIndex()
      Returns the meta object for the attribute 'End Instruction Index'.
      Returns:
      the meta object for the attribute 'End Instruction Index'.
      See Also:
    • getLocalVariable_OwningBlock

      org.eclipse.emf.ecore.EReference getLocalVariable_OwningBlock()
      Returns the meta object for the container reference 'Owning Block'.
      Returns:
      the meta object for the container reference 'Owning Block'.
      See Also:
    • getRule

      org.eclipse.emf.ecore.EClass getRule()
      Returns the meta object for class 'Rule'.
      Returns:
      the meta object for class 'Rule'.
      See Also:
    • getRule_Module

      org.eclipse.emf.ecore.EReference getRule_Module()
      Returns the meta object for the container reference 'Module'.
      Returns:
      the meta object for the container reference 'Module'.
      See Also:
    • getRule_Mode

      org.eclipse.emf.ecore.EAttribute getRule_Mode()
      Returns the meta object for the attribute 'Mode'.
      Returns:
      the meta object for the attribute 'Mode'.
      See Also:
    • getRule_InputElements

      org.eclipse.emf.ecore.EReference getRule_InputElements()
      Returns the meta object for the containment reference list 'Input Elements'.
      Returns:
      the meta object for the containment reference list 'Input Elements'.
      See Also:
    • getRule_OutputElements

      org.eclipse.emf.ecore.EReference getRule_OutputElements()
      Returns the meta object for the containment reference list 'Output Elements'.
      Returns:
      the meta object for the containment reference list 'Output Elements'.
      See Also:
    • getRule_ESuperRules

      org.eclipse.emf.ecore.EReference getRule_ESuperRules()
      Returns the meta object for the reference list 'ESuper Rules'.
      Returns:
      the meta object for the reference list 'ESuper Rules'.
      See Also:
    • getRule_ESubRules

      org.eclipse.emf.ecore.EReference getRule_ESubRules()
      Returns the meta object for the reference list 'ESub Rules'.
      Returns:
      the meta object for the reference list 'ESub Rules'.
      See Also:
    • getRule_Matcher

      org.eclipse.emf.ecore.EReference getRule_Matcher()
      Returns the meta object for the containment reference 'Matcher'.
      Returns:
      the meta object for the containment reference 'Matcher'.
      See Also:
    • getRule_Applier

      org.eclipse.emf.ecore.EReference getRule_Applier()
      Returns the meta object for the containment reference 'Applier'.
      Returns:
      the meta object for the containment reference 'Applier'.
      See Also:
    • getRule_PostApply

      org.eclipse.emf.ecore.EReference getRule_PostApply()
      Returns the meta object for the containment reference 'Post Apply'.
      Returns:
      the meta object for the containment reference 'Post Apply'.
      See Also:
    • getRule_SuperRules

      org.eclipse.emf.ecore.EAttribute getRule_SuperRules()
      Returns the meta object for the attribute list 'Super Rules'.
      Returns:
      the meta object for the attribute list 'Super Rules'.
      See Also:
    • getRule_Abstract

      org.eclipse.emf.ecore.EAttribute getRule_Abstract()
      Returns the meta object for the attribute 'Abstract'.
      Returns:
      the meta object for the attribute 'Abstract'.
      See Also:
    • getRule_Fields

      org.eclipse.emf.ecore.EReference getRule_Fields()
      Returns the meta object for the containment reference list 'Fields'.
      Returns:
      the meta object for the containment reference list 'Fields'.
      See Also:
    • getRule_Default

      org.eclipse.emf.ecore.EAttribute getRule_Default()
      Returns the meta object for the attribute 'Default'.
      Returns:
      the meta object for the attribute 'Default'.
      See Also:
    • getRule_DistinctElements

      org.eclipse.emf.ecore.EAttribute getRule_DistinctElements()
      Returns the meta object for the attribute 'Distinct Elements'.
      Returns:
      the meta object for the attribute 'Distinct Elements'.
      See Also:
    • getRule_Unique

      org.eclipse.emf.ecore.EAttribute getRule_Unique()
      Returns the meta object for the attribute 'Unique'.
      Returns:
      the meta object for the attribute 'Unique'.
      See Also:
    • getRule_Leaf

      org.eclipse.emf.ecore.EAttribute getRule_Leaf()
      Returns the meta object for the attribute 'Leaf'.
      Returns:
      the meta object for the attribute 'Leaf'.
      See Also:
    • getRule_WithLeaves

      org.eclipse.emf.ecore.EAttribute getRule_WithLeaves()
      Returns the meta object for the attribute 'With Leaves'.
      Returns:
      the meta object for the attribute 'With Leaves'.
      See Also:
    • getRuleElement

      org.eclipse.emf.ecore.EClass getRuleElement()
      Returns the meta object for class 'Rule Element'.
      Returns:
      the meta object for class 'Rule Element'.
      See Also:
    • getCodeBlock

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

      org.eclipse.emf.ecore.EAttribute getCodeBlock_MaxLocals()
      Returns the meta object for the attribute 'Max Locals'.
      Returns:
      the meta object for the attribute 'Max Locals'.
      See Also:
    • getCodeBlock_MaxStack

      org.eclipse.emf.ecore.EAttribute getCodeBlock_MaxStack()
      Returns the meta object for the attribute 'Max Stack'.
      Returns:
      the meta object for the attribute 'Max Stack'.
      See Also:
    • getCodeBlock_Code

      org.eclipse.emf.ecore.EReference getCodeBlock_Code()
      Returns the meta object for the containment reference list 'Code'.
      Returns:
      the meta object for the containment reference list 'Code'.
      See Also:
    • getCodeBlock_LineNumbers

      org.eclipse.emf.ecore.EReference getCodeBlock_LineNumbers()
      Returns the meta object for the containment reference list 'Line Numbers'.
      Returns:
      the meta object for the containment reference list 'Line Numbers'.
      See Also:
    • getCodeBlock_LocalVariables

      org.eclipse.emf.ecore.EReference getCodeBlock_LocalVariables()
      Returns the meta object for the containment reference list 'Local Variables'.
      Returns:
      the meta object for the containment reference list 'Local Variables'.
      See Also:
    • getCodeBlock_MatcherFor

      org.eclipse.emf.ecore.EReference getCodeBlock_MatcherFor()
      Returns the meta object for the container reference 'Matcher For'.
      Returns:
      the meta object for the container reference 'Matcher For'.
      See Also:
    • getCodeBlock_ApplierFor

      org.eclipse.emf.ecore.EReference getCodeBlock_ApplierFor()
      Returns the meta object for the container reference 'Applier For'.
      Returns:
      the meta object for the container reference 'Applier For'.
      See Also:
    • getCodeBlock_PostApplyFor

      org.eclipse.emf.ecore.EReference getCodeBlock_PostApplyFor()
      Returns the meta object for the container reference 'Post Apply For'.
      Returns:
      the meta object for the container reference 'Post Apply For'.
      See Also:
    • getCodeBlock_BodyFor

      org.eclipse.emf.ecore.EReference getCodeBlock_BodyFor()
      Returns the meta object for the container reference 'Body For'.
      Returns:
      the meta object for the container reference 'Body For'.
      See Also:
    • getCodeBlock_InitialiserFor

      org.eclipse.emf.ecore.EReference getCodeBlock_InitialiserFor()
      Returns the meta object for the container reference 'Initialiser For'.
      Returns:
      the meta object for the container reference 'Initialiser For'.
      See Also:
    • getCodeBlock_Nested

      org.eclipse.emf.ecore.EReference getCodeBlock_Nested()
      Returns the meta object for the containment reference list 'Nested'.
      Returns:
      the meta object for the containment reference list 'Nested'.
      See Also:
    • getCodeBlock_NestedFor

      org.eclipse.emf.ecore.EReference getCodeBlock_NestedFor()
      Returns the meta object for the container reference 'Nested For'.
      Returns:
      the meta object for the container reference 'Nested For'.
      See Also:
    • getCodeBlock_ParentFrame

      org.eclipse.emf.ecore.EAttribute getCodeBlock_ParentFrame()
      Returns the meta object for the attribute 'Parent Frame'.
      Returns:
      the meta object for the attribute 'Parent Frame'.
      See Also:
    • getCodeBlock_BindingFor

      org.eclipse.emf.ecore.EReference getCodeBlock_BindingFor()
      Returns the meta object for the container reference 'Binding For'.
      Returns:
      the meta object for the container reference 'Binding For'.
      See Also:
    • getPush

      org.eclipse.emf.ecore.EClass getPush()
      Returns the meta object for class 'Push'.
      Returns:
      the meta object for class 'Push'.
      See Also:
    • getPush_Value

      org.eclipse.emf.ecore.EAttribute getPush_Value()
      Returns the meta object for the attribute 'Value'.
      Returns:
      the meta object for the attribute 'Value'.
      See Also:
    • getPush_StringValue

      org.eclipse.emf.ecore.EAttribute getPush_StringValue()
      Returns the meta object for the attribute 'String Value'.
      Returns:
      the meta object for the attribute 'String Value'.
      See Also:
    • getPush_IntValue

      org.eclipse.emf.ecore.EAttribute getPush_IntValue()
      Returns the meta object for the attribute 'Int Value'.
      Returns:
      the meta object for the attribute 'Int Value'.
      See Also:
    • getPush_DoubleValue

      org.eclipse.emf.ecore.EAttribute getPush_DoubleValue()
      Returns the meta object for the attribute 'Double Value'.
      Returns:
      the meta object for the attribute 'Double Value'.
      See Also:
    • getPush_ByteValue

      org.eclipse.emf.ecore.EAttribute getPush_ByteValue()
      Returns the meta object for the attribute 'Byte Value'.
      Returns:
      the meta object for the attribute 'Byte Value'.
      See Also:
    • getPush_CharValue

      org.eclipse.emf.ecore.EAttribute getPush_CharValue()
      Returns the meta object for the attribute 'Char Value'.
      Returns:
      the meta object for the attribute 'Char Value'.
      See Also:
    • getPush_FloatValue

      org.eclipse.emf.ecore.EAttribute getPush_FloatValue()
      Returns the meta object for the attribute 'Float Value'.
      Returns:
      the meta object for the attribute 'Float Value'.
      See Also:
    • getPush_ShortValue

      org.eclipse.emf.ecore.EAttribute getPush_ShortValue()
      Returns the meta object for the attribute 'Short Value'.
      Returns:
      the meta object for the attribute 'Short Value'.
      See Also:
    • getPush_LongValue

      org.eclipse.emf.ecore.EAttribute getPush_LongValue()
      Returns the meta object for the attribute 'Long Value'.
      Returns:
      the meta object for the attribute 'Long Value'.
      See Also:
    • getPush_EnumValue

      org.eclipse.emf.ecore.EAttribute getPush_EnumValue()
      Returns the meta object for the attribute 'Enum Value'.
      Returns:
      the meta object for the attribute 'Enum Value'.
      See Also:
    • getPusht

      org.eclipse.emf.ecore.EClass getPusht()
      Returns the meta object for class 'Pusht'.
      Returns:
      the meta object for class 'Pusht'.
      See Also:
    • getPushf

      org.eclipse.emf.ecore.EClass getPushf()
      Returns the meta object for class 'Pushf'.
      Returns:
      the meta object for class 'Pushf'.
      See Also:
    • getPop

      org.eclipse.emf.ecore.EClass getPop()
      Returns the meta object for class 'Pop'.
      Returns:
      the meta object for class 'Pop'.
      See Also:
    • getLocalVariableInstruction

      org.eclipse.emf.ecore.EClass getLocalVariableInstruction()
      Returns the meta object for class 'Local Variable Instruction'.
      Returns:
      the meta object for class 'Local Variable Instruction'.
      See Also:
    • getLocalVariableInstruction_CbOffset

      org.eclipse.emf.ecore.EAttribute getLocalVariableInstruction_CbOffset()
      Returns the meta object for the attribute 'Cb Offset'.
      Returns:
      the meta object for the attribute 'Cb Offset'.
      See Also:
    • getLocalVariableInstruction_Slot

      org.eclipse.emf.ecore.EAttribute getLocalVariableInstruction_Slot()
      Returns the meta object for the attribute 'Slot'.
      Returns:
      the meta object for the attribute 'Slot'.
      See Also:
    • getLocalVariableInstruction_LocalVariableIndex

      org.eclipse.emf.ecore.EAttribute getLocalVariableInstruction_LocalVariableIndex()
      Returns the meta object for the attribute 'Local Variable Index'.
      Returns:
      the meta object for the attribute 'Local Variable Index'.
      See Also:
    • getLocalVariableInstruction_LocalVariable

      org.eclipse.emf.ecore.EReference getLocalVariableInstruction_LocalVariable()
      Returns the meta object for the reference 'Local Variable'.
      Returns:
      the meta object for the reference 'Local Variable'.
      See Also:
    • getLoad

      org.eclipse.emf.ecore.EClass getLoad()
      Returns the meta object for class 'Load'.
      Returns:
      the meta object for class 'Load'.
      See Also:
    • getStore

      org.eclipse.emf.ecore.EClass getStore()
      Returns the meta object for class 'Store'.
      Returns:
      the meta object for class 'Store'.
      See Also:
    • getFieldInstruction

      org.eclipse.emf.ecore.EClass getFieldInstruction()
      Returns the meta object for class 'Field Instruction'.
      Returns:
      the meta object for class 'Field Instruction'.
      See Also:
    • getFieldInstruction_Fieldname

      org.eclipse.emf.ecore.EAttribute getFieldInstruction_Fieldname()
      Returns the meta object for the attribute 'Fieldname'.
      Returns:
      the meta object for the attribute 'Fieldname'.
      See Also:
    • getSet

      org.eclipse.emf.ecore.EClass getSet()
      Returns the meta object for class 'Set'.
      Returns:
      the meta object for class 'Set'.
      See Also:
    • getGet

      org.eclipse.emf.ecore.EClass getGet()
      Returns the meta object for class 'Get'.
      Returns:
      the meta object for class 'Get'.
      See Also:
    • getGetTrans

      org.eclipse.emf.ecore.EClass getGetTrans()
      Returns the meta object for class 'Get Trans'.
      Returns:
      the meta object for class 'Get Trans'.
      See Also:
    • getSetStatic

      org.eclipse.emf.ecore.EClass getSetStatic()
      Returns the meta object for class 'Set Static'.
      Returns:
      the meta object for class 'Set Static'.
      See Also:
    • getGetStatic

      org.eclipse.emf.ecore.EClass getGetStatic()
      Returns the meta object for class 'Get Static'.
      Returns:
      the meta object for class 'Get Static'.
      See Also:
    • getFindtype

      org.eclipse.emf.ecore.EClass getFindtype()
      Returns the meta object for class 'Findtype'.
      Returns:
      the meta object for class 'Findtype'.
      See Also:
    • getFindtype_Modelname

      org.eclipse.emf.ecore.EAttribute getFindtype_Modelname()
      Returns the meta object for the attribute 'Modelname'.
      Returns:
      the meta object for the attribute 'Modelname'.
      See Also:
    • getFindtype_Typename

      org.eclipse.emf.ecore.EAttribute getFindtype_Typename()
      Returns the meta object for the attribute 'Typename'.
      Returns:
      the meta object for the attribute 'Typename'.
      See Also:
    • getFindtypeS

      org.eclipse.emf.ecore.EClass getFindtypeS()
      Returns the meta object for class 'Findtype S'.
      Returns:
      the meta object for class 'Findtype S'.
      See Also:
    • getNew

      org.eclipse.emf.ecore.EClass getNew()
      Returns the meta object for class 'New'.
      Returns:
      the meta object for class 'New'.
      See Also:
    • getNew_Modelname

      org.eclipse.emf.ecore.EAttribute getNew_Modelname()
      Returns the meta object for the attribute 'Modelname'.
      Returns:
      the meta object for the attribute 'Modelname'.
      See Also:
    • getNewS

      org.eclipse.emf.ecore.EClass getNewS()
      Returns the meta object for class 'New S'.
      Returns:
      the meta object for class 'New S'.
      See Also:
    • getDelete

      org.eclipse.emf.ecore.EClass getDelete()
      Returns the meta object for class 'Delete'.
      Returns:
      the meta object for class 'Delete'.
      See Also:
    • getDup

      org.eclipse.emf.ecore.EClass getDup()
      Returns the meta object for class 'Dup'.
      Returns:
      the meta object for class 'Dup'.
      See Also:
    • getDupX1

      org.eclipse.emf.ecore.EClass getDupX1()
      Returns the meta object for class 'Dup X1'.
      Returns:
      the meta object for class 'Dup X1'.
      See Also:
    • getSwap

      org.eclipse.emf.ecore.EClass getSwap()
      Returns the meta object for class 'Swap'.
      Returns:
      the meta object for class 'Swap'.
      See Also:
    • getSwapX1

      org.eclipse.emf.ecore.EClass getSwapX1()
      Returns the meta object for class 'Swap X1'.
      Returns:
      the meta object for class 'Swap X1'.
      See Also:
    • getBranchInstruction

      org.eclipse.emf.ecore.EClass getBranchInstruction()
      Returns the meta object for class 'Branch Instruction'.
      Returns:
      the meta object for class 'Branch Instruction'.
      See Also:
    • getBranchInstruction_Offset

      org.eclipse.emf.ecore.EAttribute getBranchInstruction_Offset()
      Returns the meta object for the attribute 'Offset'.
      Returns:
      the meta object for the attribute 'Offset'.
      See Also:
    • getBranchInstruction_Target

      org.eclipse.emf.ecore.EReference getBranchInstruction_Target()
      Returns the meta object for the reference 'Target'.
      Returns:
      the meta object for the reference 'Target'.
      See Also:
    • getIf

      org.eclipse.emf.ecore.EClass getIf()
      Returns the meta object for class 'If'.
      Returns:
      the meta object for class 'If'.
      See Also:
    • getIfn

      org.eclipse.emf.ecore.EClass getIfn()
      Returns the meta object for class 'Ifn'.
      Returns:
      the meta object for class 'Ifn'.
      See Also:
    • getGoto

      org.eclipse.emf.ecore.EClass getGoto()
      Returns the meta object for class 'Goto'.
      Returns:
      the meta object for class 'Goto'.
      See Also:
    • getIterate

      org.eclipse.emf.ecore.EClass getIterate()
      Returns the meta object for class 'Iterate'.
      Returns:
      the meta object for class 'Iterate'.
      See Also:
    • getEnditerate

      org.eclipse.emf.ecore.EClass getEnditerate()
      Returns the meta object for class 'Enditerate'.
      Returns:
      the meta object for class 'Enditerate'.
      See Also:
    • getInvokeInstruction

      org.eclipse.emf.ecore.EClass getInvokeInstruction()
      Returns the meta object for class 'Invoke Instruction'.
      Returns:
      the meta object for class 'Invoke Instruction'.
      See Also:
    • getInvokeInstruction_Argcount

      org.eclipse.emf.ecore.EAttribute getInvokeInstruction_Argcount()
      Returns the meta object for the attribute 'Argcount'.
      Returns:
      the meta object for the attribute 'Argcount'.
      See Also:
    • getInvokeOperationInstruction

      org.eclipse.emf.ecore.EClass getInvokeOperationInstruction()
      Returns the meta object for class 'Invoke Operation Instruction'.
      Returns:
      the meta object for class 'Invoke Operation Instruction'.
      See Also:
    • getInvokeOperationInstruction_Opname

      org.eclipse.emf.ecore.EAttribute getInvokeOperationInstruction_Opname()
      Returns the meta object for the attribute 'Opname'.
      Returns:
      the meta object for the attribute 'Opname'.
      See Also:
    • getInvoke

      org.eclipse.emf.ecore.EClass getInvoke()
      Returns the meta object for class 'Invoke'.
      Returns:
      the meta object for class 'Invoke'.
      See Also:
    • getInvokeSuper

      org.eclipse.emf.ecore.EClass getInvokeSuper()
      Returns the meta object for class 'Invoke Super'.
      Returns:
      the meta object for class 'Invoke Super'.
      See Also:
    • getInvokeStatic

      org.eclipse.emf.ecore.EClass getInvokeStatic()
      Returns the meta object for class 'Invoke Static'.
      Returns:
      the meta object for class 'Invoke Static'.
      See Also:
    • getAllinst

      org.eclipse.emf.ecore.EClass getAllinst()
      Returns the meta object for class 'Allinst'.
      Returns:
      the meta object for class 'Allinst'.
      See Also:
    • getAllinstIn

      org.eclipse.emf.ecore.EClass getAllinstIn()
      Returns the meta object for class 'Allinst In'.
      Returns:
      the meta object for class 'Allinst In'.
      See Also:
    • getMatch

      org.eclipse.emf.ecore.EClass getMatch()
      Returns the meta object for class 'Match'.
      Returns:
      the meta object for class 'Match'.
      See Also:
    • getMatch_Rulename

      org.eclipse.emf.ecore.EAttribute getMatch_Rulename()
      Returns the meta object for the attribute 'Rulename'.
      Returns:
      the meta object for the attribute 'Rulename'.
      See Also:
    • getMatchS

      org.eclipse.emf.ecore.EClass getMatchS()
      Returns the meta object for class 'Match S'.
      Returns:
      the meta object for class 'Match S'.
      See Also:
    • getAdd

      org.eclipse.emf.ecore.EClass getAdd()
      Returns the meta object for class 'Add'.
      Returns:
      the meta object for class 'Add'.
      See Also:
    • getRemove

      org.eclipse.emf.ecore.EClass getRemove()
      Returns the meta object for class 'Remove'.
      Returns:
      the meta object for class 'Remove'.
      See Also:
    • getInsert

      org.eclipse.emf.ecore.EClass getInsert()
      Returns the meta object for class 'Insert'.
      Returns:
      the meta object for class 'Insert'.
      See Also:
    • getGetSuper

      org.eclipse.emf.ecore.EClass getGetSuper()
      Returns the meta object for class 'Get Super'.
      Returns:
      the meta object for class 'Get Super'.
      See Also:
    • getGetenv

      org.eclipse.emf.ecore.EClass getGetenv()
      Returns the meta object for class 'Getenv'.
      Returns:
      the meta object for class 'Getenv'.
      See Also:
    • getReturn

      org.eclipse.emf.ecore.EClass getReturn()
      Returns the meta object for class 'Return'.
      Returns:
      the meta object for class 'Return'.
      See Also:
    • getCodeBlockInstruction

      org.eclipse.emf.ecore.EClass getCodeBlockInstruction()
      Returns the meta object for class 'Code Block Instruction'.
      Returns:
      the meta object for class 'Code Block Instruction'.
      See Also:
    • getCodeBlockInstruction_CodeBlock

      org.eclipse.emf.ecore.EReference getCodeBlockInstruction_CodeBlock()
      Returns the meta object for the reference 'Code Block'.
      Returns:
      the meta object for the reference 'Code Block'.
      See Also:
    • getCodeBlockInstruction_CbIndex

      org.eclipse.emf.ecore.EAttribute getCodeBlockInstruction_CbIndex()
      Returns the meta object for the attribute 'Cb Index'.
      Returns:
      the meta object for the attribute 'Cb Index'.
      See Also:
    • getGetcb

      org.eclipse.emf.ecore.EClass getGetcb()
      Returns the meta object for class 'Getcb'.
      Returns:
      the meta object for class 'Getcb'.
      See Also:
    • getInvokeAllCbs

      org.eclipse.emf.ecore.EClass getInvokeAllCbs()
      Returns the meta object for class 'Invoke All Cbs'.
      Returns:
      the meta object for class 'Invoke All Cbs'.
      See Also:
    • getInvokeCb

      org.eclipse.emf.ecore.EClass getInvokeCb()
      Returns the meta object for class 'Invoke Cb'.
      Returns:
      the meta object for class 'Invoke Cb'.
      See Also:
    • getInvokeCbS

      org.eclipse.emf.ecore.EClass getInvokeCbS()
      Returns the meta object for class 'Invoke Cb S'.
      Returns:
      the meta object for class 'Invoke Cb S'.
      See Also:
    • getModelDeclarationTag

      org.eclipse.emf.ecore.EEnum getModelDeclarationTag()
      Returns the meta object for enum 'Model Declaration Tag'.
      Returns:
      the meta object for enum 'Model Declaration Tag'.
      See Also:
    • getNot

      org.eclipse.emf.ecore.EClass getNot()
      Returns the meta object for class 'Not'.
      Returns:
      the meta object for class 'Not'.
      See Also:
    • getAnd

      org.eclipse.emf.ecore.EClass getAnd()
      Returns the meta object for class 'And'.
      Returns:
      the meta object for class 'And'.
      See Also:
    • getOr

      org.eclipse.emf.ecore.EClass getOr()
      Returns the meta object for class 'Or'.
      Returns:
      the meta object for class 'Or'.
      See Also:
    • getXor

      org.eclipse.emf.ecore.EClass getXor()
      Returns the meta object for class 'Xor'.
      Returns:
      the meta object for class 'Xor'.
      See Also:
    • getImplies

      org.eclipse.emf.ecore.EClass getImplies()
      Returns the meta object for class 'Implies'.
      Returns:
      the meta object for class 'Implies'.
      See Also:
    • getIfte

      org.eclipse.emf.ecore.EClass getIfte()
      Returns the meta object for class 'Ifte'.
      Returns:
      the meta object for class 'Ifte'.
      See Also:
    • getIfte_ThenCbIndex

      org.eclipse.emf.ecore.EAttribute getIfte_ThenCbIndex()
      Returns the meta object for the attribute 'Then Cb Index'.
      Returns:
      the meta object for the attribute 'Then Cb Index'.
      See Also:
    • getIfte_ElseCbIndex

      org.eclipse.emf.ecore.EAttribute getIfte_ElseCbIndex()
      Returns the meta object for the attribute 'Else Cb Index'.
      Returns:
      the meta object for the attribute 'Else Cb Index'.
      See Also:
    • getIfte_ThenCb

      org.eclipse.emf.ecore.EReference getIfte_ThenCb()
      Returns the meta object for the reference 'Then Cb'.
      Returns:
      the meta object for the reference 'Then Cb'.
      See Also:
    • getIfte_ElseCb

      org.eclipse.emf.ecore.EReference getIfte_ElseCb()
      Returns the meta object for the reference 'Else Cb'.
      Returns:
      the meta object for the reference 'Else Cb'.
      See Also:
    • getIsnull

      org.eclipse.emf.ecore.EClass getIsnull()
      Returns the meta object for class 'Isnull'.
      Returns:
      the meta object for class 'Isnull'.
      See Also:
    • getGetenvtype

      org.eclipse.emf.ecore.EClass getGetenvtype()
      Returns the meta object for class 'Getenvtype'.
      Returns:
      the meta object for class 'Getenvtype'.
      See Also:
    • getFeatureTag

      org.eclipse.emf.ecore.EEnum getFeatureTag()
      Returns the meta object for enum 'Feature Tag'.
      Returns:
      the meta object for enum 'Feature Tag'.
      See Also:
    • getExecEnv

      org.eclipse.emf.ecore.EClass getExecEnv()
      Returns the meta object for class 'Exec Env'.
      Returns:
      the meta object for class 'Exec Env'.
      See Also:
    • getExecEnv_Modules

      org.eclipse.emf.ecore.EAttribute getExecEnv_Modules()
      Returns the meta object for the attribute 'Modules'.
      Returns:
      the meta object for the attribute 'Modules'.
      See Also:
    • getExecEnv_Matches

      org.eclipse.emf.ecore.EReference getExecEnv_Matches()
      Returns the meta object for the reference 'Matches'.
      Returns:
      the meta object for the reference 'Matches'.
      See Also:
    • getExecEnv_Traces

      org.eclipse.emf.ecore.EReference getExecEnv_Traces()
      Returns the meta object for the reference 'Traces'.
      Returns:
      the meta object for the reference 'Traces'.
      See Also:
    • getExecEnv_UniqueResults

      org.eclipse.emf.ecore.EAttribute getExecEnv_UniqueResults()
      Returns the meta object for the attribute 'Unique Results'.
      Returns:
      the meta object for the attribute 'Unique Results'.
      See Also:
    • getExecEnv_JitDisabled

      org.eclipse.emf.ecore.EAttribute getExecEnv_JitDisabled()
      Returns the meta object for the attribute 'Jit Disabled'.
      Returns:
      the meta object for the attribute 'Jit Disabled'.
      See Also:
    • getExecEnv_CurrentPhase

      org.eclipse.emf.ecore.EAttribute getExecEnv_CurrentPhase()
      Returns the meta object for the attribute 'Current Phase'.
      Returns:
      the meta object for the attribute 'Current Phase'.
      See Also:
    • getExecEnv_MetaModels

      org.eclipse.emf.ecore.EAttribute getExecEnv_MetaModels()
      Returns the meta object for the attribute 'Meta Models'.
      Returns:
      the meta object for the attribute 'Meta Models'.
      See Also:
    • getExecEnv_InputModels

      org.eclipse.emf.ecore.EAttribute getExecEnv_InputModels()
      Returns the meta object for the attribute 'Input Models'.
      Returns:
      the meta object for the attribute 'Input Models'.
      See Also:
    • getExecEnv_InoutModels

      org.eclipse.emf.ecore.EAttribute getExecEnv_InoutModels()
      Returns the meta object for the attribute 'Inout Models'.
      Returns:
      the meta object for the attribute 'Inout Models'.
      See Also:
    • getExecEnv_OutputModels

      org.eclipse.emf.ecore.EAttribute getExecEnv_OutputModels()
      Returns the meta object for the attribute 'Output Models'.
      Returns:
      the meta object for the attribute 'Output Models'.
      See Also:
    • getModel

      org.eclipse.emf.ecore.EClass getModel()
      Returns the meta object for class 'Model'.
      Returns:
      the meta object for class 'Model'.
      See Also:
    • getModel_Resource

      org.eclipse.emf.ecore.EAttribute getModel_Resource()
      Returns the meta object for the attribute 'Resource'.
      Returns:
      the meta object for the attribute 'Resource'.
      See Also:
    • getModel_AllowInterModelReferences

      org.eclipse.emf.ecore.EAttribute getModel_AllowInterModelReferences()
      Returns the meta object for the attribute 'Allow Inter Model References'.
      Returns:
      the meta object for the attribute 'Allow Inter Model References'.
      See Also:
    • getMetamodel

      org.eclipse.emf.ecore.EClass getMetamodel()
      Returns the meta object for class 'Metamodel'.
      Returns:
      the meta object for class 'Metamodel'.
      See Also:
    • getRuleElement_Models

      org.eclipse.emf.ecore.EAttribute getRuleElement_Models()
      Returns the meta object for the attribute list 'Models'.
      Returns:
      the meta object for the attribute list 'Models'.
      See Also:
    • getRuleElement_EModels

      org.eclipse.emf.ecore.EReference getRuleElement_EModels()
      Returns the meta object for the reference list 'EModels'.
      Returns:
      the meta object for the reference list 'EModels'.
      See Also:
    • getInputRuleElement

      org.eclipse.emf.ecore.EClass getInputRuleElement()
      Returns the meta object for class 'Input Rule Element'.
      Returns:
      the meta object for class 'Input Rule Element'.
      See Also:
    • getInputRuleElement_Binding

      org.eclipse.emf.ecore.EReference getInputRuleElement_Binding()
      Returns the meta object for the containment reference 'Binding'.
      Returns:
      the meta object for the containment reference 'Binding'.
      See Also:
    • getInputRuleElement_InputFor

      org.eclipse.emf.ecore.EReference getInputRuleElement_InputFor()
      Returns the meta object for the container reference 'Input For'.
      Returns:
      the meta object for the container reference 'Input For'.
      See Also:
    • getInputRuleElement_MapsToSelf

      org.eclipse.emf.ecore.EAttribute getInputRuleElement_MapsToSelf()
      Returns the meta object for the attribute 'Maps To Self'.
      Returns:
      the meta object for the attribute 'Maps To Self'.
      See Also:
    • getOutputRuleElement

      org.eclipse.emf.ecore.EClass getOutputRuleElement()
      Returns the meta object for class 'Output Rule Element'.
      Returns:
      the meta object for class 'Output Rule Element'.
      See Also:
    • getOutputRuleElement_MapsTo

      org.eclipse.emf.ecore.EReference getOutputRuleElement_MapsTo()
      Returns the meta object for the reference list 'Maps To'.
      Returns:
      the meta object for the reference list 'Maps To'.
      See Also:
    • getOutputRuleElement_OutputFor

      org.eclipse.emf.ecore.EReference getOutputRuleElement_OutputFor()
      Returns the meta object for the container reference 'Output For'.
      Returns:
      the meta object for the container reference 'Output For'.
      See Also:
    • getOpcode

      org.eclipse.emf.ecore.EEnum getOpcode()
      Returns the meta object for enum 'Opcode'.
      Returns:
      the meta object for enum 'Opcode'.
      See Also:
    • getRuleMode

      org.eclipse.emf.ecore.EEnum getRuleMode()
      Returns the meta object for enum 'Rule Mode'.
      Returns:
      the meta object for enum 'Rule Mode'.
      See Also:
    • getConstantTag

      org.eclipse.emf.ecore.EEnum getConstantTag()
      Returns the meta object for enum 'Constant Tag'.
      Returns:
      the meta object for enum 'Constant Tag'.
      See Also:
    • getStackFrame

      org.eclipse.emf.ecore.EDataType getStackFrame()
      Returns the meta object for data type 'Stack Frame'.
      Returns:
      the meta object for data type 'Stack Frame'.
      See Also:
    • getMethod

      org.eclipse.emf.ecore.EDataType getMethod()
      Returns the meta object for data type 'Method'.
      Returns:
      the meta object for data type 'Method'.
      See Also:
    • getTimingData

      org.eclipse.emf.ecore.EDataType getTimingData()
      Returns the meta object for data type 'Timing Data'.
      Returns:
      the meta object for data type 'Timing Data'.
      See Also:
    • getVMMonitor

      org.eclipse.emf.ecore.EDataType getVMMonitor()
      Returns the meta object for data type 'VM Monitor'.
      Returns:
      the meta object for data type 'VM Monitor'.
      See Also:
    • getLazyCollection

      org.eclipse.emf.ecore.EDataType getLazyCollection()
      Returns the meta object for data type 'Lazy Collection'.
      Returns:
      the meta object for data type 'Lazy Collection'.
      See Also:
    • getLazyBag

      org.eclipse.emf.ecore.EDataType getLazyBag()
      Returns the meta object for data type 'Lazy Bag'.
      Returns:
      the meta object for data type 'Lazy Bag'.
      See Also:
    • getLazyList

      org.eclipse.emf.ecore.EDataType getLazyList()
      Returns the meta object for data type 'Lazy List'.
      Returns:
      the meta object for data type 'Lazy List'.
      See Also:
    • getLazyOrderedSet

      org.eclipse.emf.ecore.EDataType getLazyOrderedSet()
      Returns the meta object for data type 'Lazy Ordered Set'.
      Returns:
      the meta object for data type 'Lazy Ordered Set'.
      See Also:
    • getLazySet

      org.eclipse.emf.ecore.EDataType getLazySet()
      Returns the meta object for data type 'Lazy Set'.
      Returns:
      the meta object for data type 'Lazy Set'.
      See Also:
    • getEJavaObjectArray

      org.eclipse.emf.ecore.EDataType getEJavaObjectArray()
      Returns the meta object for data type 'EJava Object Array'.
      Returns:
      the meta object for data type 'EJava Object Array'.
    • getEObjectArray

      org.eclipse.emf.ecore.EDataType getEObjectArray()
      Returns the meta object for data type 'EObject Array'.
      Returns:
      the meta object for data type 'EObject Array'.
    • getEBooleanArray

      org.eclipse.emf.ecore.EDataType getEBooleanArray()
      Returns the meta object for data type 'EBoolean Array'.
      Returns:
      the meta object for data type 'EBoolean Array'.
    • getEJavaSet

      org.eclipse.emf.ecore.EDataType getEJavaSet()
      Returns the meta object for data type 'EJava Set'.
      Returns:
      the meta object for data type 'EJava Set'.
      See Also:
    • getEJavaIterable

      org.eclipse.emf.ecore.EDataType getEJavaIterable()
      Returns the meta object for data type 'EJava Iterable'.
      Returns:
      the meta object for data type 'EJava Iterable'.
      See Also:
    • getClassNotFoundException

      org.eclipse.emf.ecore.EDataType getClassNotFoundException()
      Returns the meta object for data type 'Class Not Found Exception'.
      Returns:
      the meta object for data type 'Class Not Found Exception'.
      See Also:
    • getModuleResolver

      org.eclipse.emf.ecore.EDataType getModuleResolver()
      Returns the meta object for data type 'Module Resolver'.
      Returns:
      the meta object for data type 'Module Resolver'.
      See Also:
    • getEnumLiteral

      org.eclipse.emf.ecore.EDataType getEnumLiteral()
      Returns the meta object for data type 'Enum Literal'.
      Returns:
      the meta object for data type 'Enum Literal'.
      See Also:
    • getEmftvmFactory

      EmftvmFactory getEmftvmFactory()
      Returns the factory that creates the instances of the model.
      Returns:
      the factory that creates the instances of the model.