public interface org.eclipse.jface.text.IDocumentPartitionerExtension2
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.eclipse.jface.text.IDocumentPartitionerExtension2
  super_class: java.lang.Object
{
  public abstract java.lang.String[] getManagingPositionCategories();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

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

  public abstract org.eclipse.jface.text.ITypedRegion getPartition(int, boolean);
    descriptor: (IZ)Lorg/eclipse/jface/text/ITypedRegion;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                      Name  Flags
      offset                
      preferOpenPartitions  

  public abstract org.eclipse.jface.text.ITypedRegion[] computePartitioning(int, int, boolean);
    descriptor: (IIZ)[Lorg/eclipse/jface/text/ITypedRegion;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                             Name  Flags
      offset                       
      length                       
      includeZeroLengthPartitions  
}
SourceFile: "IDocumentPartitionerExtension2.java"