public interface org.eclipse.jface.text.IDocumentPartitioner
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.eclipse.jface.text.IDocumentPartitioner
  super_class: java.lang.Object
{
  public abstract void connect(org.eclipse.jface.text.IDocument);
    descriptor: (Lorg/eclipse/jface/text/IDocument;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      document  

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

  public abstract void documentAboutToBeChanged(org.eclipse.jface.text.DocumentEvent);
    descriptor: (Lorg/eclipse/jface/text/DocumentEvent;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      event  

  public abstract boolean documentChanged(org.eclipse.jface.text.DocumentEvent);
    descriptor: (Lorg/eclipse/jface/text/DocumentEvent;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      event  

  public abstract java.lang.String[] getLegalContentTypes();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.String getContentType(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      offset  

  public abstract org.eclipse.jface.text.ITypedRegion[] computePartitioning(int, int);
    descriptor: (II)[Lorg/eclipse/jface/text/ITypedRegion;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      offset  
      length  

  public abstract org.eclipse.jface.text.ITypedRegion getPartition(int);
    descriptor: (I)Lorg/eclipse/jface/text/ITypedRegion;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      offset  
}
SourceFile: "IDocumentPartitioner.java"