public class jdk.internal.org.objectweb.asm.tree.InsnList
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: jdk.internal.org.objectweb.asm.tree.InsnList
  super_class: java.lang.Object
{
  private int size;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private jdk.internal.org.objectweb.asm.tree.AbstractInsnNode firstInsn;
    descriptor: Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
    flags: (0x0002) ACC_PRIVATE

  private jdk.internal.org.objectweb.asm.tree.AbstractInsnNode lastInsn;
    descriptor: Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
    flags: (0x0002) ACC_PRIVATE

  jdk.internal.org.objectweb.asm.tree.AbstractInsnNode[] cache;
    descriptor: [Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
    flags: (0x0000) 

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
         0: .line 69
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/org/objectweb/asm/tree/InsnList;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
         0: .line 92
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
            ireturn
        end local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/org/objectweb/asm/tree/InsnList;

  public jdk.internal.org.objectweb.asm.tree.AbstractInsnNode getFirst();
    descriptor: ()Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
         0: .line 101
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.firstInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            areturn
        end local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/org/objectweb/asm/tree/InsnList;

  public jdk.internal.org.objectweb.asm.tree.AbstractInsnNode getLast();
    descriptor: ()Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
         0: .line 110
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.lastInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            areturn
        end local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/org/objectweb/asm/tree/InsnList;

  public jdk.internal.org.objectweb.asm.tree.AbstractInsnNode get(int);
    descriptor: (I)Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
        start local 1 // int index
         0: .line 124
            iload 1 /* index */
            iflt 1
            iload 1 /* index */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
            if_icmplt 2
         1: .line 125
      StackMap locals:
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         2: .line 127
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.cache:[Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            ifnonnull 4
         3: .line 128
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.tree.InsnList.toArray:()[Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.cache:[Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         4: .line 130
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.cache:[Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            iload 1 /* index */
            aaload
            areturn
        end local 1 // int index
        end local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Ljdk/internal/org/objectweb/asm/tree/InsnList;
            0    5     1  index  I
    MethodParameters:
       Name  Flags
      index  final

  public boolean contains(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode);
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
        start local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insnNode
         0: .line 142
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.firstInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 2 /* currentInsn */
        start local 2 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode currentInsn
         1: .line 143
            goto 3
         2: .line 144
      StackMap locals: jdk.internal.org.objectweb.asm.tree.AbstractInsnNode
      StackMap stack:
            aload 2 /* currentInsn */
            getfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.nextInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 2 /* currentInsn */
         3: .line 143
      StackMap locals:
      StackMap stack:
            aload 2 /* currentInsn */
            ifnull 4
            aload 2 /* currentInsn */
            aload 1 /* insnNode */
            if_acmpne 2
         4: .line 146
      StackMap locals:
      StackMap stack:
            aload 2 /* currentInsn */
            ifnull 5
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_0
            ireturn
        end local 2 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode currentInsn
        end local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insnNode
        end local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Ljdk/internal/org/objectweb/asm/tree/InsnList;
            0    6     1     insnNode  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            1    6     2  currentInsn  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
    MethodParameters:
          Name  Flags
      insnNode  final

  public int indexOf(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode);
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
        start local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insnNode
         0: .line 161
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.cache:[Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            ifnonnull 2
         1: .line 162
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.tree.InsnList.toArray:()[Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.cache:[Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         2: .line 164
      StackMap locals:
      StackMap stack:
            aload 1 /* insnNode */
            getfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.index:I
            ireturn
        end local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insnNode
        end local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Ljdk/internal/org/objectweb/asm/tree/InsnList;
            0    3     1  insnNode  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
    MethodParameters:
          Name  Flags
      insnNode  final

  public void accept(jdk.internal.org.objectweb.asm.MethodVisitor);
    descriptor: (Ljdk/internal/org/objectweb/asm/MethodVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
        start local 1 // jdk.internal.org.objectweb.asm.MethodVisitor methodVisitor
         0: .line 173
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.firstInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 2 /* currentInsn */
        start local 2 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode currentInsn
         1: .line 174
            goto 4
         2: .line 175
      StackMap locals: jdk.internal.org.objectweb.asm.tree.AbstractInsnNode
      StackMap stack:
            aload 2 /* currentInsn */
            aload 1 /* methodVisitor */
            invokevirtual jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.accept:(Ljdk/internal/org/objectweb/asm/MethodVisitor;)V
         3: .line 176
            aload 2 /* currentInsn */
            getfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.nextInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 2 /* currentInsn */
         4: .line 174
      StackMap locals:
      StackMap stack:
            aload 2 /* currentInsn */
            ifnonnull 2
         5: .line 178
            return
        end local 2 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode currentInsn
        end local 1 // jdk.internal.org.objectweb.asm.MethodVisitor methodVisitor
        end local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Ljdk/internal/org/objectweb/asm/tree/InsnList;
            0    6     1  methodVisitor  Ljdk/internal/org/objectweb/asm/MethodVisitor;
            1    6     2    currentInsn  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
    MethodParameters:
               Name  Flags
      methodVisitor  final

  public java.util.ListIterator<jdk.internal.org.objectweb.asm.tree.AbstractInsnNode> iterator();
    descriptor: ()Ljava/util/ListIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
         0: .line 186
            aload 0 /* this */
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.tree.InsnList.iterator:(I)Ljava/util/ListIterator;
            areturn
        end local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/org/objectweb/asm/tree/InsnList;
    Signature: ()Ljava/util/ListIterator<Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;>;

  public java.util.ListIterator<jdk.internal.org.objectweb.asm.tree.AbstractInsnNode> iterator(int);
    descriptor: (I)Ljava/util/ListIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
        start local 1 // int index
         0: .line 197
            new jdk.internal.org.objectweb.asm.tree.InsnList$InsnListIterator
            dup
            aload 0 /* this */
            iload 1 /* index */
            invokespecial jdk.internal.org.objectweb.asm.tree.InsnList$InsnListIterator.<init>:(Ljdk/internal/org/objectweb/asm/tree/InsnList;I)V
            areturn
        end local 1 // int index
        end local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljdk/internal/org/objectweb/asm/tree/InsnList;
            0    1     1  index  I
    Signature: (I)Ljava/util/ListIterator<Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;>;
    MethodParameters:
       Name  Flags
      index  final

  public jdk.internal.org.objectweb.asm.tree.AbstractInsnNode[] toArray();
    descriptor: ()[Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
         0: .line 206
            iconst_0
            istore 1 /* currentInsnIndex */
        start local 1 // int currentInsnIndex
         1: .line 207
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.firstInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 2 /* currentInsn */
        start local 2 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode currentInsn
         2: .line 208
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
            anewarray jdk.internal.org.objectweb.asm.tree.AbstractInsnNode
            astore 3 /* insnNodeArray */
        start local 3 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode[] insnNodeArray
         3: .line 209
            goto 7
         4: .line 210
      StackMap locals: int jdk.internal.org.objectweb.asm.tree.AbstractInsnNode jdk.internal.org.objectweb.asm.tree.AbstractInsnNode[]
      StackMap stack:
            aload 3 /* insnNodeArray */
            iload 1 /* currentInsnIndex */
            aload 2 /* currentInsn */
            aastore
         5: .line 211
            aload 2 /* currentInsn */
            iload 1 /* currentInsnIndex */
            iinc 1 /* currentInsnIndex */ 1
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.index:I
         6: .line 212
            aload 2 /* currentInsn */
            getfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.nextInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 2 /* currentInsn */
         7: .line 209
      StackMap locals:
      StackMap stack:
            aload 2 /* currentInsn */
            ifnonnull 4
         8: .line 214
            aload 3 /* insnNodeArray */
            areturn
        end local 3 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode[] insnNodeArray
        end local 2 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode currentInsn
        end local 1 // int currentInsnIndex
        end local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    9     0              this  Ljdk/internal/org/objectweb/asm/tree/InsnList;
            1    9     1  currentInsnIndex  I
            2    9     2       currentInsn  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            3    9     3     insnNodeArray  [Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;

  public void set(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode, jdk.internal.org.objectweb.asm.tree.AbstractInsnNode);
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
        start local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode oldInsnNode
        start local 2 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode newInsnNode
         0: .line 224
            aload 1 /* oldInsnNode */
            getfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.nextInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 3 /* nextInsn */
        start local 3 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode nextInsn
         1: .line 225
            aload 2 /* newInsnNode */
            aload 3 /* nextInsn */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.nextInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         2: .line 226
            aload 3 /* nextInsn */
            ifnull 5
         3: .line 227
            aload 3 /* nextInsn */
            aload 2 /* newInsnNode */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.previousInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         4: .line 228
            goto 6
         5: .line 229
      StackMap locals: jdk.internal.org.objectweb.asm.tree.AbstractInsnNode
      StackMap stack:
            aload 0 /* this */
            aload 2 /* newInsnNode */
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.lastInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         6: .line 231
      StackMap locals:
      StackMap stack:
            aload 1 /* oldInsnNode */
            getfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.previousInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 4 /* previousInsn */
        start local 4 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode previousInsn
         7: .line 232
            aload 2 /* newInsnNode */
            aload 4 /* previousInsn */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.previousInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         8: .line 233
            aload 4 /* previousInsn */
            ifnull 11
         9: .line 234
            aload 4 /* previousInsn */
            aload 2 /* newInsnNode */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.nextInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        10: .line 235
            goto 12
        11: .line 236
      StackMap locals: jdk.internal.org.objectweb.asm.tree.AbstractInsnNode
      StackMap stack:
            aload 0 /* this */
            aload 2 /* newInsnNode */
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.firstInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        12: .line 238
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.cache:[Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            ifnull 17
        13: .line 239
            aload 1 /* oldInsnNode */
            getfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.index:I
            istore 5 /* index */
        start local 5 // int index
        14: .line 240
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.cache:[Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            iload 5 /* index */
            aload 2 /* newInsnNode */
            aastore
        15: .line 241
            aload 2 /* newInsnNode */
            iload 5 /* index */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.index:I
        end local 5 // int index
        16: .line 242
            goto 18
        17: .line 243
      StackMap locals:
      StackMap stack:
            aload 2 /* newInsnNode */
            iconst_0
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.index:I
        18: .line 245
      StackMap locals:
      StackMap stack:
            aload 1 /* oldInsnNode */
            iconst_m1
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.index:I
        19: .line 246
            aload 1 /* oldInsnNode */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.previousInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        20: .line 247
            aload 1 /* oldInsnNode */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.nextInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        21: .line 248
            return
        end local 4 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode previousInsn
        end local 3 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode nextInsn
        end local 2 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode newInsnNode
        end local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode oldInsnNode
        end local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   22     0          this  Ljdk/internal/org/objectweb/asm/tree/InsnList;
            0   22     1   oldInsnNode  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            0   22     2   newInsnNode  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            1   22     3      nextInsn  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            7   22     4  previousInsn  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
           14   16     5         index  I
    MethodParameters:
             Name  Flags
      oldInsnNode  final
      newInsnNode  final

  public void add(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode);
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
        start local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insnNode
         0: .line 256
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
            iconst_1
            iadd
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
         1: .line 257
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.lastInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            ifnonnull 5
         2: .line 258
            aload 0 /* this */
            aload 1 /* insnNode */
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.firstInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         3: .line 259
            aload 0 /* this */
            aload 1 /* insnNode */
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.lastInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         4: .line 260
            goto 7
         5: .line 261
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.lastInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            aload 1 /* insnNode */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.nextInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         6: .line 262
            aload 1 /* insnNode */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.lastInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.previousInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         7: .line 264
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* insnNode */
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.lastInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         8: .line 265
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.cache:[Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         9: .line 266
            aload 1 /* insnNode */
            iconst_0
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.index:I
        10: .line 267
            return
        end local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insnNode
        end local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Ljdk/internal/org/objectweb/asm/tree/InsnList;
            0   11     1  insnNode  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
    MethodParameters:
          Name  Flags
      insnNode  final

  public void add(jdk.internal.org.objectweb.asm.tree.InsnList);
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/InsnList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
        start local 1 // jdk.internal.org.objectweb.asm.tree.InsnList insnList
         0: .line 276
            aload 1 /* insnList */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
            ifne 2
         1: .line 277
            return
         2: .line 279
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
            aload 1 /* insnList */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
            iadd
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
         3: .line 280
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.lastInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            ifnonnull 7
         4: .line 281
            aload 0 /* this */
            aload 1 /* insnList */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.firstInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.firstInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         5: .line 282
            aload 0 /* this */
            aload 1 /* insnList */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.lastInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.lastInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         6: .line 283
            goto 11
         7: .line 284
      StackMap locals:
      StackMap stack:
            aload 1 /* insnList */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.firstInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 2 /* firstInsnListElement */
        start local 2 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode firstInsnListElement
         8: .line 285
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.lastInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            aload 2 /* firstInsnListElement */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.nextInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         9: .line 286
            aload 2 /* firstInsnListElement */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.lastInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.previousInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        10: .line 287
            aload 0 /* this */
            aload 1 /* insnList */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.lastInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.lastInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        end local 2 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode firstInsnListElement
        11: .line 289
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.cache:[Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        12: .line 290
            aload 1 /* insnList */
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.tree.InsnList.removeAll:(Z)V
        13: .line 291
            return
        end local 1 // jdk.internal.org.objectweb.asm.tree.InsnList insnList
        end local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   14     0                  this  Ljdk/internal/org/objectweb/asm/tree/InsnList;
            0   14     1              insnList  Ljdk/internal/org/objectweb/asm/tree/InsnList;
            8   11     2  firstInsnListElement  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
    MethodParameters:
          Name  Flags
      insnList  final

  public void insert(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode);
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
        start local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insnNode
         0: .line 299
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
            iconst_1
            iadd
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
         1: .line 300
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.firstInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            ifnonnull 5
         2: .line 301
            aload 0 /* this */
            aload 1 /* insnNode */
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.firstInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         3: .line 302
            aload 0 /* this */
            aload 1 /* insnNode */
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.lastInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         4: .line 303
            goto 7
         5: .line 304
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.firstInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            aload 1 /* insnNode */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.previousInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         6: .line 305
            aload 1 /* insnNode */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.firstInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.nextInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         7: .line 307
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* insnNode */
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.firstInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         8: .line 308
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.cache:[Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         9: .line 309
            aload 1 /* insnNode */
            iconst_0
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.index:I
        10: .line 310
            return
        end local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insnNode
        end local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Ljdk/internal/org/objectweb/asm/tree/InsnList;
            0   11     1  insnNode  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
    MethodParameters:
          Name  Flags
      insnNode  final

  public void insert(jdk.internal.org.objectweb.asm.tree.InsnList);
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/InsnList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
        start local 1 // jdk.internal.org.objectweb.asm.tree.InsnList insnList
         0: .line 319
            aload 1 /* insnList */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
            ifne 2
         1: .line 320
            return
         2: .line 322
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
            aload 1 /* insnList */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
            iadd
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
         3: .line 323
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.firstInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            ifnonnull 7
         4: .line 324
            aload 0 /* this */
            aload 1 /* insnList */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.firstInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.firstInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         5: .line 325
            aload 0 /* this */
            aload 1 /* insnList */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.lastInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.lastInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         6: .line 326
            goto 11
         7: .line 327
      StackMap locals:
      StackMap stack:
            aload 1 /* insnList */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.lastInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 2 /* lastInsnListElement */
        start local 2 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode lastInsnListElement
         8: .line 328
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.firstInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            aload 2 /* lastInsnListElement */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.previousInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         9: .line 329
            aload 2 /* lastInsnListElement */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.firstInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.nextInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        10: .line 330
            aload 0 /* this */
            aload 1 /* insnList */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.firstInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.firstInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        end local 2 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode lastInsnListElement
        11: .line 332
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.cache:[Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        12: .line 333
            aload 1 /* insnList */
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.tree.InsnList.removeAll:(Z)V
        13: .line 334
            return
        end local 1 // jdk.internal.org.objectweb.asm.tree.InsnList insnList
        end local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   14     0                 this  Ljdk/internal/org/objectweb/asm/tree/InsnList;
            0   14     1             insnList  Ljdk/internal/org/objectweb/asm/tree/InsnList;
            8   11     2  lastInsnListElement  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
    MethodParameters:
          Name  Flags
      insnList  final

  public void insert(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode, jdk.internal.org.objectweb.asm.tree.AbstractInsnNode);
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
        start local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode previousInsn
        start local 2 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insnNode
         0: .line 344
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
            iconst_1
            iadd
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
         1: .line 345
            aload 1 /* previousInsn */
            getfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.nextInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 3 /* nextInsn */
        start local 3 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode nextInsn
         2: .line 346
            aload 3 /* nextInsn */
            ifnonnull 5
         3: .line 347
            aload 0 /* this */
            aload 2 /* insnNode */
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.lastInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         4: .line 348
            goto 6
         5: .line 349
      StackMap locals: jdk.internal.org.objectweb.asm.tree.AbstractInsnNode
      StackMap stack:
            aload 3 /* nextInsn */
            aload 2 /* insnNode */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.previousInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         6: .line 351
      StackMap locals:
      StackMap stack:
            aload 1 /* previousInsn */
            aload 2 /* insnNode */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.nextInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         7: .line 352
            aload 2 /* insnNode */
            aload 3 /* nextInsn */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.nextInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         8: .line 353
            aload 2 /* insnNode */
            aload 1 /* previousInsn */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.previousInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         9: .line 354
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.cache:[Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        10: .line 355
            aload 2 /* insnNode */
            iconst_0
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.index:I
        11: .line 356
            return
        end local 3 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode nextInsn
        end local 2 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insnNode
        end local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode previousInsn
        end local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   12     0          this  Ljdk/internal/org/objectweb/asm/tree/InsnList;
            0   12     1  previousInsn  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            0   12     2      insnNode  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            2   12     3      nextInsn  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
    MethodParameters:
              Name  Flags
      previousInsn  final
      insnNode      final

  public void insert(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode, jdk.internal.org.objectweb.asm.tree.InsnList);
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljdk/internal/org/objectweb/asm/tree/InsnList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
        start local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode previousInsn
        start local 2 // jdk.internal.org.objectweb.asm.tree.InsnList insnList
         0: .line 367
            aload 2 /* insnList */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
            ifne 2
         1: .line 368
            return
         2: .line 370
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
            aload 2 /* insnList */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
            iadd
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
         3: .line 371
            aload 2 /* insnList */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.firstInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 3 /* firstInsnListElement */
        start local 3 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode firstInsnListElement
         4: .line 372
            aload 2 /* insnList */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.lastInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 4 /* lastInsnListElement */
        start local 4 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode lastInsnListElement
         5: .line 373
            aload 1 /* previousInsn */
            getfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.nextInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 5 /* nextInsn */
        start local 5 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode nextInsn
         6: .line 374
            aload 5 /* nextInsn */
            ifnonnull 9
         7: .line 375
            aload 0 /* this */
            aload 4 /* lastInsnListElement */
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.lastInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         8: .line 376
            goto 10
         9: .line 377
      StackMap locals: jdk.internal.org.objectweb.asm.tree.AbstractInsnNode jdk.internal.org.objectweb.asm.tree.AbstractInsnNode jdk.internal.org.objectweb.asm.tree.AbstractInsnNode
      StackMap stack:
            aload 5 /* nextInsn */
            aload 4 /* lastInsnListElement */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.previousInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        10: .line 379
      StackMap locals:
      StackMap stack:
            aload 1 /* previousInsn */
            aload 3 /* firstInsnListElement */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.nextInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        11: .line 380
            aload 4 /* lastInsnListElement */
            aload 5 /* nextInsn */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.nextInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        12: .line 381
            aload 3 /* firstInsnListElement */
            aload 1 /* previousInsn */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.previousInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        13: .line 382
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.cache:[Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        14: .line 383
            aload 2 /* insnList */
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.tree.InsnList.removeAll:(Z)V
        15: .line 384
            return
        end local 5 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode nextInsn
        end local 4 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode lastInsnListElement
        end local 3 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode firstInsnListElement
        end local 2 // jdk.internal.org.objectweb.asm.tree.InsnList insnList
        end local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode previousInsn
        end local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   16     0                  this  Ljdk/internal/org/objectweb/asm/tree/InsnList;
            0   16     1          previousInsn  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            0   16     2              insnList  Ljdk/internal/org/objectweb/asm/tree/InsnList;
            4   16     3  firstInsnListElement  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            5   16     4   lastInsnListElement  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            6   16     5              nextInsn  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
    MethodParameters:
              Name  Flags
      previousInsn  final
      insnList      final

  public void insertBefore(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode, jdk.internal.org.objectweb.asm.tree.AbstractInsnNode);
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
        start local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode nextInsn
        start local 2 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insnNode
         0: .line 394
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
            iconst_1
            iadd
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
         1: .line 395
            aload 1 /* nextInsn */
            getfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.previousInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 3 /* previousInsn */
        start local 3 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode previousInsn
         2: .line 396
            aload 3 /* previousInsn */
            ifnonnull 5
         3: .line 397
            aload 0 /* this */
            aload 2 /* insnNode */
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.firstInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         4: .line 398
            goto 6
         5: .line 399
      StackMap locals: jdk.internal.org.objectweb.asm.tree.AbstractInsnNode
      StackMap stack:
            aload 3 /* previousInsn */
            aload 2 /* insnNode */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.nextInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         6: .line 401
      StackMap locals:
      StackMap stack:
            aload 1 /* nextInsn */
            aload 2 /* insnNode */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.previousInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         7: .line 402
            aload 2 /* insnNode */
            aload 1 /* nextInsn */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.nextInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         8: .line 403
            aload 2 /* insnNode */
            aload 3 /* previousInsn */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.previousInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         9: .line 404
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.cache:[Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        10: .line 405
            aload 2 /* insnNode */
            iconst_0
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.index:I
        11: .line 406
            return
        end local 3 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode previousInsn
        end local 2 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insnNode
        end local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode nextInsn
        end local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   12     0          this  Ljdk/internal/org/objectweb/asm/tree/InsnList;
            0   12     1      nextInsn  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            0   12     2      insnNode  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            2   12     3  previousInsn  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
    MethodParameters:
          Name  Flags
      nextInsn  final
      insnNode  final

  public void insertBefore(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode, jdk.internal.org.objectweb.asm.tree.InsnList);
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;Ljdk/internal/org/objectweb/asm/tree/InsnList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
        start local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode nextInsn
        start local 2 // jdk.internal.org.objectweb.asm.tree.InsnList insnList
         0: .line 417
            aload 2 /* insnList */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
            ifne 2
         1: .line 418
            return
         2: .line 420
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
            aload 2 /* insnList */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
            iadd
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
         3: .line 421
            aload 2 /* insnList */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.firstInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 3 /* firstInsnListElement */
        start local 3 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode firstInsnListElement
         4: .line 422
            aload 2 /* insnList */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.lastInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 4 /* lastInsnListElement */
        start local 4 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode lastInsnListElement
         5: .line 423
            aload 1 /* nextInsn */
            getfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.previousInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 5 /* previousInsn */
        start local 5 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode previousInsn
         6: .line 424
            aload 5 /* previousInsn */
            ifnonnull 9
         7: .line 425
            aload 0 /* this */
            aload 3 /* firstInsnListElement */
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.firstInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         8: .line 426
            goto 10
         9: .line 427
      StackMap locals: jdk.internal.org.objectweb.asm.tree.AbstractInsnNode jdk.internal.org.objectweb.asm.tree.AbstractInsnNode jdk.internal.org.objectweb.asm.tree.AbstractInsnNode
      StackMap stack:
            aload 5 /* previousInsn */
            aload 3 /* firstInsnListElement */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.nextInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        10: .line 429
      StackMap locals:
      StackMap stack:
            aload 1 /* nextInsn */
            aload 4 /* lastInsnListElement */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.previousInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        11: .line 430
            aload 4 /* lastInsnListElement */
            aload 1 /* nextInsn */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.nextInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        12: .line 431
            aload 3 /* firstInsnListElement */
            aload 5 /* previousInsn */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.previousInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        13: .line 432
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.cache:[Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        14: .line 433
            aload 2 /* insnList */
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.tree.InsnList.removeAll:(Z)V
        15: .line 434
            return
        end local 5 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode previousInsn
        end local 4 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode lastInsnListElement
        end local 3 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode firstInsnListElement
        end local 2 // jdk.internal.org.objectweb.asm.tree.InsnList insnList
        end local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode nextInsn
        end local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   16     0                  this  Ljdk/internal/org/objectweb/asm/tree/InsnList;
            0   16     1              nextInsn  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            0   16     2              insnList  Ljdk/internal/org/objectweb/asm/tree/InsnList;
            4   16     3  firstInsnListElement  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            5   16     4   lastInsnListElement  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            6   16     5          previousInsn  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
    MethodParameters:
          Name  Flags
      nextInsn  final
      insnList  final

  public void remove(jdk.internal.org.objectweb.asm.tree.AbstractInsnNode);
    descriptor: (Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
        start local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insnNode
         0: .line 442
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
            iconst_1
            isub
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
         1: .line 443
            aload 1 /* insnNode */
            getfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.nextInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 2 /* nextInsn */
        start local 2 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode nextInsn
         2: .line 444
            aload 1 /* insnNode */
            getfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.previousInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 3 /* previousInsn */
        start local 3 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode previousInsn
         3: .line 445
            aload 2 /* nextInsn */
            ifnonnull 11
         4: .line 446
            aload 3 /* previousInsn */
            ifnonnull 8
         5: .line 447
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.firstInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         6: .line 448
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.lastInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         7: .line 449
            goto 17
         8: .line 450
      StackMap locals: jdk.internal.org.objectweb.asm.tree.AbstractInsnNode jdk.internal.org.objectweb.asm.tree.AbstractInsnNode
      StackMap stack:
            aload 3 /* previousInsn */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.nextInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         9: .line 451
            aload 0 /* this */
            aload 3 /* previousInsn */
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.lastInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        10: .line 453
            goto 17
        11: .line 454
      StackMap locals:
      StackMap stack:
            aload 3 /* previousInsn */
            ifnonnull 15
        12: .line 455
            aload 0 /* this */
            aload 2 /* nextInsn */
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.firstInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        13: .line 456
            aload 2 /* nextInsn */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.previousInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        14: .line 457
            goto 17
        15: .line 458
      StackMap locals:
      StackMap stack:
            aload 3 /* previousInsn */
            aload 2 /* nextInsn */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.nextInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        16: .line 459
            aload 2 /* nextInsn */
            aload 3 /* previousInsn */
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.previousInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        17: .line 462
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.cache:[Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        18: .line 463
            aload 1 /* insnNode */
            iconst_m1
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.index:I
        19: .line 464
            aload 1 /* insnNode */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.previousInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        20: .line 465
            aload 1 /* insnNode */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.nextInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        21: .line 466
            return
        end local 3 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode previousInsn
        end local 2 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode nextInsn
        end local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode insnNode
        end local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   22     0          this  Ljdk/internal/org/objectweb/asm/tree/InsnList;
            0   22     1      insnNode  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            2   22     2      nextInsn  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            3   22     3  previousInsn  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
    MethodParameters:
          Name  Flags
      insnNode  final

  void removeAll(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
        start local 1 // boolean mark
         0: .line 474
            iload 1 /* mark */
            ifeq 9
         1: .line 475
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.firstInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 2 /* currentInsn */
        start local 2 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode currentInsn
         2: .line 476
            goto 8
         3: .line 477
      StackMap locals: jdk.internal.org.objectweb.asm.tree.AbstractInsnNode
      StackMap stack:
            aload 2 /* currentInsn */
            getfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.nextInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 3 /* next */
        start local 3 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode next
         4: .line 478
            aload 2 /* currentInsn */
            iconst_m1
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.index:I
         5: .line 479
            aload 2 /* currentInsn */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.previousInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         6: .line 480
            aload 2 /* currentInsn */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.nextInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
         7: .line 481
            aload 3 /* next */
            astore 2 /* currentInsn */
        end local 3 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode next
         8: .line 476
      StackMap locals:
      StackMap stack:
            aload 2 /* currentInsn */
            ifnonnull 3
        end local 2 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode currentInsn
         9: .line 484
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.size:I
        10: .line 485
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.firstInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        11: .line 486
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.lastInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        12: .line 487
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.tree.InsnList.cache:[Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
        13: .line 488
            return
        end local 1 // boolean mark
        end local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   14     0         this  Ljdk/internal/org/objectweb/asm/tree/InsnList;
            0   14     1         mark  Z
            2    9     2  currentInsn  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            4    8     3         next  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
    MethodParameters:
      Name  Flags
      mark  final

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
         0: .line 492
            aload 0 /* this */
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.tree.InsnList.removeAll:(Z)V
         1: .line 493
            return
        end local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/internal/org/objectweb/asm/tree/InsnList;

  public void resetLabels();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
         0: .line 500
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.InsnList.firstInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 1 /* currentInsn */
        start local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode currentInsn
         1: .line 501
            goto 5
         2: .line 502
      StackMap locals: jdk.internal.org.objectweb.asm.tree.AbstractInsnNode
      StackMap stack:
            aload 1 /* currentInsn */
            instanceof jdk.internal.org.objectweb.asm.tree.LabelNode
            ifeq 4
         3: .line 503
            aload 1 /* currentInsn */
            checkcast jdk.internal.org.objectweb.asm.tree.LabelNode
            invokevirtual jdk.internal.org.objectweb.asm.tree.LabelNode.resetLabel:()V
         4: .line 505
      StackMap locals:
      StackMap stack:
            aload 1 /* currentInsn */
            getfield jdk.internal.org.objectweb.asm.tree.AbstractInsnNode.nextInsn:Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
            astore 1 /* currentInsn */
         5: .line 501
      StackMap locals:
      StackMap stack:
            aload 1 /* currentInsn */
            ifnonnull 2
         6: .line 507
            return
        end local 1 // jdk.internal.org.objectweb.asm.tree.AbstractInsnNode currentInsn
        end local 0 // jdk.internal.org.objectweb.asm.tree.InsnList this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Ljdk/internal/org/objectweb/asm/tree/InsnList;
            1    7     1  currentInsn  Ljdk/internal/org/objectweb/asm/tree/AbstractInsnNode;
}
SourceFile: "InsnList.java"
NestMembers:
  jdk.internal.org.objectweb.asm.tree.InsnList$InsnListIterator
InnerClasses:
  private final InsnListIterator = jdk.internal.org.objectweb.asm.tree.InsnList$InsnListIterator of jdk.internal.org.objectweb.asm.tree.InsnList