Interface BreakpointsPackage

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

public interface BreakpointsPackage extends org.eclipse.emf.ecore.EPackage
The Package for the model. It contains accessors for the meta objects to represent
  • each class,
  • each feature of each class,
  • each operation of each class,
  • each enum,
  • and each data type
See Also:
  • 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 BreakpointsPackage eINSTANCE
      The singleton instance of the package.
    • BP_WORKSPACE_INTERNAL

      static final int BP_WORKSPACE_INTERNAL
      The meta object id for the 'BP Workspace Internal' class.
      See Also:
    • BP_WORKSPACE_INTERNAL__MODULE_BP_INFO

      static final int BP_WORKSPACE_INTERNAL__MODULE_BP_INFO
      The feature id for the 'Module BP Info' containment reference list.
      See Also:
    • BP_WORKSPACE_INTERNAL_FEATURE_COUNT

      static final int BP_WORKSPACE_INTERNAL_FEATURE_COUNT
      The number of structural features of the 'BP Workspace Internal' class.
      See Also:
    • BP_WORKSPACE_INTERNAL_OPERATION_COUNT

      static final int BP_WORKSPACE_INTERNAL_OPERATION_COUNT
      The number of operations of the 'BP Workspace Internal' class.
      See Also:
    • BP_WORKSPACE_USER

      static final int BP_WORKSPACE_USER
      The meta object id for the 'BP Workspace User' class.
      See Also:
    • BP_WORKSPACE_USER__MODULE_BP_INFO

      static final int BP_WORKSPACE_USER__MODULE_BP_INFO
      The feature id for the 'Module BP Info' containment reference list.
      See Also:
    • BP_WORKSPACE_USER_FEATURE_COUNT

      static final int BP_WORKSPACE_USER_FEATURE_COUNT
      The number of structural features of the 'BP Workspace User' class.
      See Also:
    • BP_WORKSPACE_USER_OPERATION_COUNT

      static final int BP_WORKSPACE_USER_OPERATION_COUNT
      The number of operations of the 'BP Workspace User' class.
      See Also:
    • BREAKPOINT_INFO

      static final int BREAKPOINT_INFO
      The meta object id for the 'Breakpoint Info' class.
      See Also:
    • BREAKPOINT_INFO__LINE

      static final int BREAKPOINT_INFO__LINE
      The feature id for the 'Line' attribute.
      See Also:
    • BREAKPOINT_INFO__IS_ACTIVE

      static final int BREAKPOINT_INFO__IS_ACTIVE
      The feature id for the 'Is Active' attribute.
      See Also:
    • BREAKPOINT_INFO__BREAK_ON_CONDITION

      static final int BREAKPOINT_INFO__BREAK_ON_CONDITION
      The feature id for the 'Break On Condition' attribute.
      See Also:
    • BREAKPOINT_INFO__CONDITION

      static final int BREAKPOINT_INFO__CONDITION
      The feature id for the 'Condition' attribute.
      See Also:
    • BREAKPOINT_INFO__BREAK_ON_PARENT_METHOD

      static final int BREAKPOINT_INFO__BREAK_ON_PARENT_METHOD
      The feature id for the 'Break On Parent Method' attribute.
      See Also:
    • BREAKPOINT_INFO__PARENT_METHOD

      static final int BREAKPOINT_INFO__PARENT_METHOD
      The feature id for the 'Parent Method' attribute.
      See Also:
    • BREAKPOINT_INFO__BREAK_ON_HIT_COUNT

      static final int BREAKPOINT_INFO__BREAK_ON_HIT_COUNT
      The feature id for the 'Break On Hit Count' attribute.
      See Also:
    • BREAKPOINT_INFO__HIT_COUNT_VARIANT

      static final int BREAKPOINT_INFO__HIT_COUNT_VARIANT
      The feature id for the 'Hit Count Variant' attribute.
      See Also:
    • BREAKPOINT_INFO__HIT_COUNT

      static final int BREAKPOINT_INFO__HIT_COUNT
      The feature id for the 'Hit Count' attribute.
      See Also:
    • BREAKPOINT_INFO__SHOW_OUTPUT_MESSAGE

      static final int BREAKPOINT_INFO__SHOW_OUTPUT_MESSAGE
      The feature id for the 'Show Output Message' attribute.
      See Also:
    • BREAKPOINT_INFO__PUT_DESCRIPTION

      static final int BREAKPOINT_INFO__PUT_DESCRIPTION
      The feature id for the 'Put Description' attribute.
      See Also:
    • BREAKPOINT_INFO__PUT_EXPRESSION_RESULT

      static final int BREAKPOINT_INFO__PUT_EXPRESSION_RESULT
      The feature id for the 'Put Expression Result' attribute.
      See Also:
    • BREAKPOINT_INFO__PUT_STACK_TRACE

      static final int BREAKPOINT_INFO__PUT_STACK_TRACE
      The feature id for the 'Put Stack Trace' attribute.
      See Also:
    • BREAKPOINT_INFO__PUT_HIT_COUNT

      static final int BREAKPOINT_INFO__PUT_HIT_COUNT
      The feature id for the 'Put Hit Count' attribute.
      See Also:
    • BREAKPOINT_INFO__CONTINUE_EXECUTION

      static final int BREAKPOINT_INFO__CONTINUE_EXECUTION
      The feature id for the 'Continue Execution' attribute.
      See Also:
    • BREAKPOINT_INFO__CURRENT_HIT_COUNT

      static final int BREAKPOINT_INFO__CURRENT_HIT_COUNT
      The feature id for the 'Current Hit Count' attribute.
      See Also:
    • BREAKPOINT_INFO__TEMP

      static final int BREAKPOINT_INFO__TEMP
      The feature id for the 'Temp' attribute.
      See Also:
    • BREAKPOINT_INFO__USER

      static final int BREAKPOINT_INFO__USER
      The feature id for the 'User' attribute.
      See Also:
    • BREAKPOINT_INFO_FEATURE_COUNT

      static final int BREAKPOINT_INFO_FEATURE_COUNT
      The number of structural features of the 'Breakpoint Info' class.
      See Also:
    • BREAKPOINT_INFO_OPERATION_COUNT

      static final int BREAKPOINT_INFO_OPERATION_COUNT
      The number of operations of the 'Breakpoint Info' class.
      See Also:
    • MODULE_BP_INFO_INTERNAL

      static final int MODULE_BP_INFO_INTERNAL
      The meta object id for the 'Module BP Info Internal' class.
      See Also:
    • MODULE_BP_INFO_INTERNAL__ID

      static final int MODULE_BP_INFO_INTERNAL__ID
      The feature id for the 'Id' containment reference.
      See Also:
    • MODULE_BP_INFO_INTERNAL__BP_INFO

      static final int MODULE_BP_INFO_INTERNAL__BP_INFO
      The feature id for the 'Bp Info' containment reference list.
      See Also:
    • MODULE_BP_INFO_INTERNAL_FEATURE_COUNT

      static final int MODULE_BP_INFO_INTERNAL_FEATURE_COUNT
      The number of structural features of the 'Module BP Info Internal' class.
      See Also:
    • MODULE_BP_INFO_INTERNAL_OPERATION_COUNT

      static final int MODULE_BP_INFO_INTERNAL_OPERATION_COUNT
      The number of operations of the 'Module BP Info Internal' class.
      See Also:
    • MODULE_BP_INFO_USER

      static final int MODULE_BP_INFO_USER
      The meta object id for the 'Module BP Info User' class.
      See Also:
    • MODULE_BP_INFO_USER__ID

      static final int MODULE_BP_INFO_USER__ID
      The feature id for the 'Id' containment reference.
      See Also:
    • MODULE_BP_INFO_USER__BP_INFO

      static final int MODULE_BP_INFO_USER__BP_INFO
      The feature id for the 'Bp Info' containment reference list.
      See Also:
    • MODULE_BP_INFO_USER_FEATURE_COUNT

      static final int MODULE_BP_INFO_USER_FEATURE_COUNT
      The number of structural features of the 'Module BP Info User' class.
      See Also:
    • MODULE_BP_INFO_USER_OPERATION_COUNT

      static final int MODULE_BP_INFO_USER_OPERATION_COUNT
      The number of operations of the 'Module BP Info User' class.
      See Also:
  • Method Details