final class org.objectweb.asm.tree.InsnList$InsnListIterator implements java.util.ListIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.objectweb.asm.tree.InsnList$InsnListIterator
  super_class: java.lang.Object
{
  org.objectweb.asm.tree.AbstractInsnNode nextInsn;
    descriptor: Lorg/objectweb/asm/tree/AbstractInsnNode;
    flags: (0x0000) 

  org.objectweb.asm.tree.AbstractInsnNode previousInsn;
    descriptor: Lorg/objectweb/asm/tree/AbstractInsnNode;
    flags: (0x0000) 

  org.objectweb.asm.tree.AbstractInsnNode remove;
    descriptor: Lorg/objectweb/asm/tree/AbstractInsnNode;
    flags: (0x0000) 

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

  void <init>(org.objectweb.asm.tree.InsnList, int);
    descriptor: (Lorg/objectweb/asm/tree/InsnList;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.objectweb.asm.tree.InsnList$InsnListIterator this
        start local 2 // int index
         0: .line 489
            aload 0 /* this */
            aload 1
            putfield org.objectweb.asm.tree.InsnList$InsnListIterator.this$0:Lorg/objectweb/asm/tree/InsnList;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 490
            iload 2 /* index */
            aload 1
            invokevirtual org.objectweb.asm.tree.InsnList.size:()I
            if_icmpne 5
         2: .line 491
            aload 0 /* this */
            aconst_null
            putfield org.objectweb.asm.tree.InsnList$InsnListIterator.nextInsn:Lorg/objectweb/asm/tree/AbstractInsnNode;
         3: .line 492
            aload 0 /* this */
            aload 1
            invokevirtual org.objectweb.asm.tree.InsnList.getLast:()Lorg/objectweb/asm/tree/AbstractInsnNode;
            putfield org.objectweb.asm.tree.InsnList$InsnListIterator.previousInsn:Lorg/objectweb/asm/tree/AbstractInsnNode;
         4: .line 493
            goto 7
         5: .line 494
      StackMap locals: org.objectweb.asm.tree.InsnList$InsnListIterator org.objectweb.asm.tree.InsnList int
      StackMap stack:
            aload 0 /* this */
            aload 1
            iload 2 /* index */
            invokevirtual org.objectweb.asm.tree.InsnList.get:(I)Lorg/objectweb/asm/tree/AbstractInsnNode;
            putfield org.objectweb.asm.tree.InsnList$InsnListIterator.nextInsn:Lorg/objectweb/asm/tree/AbstractInsnNode;
         6: .line 495
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.InsnList$InsnListIterator.nextInsn:Lorg/objectweb/asm/tree/AbstractInsnNode;
            getfield org.objectweb.asm.tree.AbstractInsnNode.previousInsn:Lorg/objectweb/asm/tree/AbstractInsnNode;
            putfield org.objectweb.asm.tree.InsnList$InsnListIterator.previousInsn:Lorg/objectweb/asm/tree/AbstractInsnNode;
         7: .line 497
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int index
        end local 0 // org.objectweb.asm.tree.InsnList$InsnListIterator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lorg/objectweb/asm/tree/InsnList$InsnListIterator;
            0    8     2  index  I
    MethodParameters:
        Name  Flags
      this$0  final
      index   final

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.objectweb.asm.tree.InsnList$InsnListIterator this
         0: .line 501
            aload 0 /* this */
            getfield org.objectweb.asm.tree.InsnList$InsnListIterator.nextInsn:Lorg/objectweb/asm/tree/AbstractInsnNode;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.objectweb.asm.tree.InsnList$InsnListIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/objectweb/asm/tree/InsnList$InsnListIterator;

  public java.lang.Object next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.objectweb.asm.tree.InsnList$InsnListIterator this
         0: .line 506
            aload 0 /* this */
            getfield org.objectweb.asm.tree.InsnList$InsnListIterator.nextInsn:Lorg/objectweb/asm/tree/AbstractInsnNode;
            ifnonnull 2
         1: .line 507
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 509
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.InsnList$InsnListIterator.nextInsn:Lorg/objectweb/asm/tree/AbstractInsnNode;
            astore 1 /* result */
        start local 1 // org.objectweb.asm.tree.AbstractInsnNode result
         3: .line 510
            aload 0 /* this */
            aload 1 /* result */
            putfield org.objectweb.asm.tree.InsnList$InsnListIterator.previousInsn:Lorg/objectweb/asm/tree/AbstractInsnNode;
         4: .line 511
            aload 0 /* this */
            aload 1 /* result */
            getfield org.objectweb.asm.tree.AbstractInsnNode.nextInsn:Lorg/objectweb/asm/tree/AbstractInsnNode;
            putfield org.objectweb.asm.tree.InsnList$InsnListIterator.nextInsn:Lorg/objectweb/asm/tree/AbstractInsnNode;
         5: .line 512
            aload 0 /* this */
            aload 1 /* result */
            putfield org.objectweb.asm.tree.InsnList$InsnListIterator.remove:Lorg/objectweb/asm/tree/AbstractInsnNode;
         6: .line 513
            aload 1 /* result */
            areturn
        end local 1 // org.objectweb.asm.tree.AbstractInsnNode result
        end local 0 // org.objectweb.asm.tree.InsnList$InsnListIterator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/objectweb/asm/tree/InsnList$InsnListIterator;
            3    7     1  result  Lorg/objectweb/asm/tree/AbstractInsnNode;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.objectweb.asm.tree.InsnList$InsnListIterator this
         0: .line 518
            aload 0 /* this */
            getfield org.objectweb.asm.tree.InsnList$InsnListIterator.remove:Lorg/objectweb/asm/tree/AbstractInsnNode;
            ifnull 8
         1: .line 519
            aload 0 /* this */
            getfield org.objectweb.asm.tree.InsnList$InsnListIterator.remove:Lorg/objectweb/asm/tree/AbstractInsnNode;
            aload 0 /* this */
            getfield org.objectweb.asm.tree.InsnList$InsnListIterator.nextInsn:Lorg/objectweb/asm/tree/AbstractInsnNode;
            if_acmpne 4
         2: .line 520
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.InsnList$InsnListIterator.nextInsn:Lorg/objectweb/asm/tree/AbstractInsnNode;
            getfield org.objectweb.asm.tree.AbstractInsnNode.nextInsn:Lorg/objectweb/asm/tree/AbstractInsnNode;
            putfield org.objectweb.asm.tree.InsnList$InsnListIterator.nextInsn:Lorg/objectweb/asm/tree/AbstractInsnNode;
         3: .line 521
            goto 5
         4: .line 522
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.InsnList$InsnListIterator.previousInsn:Lorg/objectweb/asm/tree/AbstractInsnNode;
            getfield org.objectweb.asm.tree.AbstractInsnNode.previousInsn:Lorg/objectweb/asm/tree/AbstractInsnNode;
            putfield org.objectweb.asm.tree.InsnList$InsnListIterator.previousInsn:Lorg/objectweb/asm/tree/AbstractInsnNode;
         5: .line 524
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.InsnList$InsnListIterator.this$0:Lorg/objectweb/asm/tree/InsnList;
            aload 0 /* this */
            getfield org.objectweb.asm.tree.InsnList$InsnListIterator.remove:Lorg/objectweb/asm/tree/AbstractInsnNode;
            invokevirtual org.objectweb.asm.tree.InsnList.remove:(Lorg/objectweb/asm/tree/AbstractInsnNode;)V
         6: .line 525
            aload 0 /* this */
            aconst_null
            putfield org.objectweb.asm.tree.InsnList$InsnListIterator.remove:Lorg/objectweb/asm/tree/AbstractInsnNode;
         7: .line 526
            goto 9
         8: .line 527
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         9: .line 529
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.objectweb.asm.tree.InsnList$InsnListIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/objectweb/asm/tree/InsnList$InsnListIterator;

  public boolean hasPrevious();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.objectweb.asm.tree.InsnList$InsnListIterator this
         0: .line 533
            aload 0 /* this */
            getfield org.objectweb.asm.tree.InsnList$InsnListIterator.previousInsn:Lorg/objectweb/asm/tree/AbstractInsnNode;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.objectweb.asm.tree.InsnList$InsnListIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/objectweb/asm/tree/InsnList$InsnListIterator;

  public java.lang.Object previous();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.objectweb.asm.tree.InsnList$InsnListIterator this
         0: .line 538
            aload 0 /* this */
            getfield org.objectweb.asm.tree.InsnList$InsnListIterator.previousInsn:Lorg/objectweb/asm/tree/AbstractInsnNode;
            ifnonnull 2
         1: .line 539
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 541
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.InsnList$InsnListIterator.previousInsn:Lorg/objectweb/asm/tree/AbstractInsnNode;
            astore 1 /* result */
        start local 1 // org.objectweb.asm.tree.AbstractInsnNode result
         3: .line 542
            aload 0 /* this */
            aload 1 /* result */
            putfield org.objectweb.asm.tree.InsnList$InsnListIterator.nextInsn:Lorg/objectweb/asm/tree/AbstractInsnNode;
         4: .line 543
            aload 0 /* this */
            aload 1 /* result */
            getfield org.objectweb.asm.tree.AbstractInsnNode.previousInsn:Lorg/objectweb/asm/tree/AbstractInsnNode;
            putfield org.objectweb.asm.tree.InsnList$InsnListIterator.previousInsn:Lorg/objectweb/asm/tree/AbstractInsnNode;
         5: .line 544
            aload 0 /* this */
            aload 1 /* result */
            putfield org.objectweb.asm.tree.InsnList$InsnListIterator.remove:Lorg/objectweb/asm/tree/AbstractInsnNode;
         6: .line 545
            aload 1 /* result */
            areturn
        end local 1 // org.objectweb.asm.tree.AbstractInsnNode result
        end local 0 // org.objectweb.asm.tree.InsnList$InsnListIterator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/objectweb/asm/tree/InsnList$InsnListIterator;
            3    7     1  result  Lorg/objectweb/asm/tree/AbstractInsnNode;

  public int nextIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.objectweb.asm.tree.InsnList$InsnListIterator this
         0: .line 550
            aload 0 /* this */
            getfield org.objectweb.asm.tree.InsnList$InsnListIterator.nextInsn:Lorg/objectweb/asm/tree/AbstractInsnNode;
            ifnonnull 2
         1: .line 551
            aload 0 /* this */
            getfield org.objectweb.asm.tree.InsnList$InsnListIterator.this$0:Lorg/objectweb/asm/tree/InsnList;
            invokevirtual org.objectweb.asm.tree.InsnList.size:()I
            ireturn
         2: .line 553
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.InsnList$InsnListIterator.this$0:Lorg/objectweb/asm/tree/InsnList;
            getfield org.objectweb.asm.tree.InsnList.cache:[Lorg/objectweb/asm/tree/AbstractInsnNode;
            ifnonnull 4
         3: .line 554
            aload 0 /* this */
            getfield org.objectweb.asm.tree.InsnList$InsnListIterator.this$0:Lorg/objectweb/asm/tree/InsnList;
            aload 0 /* this */
            getfield org.objectweb.asm.tree.InsnList$InsnListIterator.this$0:Lorg/objectweb/asm/tree/InsnList;
            invokevirtual org.objectweb.asm.tree.InsnList.toArray:()[Lorg/objectweb/asm/tree/AbstractInsnNode;
            putfield org.objectweb.asm.tree.InsnList.cache:[Lorg/objectweb/asm/tree/AbstractInsnNode;
         4: .line 556
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.InsnList$InsnListIterator.nextInsn:Lorg/objectweb/asm/tree/AbstractInsnNode;
            getfield org.objectweb.asm.tree.AbstractInsnNode.index:I
            ireturn
        end local 0 // org.objectweb.asm.tree.InsnList$InsnListIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/objectweb/asm/tree/InsnList$InsnListIterator;

  public int previousIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.objectweb.asm.tree.InsnList$InsnListIterator this
         0: .line 561
            aload 0 /* this */
            getfield org.objectweb.asm.tree.InsnList$InsnListIterator.previousInsn:Lorg/objectweb/asm/tree/AbstractInsnNode;
            ifnonnull 2
         1: .line 562
            iconst_m1
            ireturn
         2: .line 564
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.InsnList$InsnListIterator.this$0:Lorg/objectweb/asm/tree/InsnList;
            getfield org.objectweb.asm.tree.InsnList.cache:[Lorg/objectweb/asm/tree/AbstractInsnNode;
            ifnonnull 4
         3: .line 565
            aload 0 /* this */
            getfield org.objectweb.asm.tree.InsnList$InsnListIterator.this$0:Lorg/objectweb/asm/tree/InsnList;
            aload 0 /* this */
            getfield org.objectweb.asm.tree.InsnList$InsnListIterator.this$0:Lorg/objectweb/asm/tree/InsnList;
            invokevirtual org.objectweb.asm.tree.InsnList.toArray:()[Lorg/objectweb/asm/tree/AbstractInsnNode;
            putfield org.objectweb.asm.tree.InsnList.cache:[Lorg/objectweb/asm/tree/AbstractInsnNode;
         4: .line 567
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.InsnList$InsnListIterator.previousInsn:Lorg/objectweb/asm/tree/AbstractInsnNode;
            getfield org.objectweb.asm.tree.AbstractInsnNode.index:I
            ireturn
        end local 0 // org.objectweb.asm.tree.InsnList$InsnListIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/objectweb/asm/tree/InsnList$InsnListIterator;

  public void add(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.objectweb.asm.tree.InsnList$InsnListIterator this
        start local 1 // java.lang.Object o
         0: .line 572
            aload 0 /* this */
            getfield org.objectweb.asm.tree.InsnList$InsnListIterator.nextInsn:Lorg/objectweb/asm/tree/AbstractInsnNode;
            ifnull 3
         1: .line 573
            aload 0 /* this */
            getfield org.objectweb.asm.tree.InsnList$InsnListIterator.this$0:Lorg/objectweb/asm/tree/InsnList;
            aload 0 /* this */
            getfield org.objectweb.asm.tree.InsnList$InsnListIterator.nextInsn:Lorg/objectweb/asm/tree/AbstractInsnNode;
            aload 1 /* o */
            checkcast org.objectweb.asm.tree.AbstractInsnNode
            invokevirtual org.objectweb.asm.tree.InsnList.insertBefore:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/AbstractInsnNode;)V
         2: .line 574
            goto 7
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield org.objectweb.asm.tree.InsnList$InsnListIterator.previousInsn:Lorg/objectweb/asm/tree/AbstractInsnNode;
            ifnull 6
         4: .line 575
            aload 0 /* this */
            getfield org.objectweb.asm.tree.InsnList$InsnListIterator.this$0:Lorg/objectweb/asm/tree/InsnList;
            aload 0 /* this */
            getfield org.objectweb.asm.tree.InsnList$InsnListIterator.previousInsn:Lorg/objectweb/asm/tree/AbstractInsnNode;
            aload 1 /* o */
            checkcast org.objectweb.asm.tree.AbstractInsnNode
            invokevirtual org.objectweb.asm.tree.InsnList.insert:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/AbstractInsnNode;)V
         5: .line 576
            goto 7
         6: .line 577
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.InsnList$InsnListIterator.this$0:Lorg/objectweb/asm/tree/InsnList;
            aload 1 /* o */
            checkcast org.objectweb.asm.tree.AbstractInsnNode
            invokevirtual org.objectweb.asm.tree.InsnList.add:(Lorg/objectweb/asm/tree/AbstractInsnNode;)V
         7: .line 579
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* o */
            checkcast org.objectweb.asm.tree.AbstractInsnNode
            putfield org.objectweb.asm.tree.InsnList$InsnListIterator.previousInsn:Lorg/objectweb/asm/tree/AbstractInsnNode;
         8: .line 580
            aload 0 /* this */
            aconst_null
            putfield org.objectweb.asm.tree.InsnList$InsnListIterator.remove:Lorg/objectweb/asm/tree/AbstractInsnNode;
         9: .line 581
            return
        end local 1 // java.lang.Object o
        end local 0 // org.objectweb.asm.tree.InsnList$InsnListIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/objectweb/asm/tree/InsnList$InsnListIterator;
            0   10     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     final

  public void set(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.objectweb.asm.tree.InsnList$InsnListIterator this
        start local 1 // java.lang.Object o
         0: .line 585
            aload 0 /* this */
            getfield org.objectweb.asm.tree.InsnList$InsnListIterator.remove:Lorg/objectweb/asm/tree/AbstractInsnNode;
            ifnull 7
         1: .line 586
            aload 0 /* this */
            getfield org.objectweb.asm.tree.InsnList$InsnListIterator.this$0:Lorg/objectweb/asm/tree/InsnList;
            aload 0 /* this */
            getfield org.objectweb.asm.tree.InsnList$InsnListIterator.remove:Lorg/objectweb/asm/tree/AbstractInsnNode;
            aload 1 /* o */
            checkcast org.objectweb.asm.tree.AbstractInsnNode
            invokevirtual org.objectweb.asm.tree.InsnList.set:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/AbstractInsnNode;)V
         2: .line 587
            aload 0 /* this */
            getfield org.objectweb.asm.tree.InsnList$InsnListIterator.remove:Lorg/objectweb/asm/tree/AbstractInsnNode;
            aload 0 /* this */
            getfield org.objectweb.asm.tree.InsnList$InsnListIterator.previousInsn:Lorg/objectweb/asm/tree/AbstractInsnNode;
            if_acmpne 5
         3: .line 588
            aload 0 /* this */
            aload 1 /* o */
            checkcast org.objectweb.asm.tree.AbstractInsnNode
            putfield org.objectweb.asm.tree.InsnList$InsnListIterator.previousInsn:Lorg/objectweb/asm/tree/AbstractInsnNode;
         4: .line 589
            goto 8
         5: .line 590
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* o */
            checkcast org.objectweb.asm.tree.AbstractInsnNode
            putfield org.objectweb.asm.tree.InsnList$InsnListIterator.nextInsn:Lorg/objectweb/asm/tree/AbstractInsnNode;
         6: .line 592
            goto 8
         7: .line 593
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         8: .line 595
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object o
        end local 0 // org.objectweb.asm.tree.InsnList$InsnListIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/objectweb/asm/tree/InsnList$InsnListIterator;
            0    9     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     final
}
SourceFile: "InsnList.java"
NestHost: org.objectweb.asm.tree.InsnList
InnerClasses:
  private final InsnListIterator = org.objectweb.asm.tree.InsnList$InsnListIterator of org.objectweb.asm.tree.InsnList