class org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation extends java.util.AbstractMap<org.objectweb.asm.tree.LabelNode, org.objectweb.asm.tree.LabelNode>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation
  super_class: java.util.AbstractMap
{
  final org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation previous;
    descriptor: Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;
    flags: (0x0010) ACC_FINAL

  public final java.util.BitSet subroutine;
    descriptor: Ljava/util/BitSet;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final java.util.Map<org.objectweb.asm.tree.LabelNode, org.objectweb.asm.tree.LabelNode> rangeTable;
    descriptor: Ljava/util/Map;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Signature: Ljava/util/Map<Lorg/objectweb/asm/tree/LabelNode;Lorg/objectweb/asm/tree/LabelNode;>;

  public final org.objectweb.asm.tree.LabelNode returnLabel;
    descriptor: Lorg/objectweb/asm/tree/LabelNode;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  final org.objectweb.asm.commons.JSRInlinerAdapter this$0;
    descriptor: Lorg/objectweb/asm/commons/JSRInlinerAdapter;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.objectweb.asm.commons.JSRInlinerAdapter, org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation, java.util.BitSet);
    descriptor: (Lorg/objectweb/asm/commons/JSRInlinerAdapter;Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;Ljava/util/BitSet;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=9, args_size=4
        start local 0 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation this
        start local 2 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation prev
        start local 3 // java.util.BitSet sub
         0: .line 613
            aload 0 /* this */
            aload 1
            putfield org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.this$0:Lorg/objectweb/asm/commons/JSRInlinerAdapter;
            aload 0 /* this */
            invokespecial java.util.AbstractMap.<init>:()V
         1: .line 606
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.rangeTable:Ljava/util/Map;
         2: .line 614
            aload 0 /* this */
            aload 2 /* prev */
            putfield org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.previous:Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;
         3: .line 615
            aload 0 /* this */
            aload 3 /* sub */
            putfield org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.subroutine:Ljava/util/BitSet;
         4: .line 616
            aload 2 /* prev */
            astore 4 /* p */
        start local 4 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation p
         5: goto 9
         6: .line 617
      StackMap locals: org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation org.objectweb.asm.commons.JSRInlinerAdapter org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation java.util.BitSet org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation
      StackMap stack:
            aload 4 /* p */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.subroutine:Ljava/util/BitSet;
            aload 3 /* sub */
            if_acmpne 8
         7: .line 618
            new java.lang.RuntimeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Recursive invocation of "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* sub */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 616
      StackMap locals:
      StackMap stack:
            aload 4 /* p */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.previous:Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;
            astore 4 /* p */
      StackMap locals:
      StackMap stack:
         9: aload 4 /* p */
            ifnonnull 6
        end local 4 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation p
        10: .line 624
            aload 2 /* prev */
            ifnull 13
        11: .line 625
            aload 0 /* this */
            new org.objectweb.asm.tree.LabelNode
            dup
            invokespecial org.objectweb.asm.tree.LabelNode.<init>:()V
            putfield org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.returnLabel:Lorg/objectweb/asm/tree/LabelNode;
        12: .line 626
            goto 14
        13: .line 627
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.returnLabel:Lorg/objectweb/asm/tree/LabelNode;
        14: .line 636
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 4 /* duplbl */
        start local 4 // org.objectweb.asm.tree.LabelNode duplbl
        15: .line 637
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        16: aload 1
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.instructions:Lorg/objectweb/asm/tree/InsnList;
            invokevirtual org.objectweb.asm.tree.InsnList.size:()I
            istore 6 /* c */
        start local 6 // int c
        17: goto 28
        18: .line 638
      StackMap locals: org.objectweb.asm.tree.LabelNode int int
      StackMap stack:
            aload 1
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.instructions:Lorg/objectweb/asm/tree/InsnList;
            iload 5 /* i */
            invokevirtual org.objectweb.asm.tree.InsnList.get:(I)Lorg/objectweb/asm/tree/AbstractInsnNode;
            astore 7 /* insn */
        start local 7 // org.objectweb.asm.tree.AbstractInsnNode insn
        19: .line 640
            aload 7 /* insn */
            invokevirtual org.objectweb.asm.tree.AbstractInsnNode.getType:()I
            bipush 8
            if_icmpne 25
        20: .line 641
            aload 7 /* insn */
            checkcast org.objectweb.asm.tree.LabelNode
            astore 8 /* ilbl */
        start local 8 // org.objectweb.asm.tree.LabelNode ilbl
        21: .line 643
            aload 4 /* duplbl */
            ifnonnull 23
        22: .line 646
            new org.objectweb.asm.tree.LabelNode
            dup
            invokespecial org.objectweb.asm.tree.LabelNode.<init>:()V
            astore 4 /* duplbl */
        23: .line 652
      StackMap locals: org.objectweb.asm.tree.AbstractInsnNode org.objectweb.asm.tree.LabelNode
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.rangeTable:Ljava/util/Map;
            aload 8 /* ilbl */
            aload 4 /* duplbl */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 8 // org.objectweb.asm.tree.LabelNode ilbl
        24: .line 653
            goto 27
      StackMap locals:
      StackMap stack:
        25: aload 0 /* this */
            iload 5 /* i */
            invokevirtual org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.findOwner:(I)Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;
            aload 0 /* this */
            if_acmpne 27
        26: .line 657
            aconst_null
            astore 4 /* duplbl */
        end local 7 // org.objectweb.asm.tree.AbstractInsnNode insn
        27: .line 637
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        28: iload 5 /* i */
            iload 6 /* c */
            if_icmplt 18
        end local 6 // int c
        end local 5 // int i
        29: .line 660
            return
        end local 4 // org.objectweb.asm.tree.LabelNode duplbl
        end local 3 // java.util.BitSet sub
        end local 2 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation prev
        end local 0 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   30     0    this  Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;
            0   30     2    prev  Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;
            0   30     3     sub  Ljava/util/BitSet;
            5   10     4       p  Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;
           15   30     4  duplbl  Lorg/objectweb/asm/tree/LabelNode;
           16   29     5       i  I
           17   29     6       c  I
           19   27     7    insn  Lorg/objectweb/asm/tree/AbstractInsnNode;
           21   24     8    ilbl  Lorg/objectweb/asm/tree/LabelNode;
    MethodParameters:
        Name  Flags
      this$0  final
      prev    final
      sub     final

  public org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation findOwner(int);
    descriptor: (I)Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation this
        start local 1 // int i
         0: .line 686
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.subroutine:Ljava/util/BitSet;
            iload 1 /* i */
            invokevirtual java.util.BitSet.get:(I)Z
            ifne 2
         1: .line 687
            aconst_null
            areturn
         2: .line 689
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.this$0:Lorg/objectweb/asm/commons/JSRInlinerAdapter;
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.dualCitizens:Ljava/util/BitSet;
            iload 1 /* i */
            invokevirtual java.util.BitSet.get:(I)Z
            ifne 4
         3: .line 690
            aload 0 /* this */
            areturn
         4: .line 692
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            astore 2 /* own */
        start local 2 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation own
         5: .line 693
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.previous:Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;
            astore 3 /* p */
        start local 3 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation p
         6: goto 10
         7: .line 694
      StackMap locals: org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation
      StackMap stack:
            aload 3 /* p */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.subroutine:Ljava/util/BitSet;
            iload 1 /* i */
            invokevirtual java.util.BitSet.get:(I)Z
            ifeq 9
         8: .line 695
            aload 3 /* p */
            astore 2 /* own */
         9: .line 693
      StackMap locals:
      StackMap stack:
            aload 3 /* p */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.previous:Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;
            astore 3 /* p */
      StackMap locals:
      StackMap stack:
        10: aload 3 /* p */
            ifnonnull 7
        end local 3 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation p
        11: .line 698
            aload 2 /* own */
            areturn
        end local 2 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation own
        end local 1 // int i
        end local 0 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;
            0   12     1     i  I
            5   12     2   own  Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;
            6   11     3     p  Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;
    MethodParameters:
      Name  Flags
      i     final

  public org.objectweb.asm.tree.LabelNode gotoLabel(org.objectweb.asm.tree.LabelNode);
    descriptor: (Lorg/objectweb/asm/tree/LabelNode;)Lorg/objectweb/asm/tree/LabelNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation this
        start local 1 // org.objectweb.asm.tree.LabelNode l
         0: .line 715
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.this$0:Lorg/objectweb/asm/commons/JSRInlinerAdapter;
            getfield org.objectweb.asm.commons.JSRInlinerAdapter.instructions:Lorg/objectweb/asm/tree/InsnList;
            aload 1 /* l */
            invokevirtual org.objectweb.asm.tree.InsnList.indexOf:(Lorg/objectweb/asm/tree/AbstractInsnNode;)I
            invokevirtual org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.findOwner:(I)Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;
            astore 2 /* owner */
        start local 2 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation owner
         1: .line 716
            aload 2 /* owner */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.rangeTable:Ljava/util/Map;
            aload 1 /* l */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.LabelNode
            areturn
        end local 2 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation owner
        end local 1 // org.objectweb.asm.tree.LabelNode l
        end local 0 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;
            0    2     1      l  Lorg/objectweb/asm/tree/LabelNode;
            1    2     2  owner  Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;
    MethodParameters:
      Name  Flags
      l     final

  public org.objectweb.asm.tree.LabelNode rangeLabel(org.objectweb.asm.tree.LabelNode);
    descriptor: (Lorg/objectweb/asm/tree/LabelNode;)Lorg/objectweb/asm/tree/LabelNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation this
        start local 1 // org.objectweb.asm.tree.LabelNode l
         0: .line 732
            aload 0 /* this */
            getfield org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.rangeTable:Ljava/util/Map;
            aload 1 /* l */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.objectweb.asm.tree.LabelNode
            areturn
        end local 1 // org.objectweb.asm.tree.LabelNode l
        end local 0 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;
            0    1     1     l  Lorg/objectweb/asm/tree/LabelNode;
    MethodParameters:
      Name  Flags
      l     final

  public java.util.Set<java.util.Map$Entry<org.objectweb.asm.tree.LabelNode, org.objectweb.asm.tree.LabelNode>> entrySet();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation this
         0: .line 739
            aconst_null
            areturn
        end local 0 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;
    Signature: ()Ljava/util/Set<Ljava/util/Map$Entry<Lorg/objectweb/asm/tree/LabelNode;Lorg/objectweb/asm/tree/LabelNode;>;>;

  public org.objectweb.asm.tree.LabelNode get(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/objectweb/asm/tree/LabelNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation this
        start local 1 // java.lang.Object o
         0: .line 744
            aload 0 /* this */
            aload 1 /* o */
            checkcast org.objectweb.asm.tree.LabelNode
            invokevirtual org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.gotoLabel:(Lorg/objectweb/asm/tree/LabelNode;)Lorg/objectweb/asm/tree/LabelNode;
            areturn
        end local 1 // java.lang.Object o
        end local 0 // org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/objectweb/asm/commons/JSRInlinerAdapter$Instantiation;
            0    1     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     final

  public java.lang.Object get(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.get:(Ljava/lang/Object;)Lorg/objectweb/asm/tree/LabelNode;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/util/AbstractMap<Lorg/objectweb/asm/tree/LabelNode;Lorg/objectweb/asm/tree/LabelNode;>;
SourceFile: "JSRInlinerAdapter.java"
NestHost: org.objectweb.asm.commons.JSRInlinerAdapter
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
  private Instantiation = org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation of org.objectweb.asm.commons.JSRInlinerAdapter