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 73
            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=2, locals=5, args_size=3
        start local 0 // org.objectweb.asm.commons.TryCatchBlockSorter$1 this
        start local 1 // org.objectweb.asm.tree.TryCatchBlockNode t1
        start local 2 // org.objectweb.asm.tree.TryCatchBlockNode t2
         0: .line 76
            aload 0 /* this */
            aload 1 /* t1 */
            invokevirtual org.objectweb.asm.commons.TryCatchBlockSorter$1.blockLength:(Lorg/objectweb/asm/tree/TryCatchBlockNode;)I
            istore 3 /* len1 */
        start local 3 // int len1
         1: .line 77
            aload 0 /* this */
            aload 2 /* t2 */
            invokevirtual org.objectweb.asm.commons.TryCatchBlockSorter$1.blockLength:(Lorg/objectweb/asm/tree/TryCatchBlockNode;)I
            istore 4 /* len2 */
        start local 4 // int len2
         2: .line 78
            iload 3 /* len1 */
            iload 4 /* len2 */
            isub
            ireturn
        end local 4 // int len2
        end local 3 // int len1
        end local 2 // org.objectweb.asm.tree.TryCatchBlockNode t2
        end local 1 // org.objectweb.asm.tree.TryCatchBlockNode t1
        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    t1  Lorg/objectweb/asm/tree/TryCatchBlockNode;
            0    3     2    t2  Lorg/objectweb/asm/tree/TryCatchBlockNode;
            1    3     3  len1  I
            2    3     4  len2  I
    MethodParameters:
      Name  Flags
      t1    
      t2    

  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 block
         0: .line 82
            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 /* block */
            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 /* startidx */
        start local 2 // int startidx
         1: .line 83
            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 /* block */
            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 /* endidx */
        start local 3 // int endidx
         2: .line 84
            iload 3 /* endidx */
            iload 2 /* startidx */
            isub
            ireturn
        end local 3 // int endidx
        end local 2 // int startidx
        end local 1 // org.objectweb.asm.tree.TryCatchBlockNode block
        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     block  Lorg/objectweb/asm/tree/TryCatchBlockNode;
            1    3     2  startidx  I
            2    3     3    endidx  I
    MethodParameters:
       Name  Flags
      block  

  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