public interface org.eclipse.jface.text.IDocumentExtension
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.eclipse.jface.text.IDocumentExtension
  super_class: java.lang.Object
{
  public abstract void registerPostNotificationReplace(org.eclipse.jface.text.IDocumentListener, org.eclipse.jface.text.IDocumentExtension$IReplace);
    descriptor: (Lorg/eclipse/jface/text/IDocumentListener;Lorg/eclipse/jface/text/IDocumentExtension$IReplace;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.UnsupportedOperationException
    MethodParameters:
         Name  Flags
      owner    
      replace  

  public abstract void stopPostNotificationProcessing();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void resumePostNotificationProcessing();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void startSequentialRewrite(boolean);
    descriptor: (Z)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
           Name  Flags
      normalize  

  public abstract void stopSequentialRewrite();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
}
SourceFile: "IDocumentExtension.java"
NestMembers:
  org.eclipse.jface.text.IDocumentExtension$IReplace
InnerClasses:
  public abstract IReplace = org.eclipse.jface.text.IDocumentExtension$IReplace of org.eclipse.jface.text.IDocumentExtension