public interface org.eclipse.debug.core.IBreakpointManager
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.eclipse.debug.core.IBreakpointManager
  super_class: java.lang.Object
{
  public abstract void addBreakpoint(org.eclipse.debug.core.model.IBreakpoint);
    descriptor: (Lorg/eclipse/debug/core/model/IBreakpoint;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.eclipse.core.runtime.CoreException
    MethodParameters:
            Name  Flags
      breakpoint  

  public abstract void addBreakpoints(org.eclipse.debug.core.model.IBreakpoint[]);
    descriptor: ([Lorg/eclipse/debug/core/model/IBreakpoint;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.eclipse.core.runtime.CoreException
    MethodParameters:
             Name  Flags
      breakpoints  

  public abstract org.eclipse.debug.core.model.IBreakpoint getBreakpoint(org.eclipse.core.resources.IMarker);
    descriptor: (Lorg/eclipse/core/resources/IMarker;)Lorg/eclipse/debug/core/model/IBreakpoint;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      marker  

  public abstract org.eclipse.debug.core.model.IBreakpoint[] getBreakpoints();
    descriptor: ()[Lorg/eclipse/debug/core/model/IBreakpoint;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean hasBreakpoints();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.eclipse.debug.core.model.IBreakpoint[] getBreakpoints(java.lang.String);
    descriptor: (Ljava/lang/String;)[Lorg/eclipse/debug/core/model/IBreakpoint;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                 Name  Flags
      modelIdentifier  

  public abstract boolean isRegistered(org.eclipse.debug.core.model.IBreakpoint);
    descriptor: (Lorg/eclipse/debug/core/model/IBreakpoint;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      breakpoint  

  public abstract void fireBreakpointChanged(org.eclipse.debug.core.model.IBreakpoint);
    descriptor: (Lorg/eclipse/debug/core/model/IBreakpoint;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      breakpoint  

  public abstract void removeBreakpoint(org.eclipse.debug.core.model.IBreakpoint, boolean);
    descriptor: (Lorg/eclipse/debug/core/model/IBreakpoint;Z)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.eclipse.core.runtime.CoreException
    MethodParameters:
            Name  Flags
      breakpoint  
      delete      

  public abstract void removeBreakpoints(org.eclipse.debug.core.model.IBreakpoint[], boolean);
    descriptor: ([Lorg/eclipse/debug/core/model/IBreakpoint;Z)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.eclipse.core.runtime.CoreException
    MethodParameters:
             Name  Flags
      breakpoints  
      delete       

  public abstract void addBreakpointListener(org.eclipse.debug.core.IBreakpointListener);
    descriptor: (Lorg/eclipse/debug/core/IBreakpointListener;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      listener  

  public abstract void removeBreakpointListener(org.eclipse.debug.core.IBreakpointListener);
    descriptor: (Lorg/eclipse/debug/core/IBreakpointListener;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      listener  

  public abstract void addBreakpointListener(org.eclipse.debug.core.IBreakpointsListener);
    descriptor: (Lorg/eclipse/debug/core/IBreakpointsListener;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      listener  

  public abstract void removeBreakpointListener(org.eclipse.debug.core.IBreakpointsListener);
    descriptor: (Lorg/eclipse/debug/core/IBreakpointsListener;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      listener  

  public abstract void addBreakpointManagerListener(org.eclipse.debug.core.IBreakpointManagerListener);
    descriptor: (Lorg/eclipse/debug/core/IBreakpointManagerListener;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      listener  

  public abstract void removeBreakpointManagerListener(org.eclipse.debug.core.IBreakpointManagerListener);
    descriptor: (Lorg/eclipse/debug/core/IBreakpointManagerListener;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      listener  

  public abstract boolean isEnabled();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void setEnabled(boolean);
    descriptor: (Z)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      enabled  

  public abstract java.lang.String getTypeName(org.eclipse.debug.core.model.IBreakpoint);
    descriptor: (Lorg/eclipse/debug/core/model/IBreakpoint;)Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      breakpoint  

  public abstract org.eclipse.debug.core.model.IBreakpointImportParticipant[] getImportParticipants(java.lang.String);
    descriptor: (Ljava/lang/String;)[Lorg/eclipse/debug/core/model/IBreakpointImportParticipant;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.eclipse.core.runtime.CoreException
    MethodParameters:
            Name  Flags
      markertype  

  public abstract org.eclipse.debug.core.model.IBreakpoint[] getTriggerPoints();
    descriptor: ()[Lorg/eclipse/debug/core/model/IBreakpoint;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void addTriggerPoint(org.eclipse.debug.core.model.IBreakpoint);
    descriptor: (Lorg/eclipse/debug/core/model/IBreakpoint;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.eclipse.core.runtime.CoreException
    MethodParameters:
            Name  Flags
      breakpoint  

  public abstract void removeTriggerPoint(org.eclipse.debug.core.model.IBreakpoint);
    descriptor: (Lorg/eclipse/debug/core/model/IBreakpoint;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.eclipse.core.runtime.CoreException
    MethodParameters:
            Name  Flags
      breakpoint  

  public abstract void removeAllTriggerPoints();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.eclipse.core.runtime.CoreException

  public abstract boolean hasActiveTriggerPoints();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void enableTriggerPoints(org.eclipse.debug.core.model.IBreakpoint[], boolean);
    descriptor: ([Lorg/eclipse/debug/core/model/IBreakpoint;Z)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
               Name  Flags
      triggerPoints  
      enable         

  public abstract void refreshTriggerpointDisplay();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "IBreakpointManager.java"