class org.objectweb.asm.commons.TryCatchBlockSorter$1 implements java.util.Comparator<org.objectweb.asm.tree.TryCatchBlockNode>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.objectweb.asm.commons.TryCatchBlockSorter$1
  super_class: java.lang.Object
{
  final org.objectweb.asm.commons.TryCatchBlockSorter this$0;
    descriptor: Lorg/objectweb/asm/commons/TryCatchBlockSorter;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.objectweb.asm.commons.TryCatchBlockSorter);
    descriptor: (Lorg/objectweb/asm/commons/TryCatchBlockSorter;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.commons.TryCatchBlockSorter$1 this
         0: .line 96
            aload 0 /* this */
            aload 1
            putfield org.objectweb.asm.commons.TryCatchBlockSorter$1.this$0:Lorg/objectweb/asm/commons/TryCatchBlockSorter;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.objectweb.asm.commons.TryCatchBlockSorter$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/objectweb/asm/commons/TryCatchBlockSorter$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public int compare(org.objectweb.asm.tree.TryCatchBlockNode, org.objectweb.asm.tree.TryCatchBlockNode);
    descriptor: (Lorg/objectweb/asm/tree/TryCatchBlockNode;Lorg/objectweb/asm/tree/TryCatchBlockNode;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.objectweb.asm.commons.TryCatchBlockSorter$1 this
        start local 1 // org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlockNode1
        start local 2 // org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlockNode2
         0: .line 102
            aload 0 /* this */
            aload 1 /* tryCatchBlockNode1 */
            invokevirtual org.objectweb.asm.commons.TryCatchBlockSorter$1.blockLength:(Lorg/objectweb/asm/tree/TryCatchBlockNode;)I
            aload 0 /* this */
            aload 2 /* tryCatchBlockNode2 */
            invokevirtual org.objectweb.asm.commons.TryCatchBlockSorter$1.blockLength:(Lorg/objectweb/asm/tree/TryCatchBlockNode;)I
            isub
            ireturn
        end local 2 // org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlockNode2
        end local 1 // org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlockNode1
        end local 0 // org.objectweb.asm.commons.TryCatchBlockSorter$1 this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lorg/objectweb/asm/commons/TryCatchBlockSorter$1;
            0    1     1  tryCatchBlockNode1  Lorg/objectweb/asm/tree/TryCatchBlockNode;
            0    1     2  tryCatchBlockNode2  Lorg/objectweb/asm/tree/TryCatchBlockNode;
    MethodParameters:
                    Name  Flags
      tryCatchBlockNode1  final
      tryCatchBlockNode2  final

  private int blockLength(org.objectweb.asm.tree.TryCatchBlockNode);
    descriptor: (Lorg/objectweb/asm/tree/TryCatchBlockNode;)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.objectweb.asm.commons.TryCatchBlockSorter$1 this
        start local 1 // org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlockNode
         0: .line 106
            aload 0 /* this */
            getfield org.objectweb.asm.commons.TryCatchBlockSorter$1.this$0:Lorg/objectweb/asm/commons/TryCatchBlockSorter;
            getfield org.objectweb.asm.commons.TryCatchBlockSorter.instructions:Lorg/objectweb/asm/tree/InsnList;
            aload 1 /* tryCatchBlockNode */
            getfield org.objectweb.asm.tree.TryCatchBlockNode.start:Lorg/objectweb/asm/tree/LabelNode;
            invokevirtual org.objectweb.asm.tree.InsnList.indexOf:(Lorg/objectweb/asm/tree/AbstractInsnNode;)I
            istore 2 /* startIndex */
        start local 2 // int startIndex
         1: .line 107
            aload 0 /* this */
            getfield org.objectweb.asm.commons.TryCatchBlockSorter$1.this$0:Lorg/objectweb/asm/commons/TryCatchBlockSorter;
            getfield org.objectweb.asm.commons.TryCatchBlockSorter.instructions:Lorg/objectweb/asm/tree/InsnList;
            aload 1 /* tryCatchBlockNode */
            getfield org.objectweb.asm.tree.TryCatchBlockNode.end:Lorg/objectweb/asm/tree/LabelNode;
            invokevirtual org.objectweb.asm.tree.InsnList.indexOf:(Lorg/objectweb/asm/tree/AbstractInsnNode;)I
            istore 3 /* endIndex */
        start local 3 // int endIndex
         2: .line 108
            iload 3 /* endIndex */
            iload 2 /* startIndex */
            isub
            ireturn
        end local 3 // int endIndex
        end local 2 // int startIndex
        end local 1 // org.objectweb.asm.tree.TryCatchBlockNode tryCatchBlockNode
        end local 0 // org.objectweb.asm.commons.TryCatchBlockSorter$1 this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lorg/objectweb/asm/commons/TryCatchBlockSorter$1;
            0    3     1  tryCatchBlockNode  Lorg/objectweb/asm/tree/TryCatchBlockNode;
            1    3     2         startIndex  I
            2    3     3           endIndex  I
    MethodParameters:
                   Name  Flags
      tryCatchBlockNode  final

  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.objectweb.asm.tree.TryCatchBlockNode
            aload 2
            checkcast org.objectweb.asm.tree.TryCatchBlockNode
            invokevirtual org.objectweb.asm.commons.TryCatchBlockSorter$1.compare:(Lorg/objectweb/asm/tree/TryCatchBlockNode;Lorg/objectweb/asm/tree/TryCatchBlockNode;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Comparator<Lorg/objectweb/asm/tree/TryCatchBlockNode;>;
SourceFile: "TryCatchBlockSorter.java"
EnclosingMethod: org.objectweb.asm.commons.TryCatchBlockSorter.visitEnd:()V
NestHost: org.objectweb.asm.commons.TryCatchBlockSorter
InnerClasses:
  org.objectweb.asm.commons.TryCatchBlockSorter$1