final class org.glassfish.pfl.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.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator
  super_class: java.lang.Object
{
  org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode next;
    descriptor: Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
    flags: (0x0000) 

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

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

  void <init>(org.glassfish.pfl.objectweb.asm.tree.InsnList, int);
    descriptor: (Lorg/glassfish/pfl/objectweb/asm/tree/InsnList;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator this
        start local 2 // int index
         0: .line 569
            aload 0 /* this */
            aload 1
            putfield org.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator.this$0:Lorg/glassfish/pfl/objectweb/asm/tree/InsnList;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 570
            iload 2 /* index */
            aload 1
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.InsnList.size:()I
            if_icmpne 5
         2: .line 571
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator.next:Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
         3: .line 572
            aload 0 /* this */
            aload 1
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.InsnList.getLast:()Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
            putfield org.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator.prev:Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
         4: .line 573
            goto 7
         5: .line 574
      StackMap locals: org.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator org.glassfish.pfl.objectweb.asm.tree.InsnList int
      StackMap stack:
            aload 0 /* this */
            aload 1
            iload 2 /* index */
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.InsnList.get:(I)Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
            putfield org.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator.next:Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
         6: .line 575
            aload 0 /* this */
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator.next:Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
            getfield org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode.prev:Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
            putfield org.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator.prev:Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
         7: .line 577
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int index
        end local 0 // org.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lorg/glassfish/pfl/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.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator this
         0: .line 580
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator.next:Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/pfl/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.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator this
         0: .line 584
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator.next:Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
            ifnonnull 2
         1: .line 585
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 587
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator.next:Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
            astore 1 /* result */
        start local 1 // org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode result
         3: .line 588
            aload 0 /* this */
            aload 1 /* result */
            putfield org.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator.prev:Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
         4: .line 589
            aload 0 /* this */
            aload 1 /* result */
            getfield org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode.next:Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
            putfield org.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator.next:Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
         5: .line 590
            aload 1 /* result */
            areturn
        end local 1 // org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode result
        end local 0 // org.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/glassfish/pfl/objectweb/asm/tree/InsnList$InsnListIterator;
            3    6     1  result  Lorg/glassfish/pfl/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.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator this
         0: .line 594
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator.this$0:Lorg/glassfish/pfl/objectweb/asm/tree/InsnList;
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator.prev:Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.InsnList.remove:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;)V
         1: .line 595
            aload 0 /* this */
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator.prev:Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
            getfield org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode.prev:Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
            putfield org.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator.prev:Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
         2: .line 596
            return
        end local 0 // org.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/glassfish/pfl/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.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator this
         0: .line 599
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator.prev:Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/pfl/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.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator this
         0: .line 603
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator.prev:Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
            astore 1 /* result */
        start local 1 // org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode result
         1: .line 604
            aload 0 /* this */
            aload 1 /* result */
            putfield org.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator.next:Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
         2: .line 605
            aload 0 /* this */
            aload 1 /* result */
            getfield org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode.prev:Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
            putfield org.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator.prev:Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
         3: .line 606
            aload 1 /* result */
            areturn
        end local 1 // org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode result
        end local 0 // org.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/glassfish/pfl/objectweb/asm/tree/InsnList$InsnListIterator;
            1    4     1  result  Lorg/glassfish/pfl/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.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator this
         0: .line 610
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator.next:Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
            ifnonnull 2
         1: .line 611
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator.this$0:Lorg/glassfish/pfl/objectweb/asm/tree/InsnList;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.InsnList.size:()I
            ireturn
         2: .line 613
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator.this$0:Lorg/glassfish/pfl/objectweb/asm/tree/InsnList;
            getfield org.glassfish.pfl.objectweb.asm.tree.InsnList.cache:[Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
            ifnonnull 4
         3: .line 614
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator.this$0:Lorg/glassfish/pfl/objectweb/asm/tree/InsnList;
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator.this$0:Lorg/glassfish/pfl/objectweb/asm/tree/InsnList;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.InsnList.toArray:()[Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
            putfield org.glassfish.pfl.objectweb.asm.tree.InsnList.cache:[Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
         4: .line 616
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator.next:Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
            getfield org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode.index:I
            ireturn
        end local 0 // org.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/glassfish/pfl/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.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator this
         0: .line 620
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator.prev:Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
            ifnonnull 2
         1: .line 621
            iconst_m1
            ireturn
         2: .line 623
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator.this$0:Lorg/glassfish/pfl/objectweb/asm/tree/InsnList;
            getfield org.glassfish.pfl.objectweb.asm.tree.InsnList.cache:[Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
            ifnonnull 4
         3: .line 624
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator.this$0:Lorg/glassfish/pfl/objectweb/asm/tree/InsnList;
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator.this$0:Lorg/glassfish/pfl/objectweb/asm/tree/InsnList;
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.InsnList.toArray:()[Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
            putfield org.glassfish.pfl.objectweb.asm.tree.InsnList.cache:[Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
         4: .line 626
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator.prev:Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
            getfield org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode.index:I
            ireturn
        end local 0 // org.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/glassfish/pfl/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.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator this
        start local 1 // java.lang.Object o
         0: .line 630
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator.this$0:Lorg/glassfish/pfl/objectweb/asm/tree/InsnList;
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator.next:Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
            aload 1 /* o */
            checkcast org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.InsnList.insertBefore:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;)V
         1: .line 631
            aload 0 /* this */
            aload 1 /* o */
            checkcast org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode
            putfield org.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator.prev:Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
         2: .line 632
            return
        end local 1 // java.lang.Object o
        end local 0 // org.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/glassfish/pfl/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.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator this
        start local 1 // java.lang.Object o
         0: .line 635
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator.this$0:Lorg/glassfish/pfl/objectweb/asm/tree/InsnList;
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator.next:Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
            getfield org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode.prev:Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
            aload 1 /* o */
            checkcast org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode
            invokevirtual org.glassfish.pfl.objectweb.asm.tree.InsnList.set:(Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;)V
         1: .line 636
            aload 0 /* this */
            aload 1 /* o */
            checkcast org.glassfish.pfl.objectweb.asm.tree.AbstractInsnNode
            putfield org.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator.prev:Lorg/glassfish/pfl/objectweb/asm/tree/AbstractInsnNode;
         2: .line 637
            return
        end local 1 // java.lang.Object o
        end local 0 // org.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/glassfish/pfl/objectweb/asm/tree/InsnList$InsnListIterator;
            0    3     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     
}
SourceFile: "InsnList.java"
NestHost: org.glassfish.pfl.objectweb.asm.tree.InsnList
InnerClasses:
  private final InsnListIterator = org.glassfish.pfl.objectweb.asm.tree.InsnList$InsnListIterator of org.glassfish.pfl.objectweb.asm.tree.InsnList