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 next;
    descriptor: Lorg/objectweb/asm/tree/AbstractInsnNode;
    flags: (0x0000) 

  org.objectweb.asm.tree.AbstractInsnNode prev;
    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 530
            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 531
            iload 2 /* index */
            aload 1
            invokevirtual org.objectweb.asm.tree.InsnList.size:()I
            if_icmpne 5
         2: .line 532
            aload 0 /* this */
            aconst_null
            putfield org.objectweb.asm.tree.InsnList$InsnListIterator.next:Lorg/objectweb/asm/tree/AbstractInsnNode;
         3: .line 533
            aload 0 /* this */
            aload 1
            invokevirtual org.objectweb.asm.tree.InsnList.getLast:()Lorg/objectweb/asm/tree/AbstractInsnNode;
            putfield org.objectweb.asm.tree.InsnList$InsnListIterator.prev:Lorg/objectweb/asm/tree/AbstractInsnNode;
         4: .line 534
            goto 7
         5: .line 535
      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.next:Lorg/objectweb/asm/tree/AbstractInsnNode;
         6: .line 536
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.InsnList$InsnListIterator.next:Lorg/objectweb/asm/tree/AbstractInsnNode;
            getfield org.objectweb.asm.tree.AbstractInsnNode.prev:Lorg/objectweb/asm/tree/AbstractInsnNode;
            putfield org.objectweb.asm.tree.InsnList$InsnListIterator.prev:Lorg/objectweb/asm/tree/AbstractInsnNode;
         7: .line 538
      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   

  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 541
            aload 0 /* this */
            getfield org.objectweb.asm.tree.InsnList$InsnListIterator.next: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 545
            aload 0 /* this */
            getfield org.objectweb.asm.tree.InsnList$InsnListIterator.next:Lorg/objectweb/asm/tree/AbstractInsnNode;
            ifnonnull 2
         1: .line 546
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 548
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.InsnList$InsnListIterator.next:Lorg/objectweb/asm/tree/AbstractInsnNode;
            astore 1 /* result */
        start local 1 // org.objectweb.asm.tree.AbstractInsnNode result
         3: .line 549
            aload 0 /* this */
            aload 1 /* result */
            putfield org.objectweb.asm.tree.InsnList$InsnListIterator.prev:Lorg/objectweb/asm/tree/AbstractInsnNode;
         4: .line 550
            aload 0 /* this */
            aload 1 /* result */
            getfield org.objectweb.asm.tree.AbstractInsnNode.next:Lorg/objectweb/asm/tree/AbstractInsnNode;
            putfield org.objectweb.asm.tree.InsnList$InsnListIterator.next:Lorg/objectweb/asm/tree/AbstractInsnNode;
         5: .line 551
            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    6     0    this  Lorg/objectweb/asm/tree/InsnList$InsnListIterator;
            3    6     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 555
            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.prev:Lorg/objectweb/asm/tree/AbstractInsnNode;
            invokevirtual org.objectweb.asm.tree.InsnList.remove:(Lorg/objectweb/asm/tree/AbstractInsnNode;)V
         1: .line 556
            aload 0 /* this */
            aload 0 /* this */
            getfield org.objectweb.asm.tree.InsnList$InsnListIterator.prev:Lorg/objectweb/asm/tree/AbstractInsnNode;
            getfield org.objectweb.asm.tree.AbstractInsnNode.prev:Lorg/objectweb/asm/tree/AbstractInsnNode;
            putfield org.objectweb.asm.tree.InsnList$InsnListIterator.prev:Lorg/objectweb/asm/tree/AbstractInsnNode;
         2: .line 557
            return
        end local 0 // org.objectweb.asm.tree.InsnList$InsnListIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     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 560
            aload 0 /* this */
            getfield org.objectweb.asm.tree.InsnList$InsnListIterator.prev: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 564
            aload 0 /* this */
            getfield org.objectweb.asm.tree.InsnList$InsnListIterator.prev:Lorg/objectweb/asm/tree/AbstractInsnNode;
            astore 1 /* result */
        start local 1 // org.objectweb.asm.tree.AbstractInsnNode result
         1: .line 565
            aload 0 /* this */
            aload 1 /* result */
            putfield org.objectweb.asm.tree.InsnList$InsnListIterator.next:Lorg/objectweb/asm/tree/AbstractInsnNode;
         2: .line 566
            aload 0 /* this */
            aload 1 /* result */
            getfield org.objectweb.asm.tree.AbstractInsnNode.prev:Lorg/objectweb/asm/tree/AbstractInsnNode;
            putfield org.objectweb.asm.tree.InsnList$InsnListIterator.prev:Lorg/objectweb/asm/tree/AbstractInsnNode;
         3: .line 567
            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    4     0    this  Lorg/objectweb/asm/tree/InsnList$InsnListIterator;
            1    4     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 571
            aload 0 /* this */
            getfield org.objectweb.asm.tree.InsnList$InsnListIterator.next:Lorg/objectweb/asm/tree/AbstractInsnNode;
            ifnonnull 2
         1: .line 572
            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 574
      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 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.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 577
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.InsnList$InsnListIterator.next: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 581
            aload 0 /* this */
            getfield org.objectweb.asm.tree.InsnList$InsnListIterator.prev:Lorg/objectweb/asm/tree/AbstractInsnNode;
            ifnonnull 2
         1: .line 582
            iconst_m1
            ireturn
         2: .line 584
      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 585
            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 587
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.InsnList$InsnListIterator.prev: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 591
            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.next: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
         1: .line 592
            aload 0 /* this */
            aload 1 /* o */
            checkcast org.objectweb.asm.tree.AbstractInsnNode
            putfield org.objectweb.asm.tree.InsnList$InsnListIterator.prev:Lorg/objectweb/asm/tree/AbstractInsnNode;
         2: .line 593
            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    3     0  this  Lorg/objectweb/asm/tree/InsnList$InsnListIterator;
            0    3     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  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 596
            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.next:Lorg/objectweb/asm/tree/AbstractInsnNode;
            getfield org.objectweb.asm.tree.AbstractInsnNode.prev: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
         1: .line 597
            aload 0 /* this */
            aload 1 /* o */
            checkcast org.objectweb.asm.tree.AbstractInsnNode
            putfield org.objectweb.asm.tree.InsnList$InsnListIterator.prev:Lorg/objectweb/asm/tree/AbstractInsnNode;
         2: .line 598
            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    3     0  this  Lorg/objectweb/asm/tree/InsnList$InsnListIterator;
            0    3     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     
}
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