class org.eclipse.text.edits.TextEdit$InsertionComparator implements java.util.Comparator<org.eclipse.text.edits.TextEdit>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.text.edits.TextEdit$InsertionComparator
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.text.edits.TextEdit$InsertionComparator this
         0: .line 108
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.text.edits.TextEdit$InsertionComparator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/text/edits/TextEdit$InsertionComparator;

  public int compare(org.eclipse.text.edits.TextEdit, org.eclipse.text.edits.TextEdit);
    descriptor: (Lorg/eclipse/text/edits/TextEdit;Lorg/eclipse/text/edits/TextEdit;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // org.eclipse.text.edits.TextEdit$InsertionComparator this
        start local 1 // org.eclipse.text.edits.TextEdit edit1
        start local 2 // org.eclipse.text.edits.TextEdit edit2
         0: .line 111
            aload 1 /* edit1 */
            invokevirtual org.eclipse.text.edits.TextEdit.getOffset:()I
            istore 3 /* offset1 */
        start local 3 // int offset1
         1: .line 112
            aload 1 /* edit1 */
            invokevirtual org.eclipse.text.edits.TextEdit.getLength:()I
            istore 4 /* length1 */
        start local 4 // int length1
         2: .line 114
            aload 2 /* edit2 */
            invokevirtual org.eclipse.text.edits.TextEdit.getOffset:()I
            istore 5 /* offset2 */
        start local 5 // int offset2
         3: .line 115
            aload 2 /* edit2 */
            invokevirtual org.eclipse.text.edits.TextEdit.getLength:()I
            istore 6 /* length2 */
        start local 6 // int length2
         4: .line 117
            iload 3 /* offset1 */
            iload 5 /* offset2 */
            if_icmpne 6
            iload 4 /* length1 */
            ifne 6
            iload 6 /* length2 */
            ifne 6
         5: .line 118
            iconst_0
            ireturn
         6: .line 120
      StackMap locals: org.eclipse.text.edits.TextEdit$InsertionComparator org.eclipse.text.edits.TextEdit org.eclipse.text.edits.TextEdit int int int int
      StackMap stack:
            iload 3 /* offset1 */
            iload 4 /* length1 */
            iadd
            iload 5 /* offset2 */
            if_icmpgt 8
         7: .line 121
            iconst_m1
            ireturn
         8: .line 123
      StackMap locals:
      StackMap stack:
            iload 5 /* offset2 */
            iload 6 /* length2 */
            iadd
            iload 3 /* offset1 */
            if_icmpgt 10
         9: .line 124
            iconst_1
            ireturn
        10: .line 126
      StackMap locals:
      StackMap stack:
            new org.eclipse.text.edits.MalformedTreeException
            dup
        11: .line 127
            aconst_null
            aload 1 /* edit1 */
        12: .line 128
            ldc "TextEdit.overlapping"
            invokestatic org.eclipse.text.edits.TextEditMessages.getString:(Ljava/lang/String;)Ljava/lang/String;
        13: .line 126
            invokespecial org.eclipse.text.edits.MalformedTreeException.<init>:(Lorg/eclipse/text/edits/TextEdit;Lorg/eclipse/text/edits/TextEdit;Ljava/lang/String;)V
            athrow
        end local 6 // int length2
        end local 5 // int offset2
        end local 4 // int length1
        end local 3 // int offset1
        end local 2 // org.eclipse.text.edits.TextEdit edit2
        end local 1 // org.eclipse.text.edits.TextEdit edit1
        end local 0 // org.eclipse.text.edits.TextEdit$InsertionComparator this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   14     0     this  Lorg/eclipse/text/edits/TextEdit$InsertionComparator;
            0   14     1    edit1  Lorg/eclipse/text/edits/TextEdit;
            0   14     2    edit2  Lorg/eclipse/text/edits/TextEdit;
            1   14     3  offset1  I
            2   14     4  length1  I
            3   14     5  offset2  I
            4   14     6  length2  I
    Exceptions:
      throws org.eclipse.text.edits.MalformedTreeException
    MethodParameters:
       Name  Flags
      edit1  
      edit2  

  public int compare(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.text.edits.TextEdit
            aload 2
            checkcast org.eclipse.text.edits.TextEdit
            invokevirtual org.eclipse.text.edits.TextEdit$InsertionComparator.compare:(Lorg/eclipse/text/edits/TextEdit;Lorg/eclipse/text/edits/TextEdit;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Comparator<Lorg/eclipse/text/edits/TextEdit;>;
SourceFile: "TextEdit.java"
NestHost: org.eclipse.text.edits.TextEdit
InnerClasses:
  private InsertionComparator = org.eclipse.text.edits.TextEdit$InsertionComparator of org.eclipse.text.edits.TextEdit