public interface org.eclipse.jface.text.IDocumentExtension3
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.eclipse.jface.text.IDocumentExtension3
  super_class: java.lang.Object
{
  public static final java.lang.String DEFAULT_PARTITIONING;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "__dftl_partitioning"

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

  public abstract java.lang.String[] getLegalContentTypes(java.lang.String);
    descriptor: (Ljava/lang/String;)[Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.eclipse.jface.text.BadPartitioningException
    MethodParameters:
              Name  Flags
      partitioning  

  public abstract java.lang.String getContentType(java.lang.String, int, boolean);
    descriptor: (Ljava/lang/String;IZ)Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.eclipse.jface.text.BadLocationException, org.eclipse.jface.text.BadPartitioningException
    MethodParameters:
                      Name  Flags
      partitioning          
      offset                
      preferOpenPartitions  

  public abstract org.eclipse.jface.text.ITypedRegion getPartition(java.lang.String, int, boolean);
    descriptor: (Ljava/lang/String;IZ)Lorg/eclipse/jface/text/ITypedRegion;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.eclipse.jface.text.BadLocationException, org.eclipse.jface.text.BadPartitioningException
    MethodParameters:
                      Name  Flags
      partitioning          
      offset                
      preferOpenPartitions  

  public abstract org.eclipse.jface.text.ITypedRegion[] computePartitioning(java.lang.String, int, int, boolean);
    descriptor: (Ljava/lang/String;IIZ)[Lorg/eclipse/jface/text/ITypedRegion;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.eclipse.jface.text.BadLocationException, org.eclipse.jface.text.BadPartitioningException
    MethodParameters:
                             Name  Flags
      partitioning                 
      offset                       
      length                       
      includeZeroLengthPartitions  

  public abstract void setDocumentPartitioner(java.lang.String, org.eclipse.jface.text.IDocumentPartitioner);
    descriptor: (Ljava/lang/String;Lorg/eclipse/jface/text/IDocumentPartitioner;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
              Name  Flags
      partitioning  
      partitioner   

  public abstract org.eclipse.jface.text.IDocumentPartitioner getDocumentPartitioner(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/eclipse/jface/text/IDocumentPartitioner;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
              Name  Flags
      partitioning  
}
SourceFile: "IDocumentExtension3.java"