class org.jruby.ast.ListNode$1 implements java.util.Iterator<org.jruby.ast.Node>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.ast.ListNode$1
  super_class: java.lang.Object
{
  int i;
    descriptor: I
    flags: (0x0000) 

  final org.jruby.ast.ListNode this$0;
    descriptor: Lorg/jruby/ast/ListNode;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.jruby.ast.ListNode);
    descriptor: (Lorg/jruby/ast/ListNode;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ast.ListNode$1 this
         0: .line 258
            aload 0 /* this */
            aload 1
            putfield org.jruby.ast.ListNode$1.this$0:Lorg/jruby/ast/ListNode;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 259
            aload 0 /* this */
            iconst_0
            putfield org.jruby.ast.ListNode$1.i:I
         2: .line 258
            return
        end local 0 // org.jruby.ast.ListNode$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/ast/ListNode$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.ast.ListNode$1 this
         0: .line 263
            aload 0 /* this */
            getfield org.jruby.ast.ListNode$1.i:I
            aload 0 /* this */
            getfield org.jruby.ast.ListNode$1.this$0:Lorg/jruby/ast/ListNode;
            getfield org.jruby.ast.ListNode.list:[Lorg/jruby/ast/Node;
            arraylength
            if_icmpge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.jruby.ast.ListNode$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/ast/ListNode$1;

  public org.jruby.ast.Node next();
    descriptor: ()Lorg/jruby/ast/Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.jruby.ast.ListNode$1 this
         0: .line 268
            aload 0 /* this */
            getfield org.jruby.ast.ListNode$1.i:I
            aload 0 /* this */
            getfield org.jruby.ast.ListNode$1.this$0:Lorg/jruby/ast/ListNode;
            getfield org.jruby.ast.ListNode.list:[Lorg/jruby/ast/Node;
            arraylength
            if_icmplt 1
            new java.lang.IndexOutOfBoundsException
            dup
            aload 0 /* this */
            getfield org.jruby.ast.ListNode$1.i:I
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         1: .line 269
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.ast.ListNode$1.this$0:Lorg/jruby/ast/ListNode;
            getfield org.jruby.ast.ListNode.list:[Lorg/jruby/ast/Node;
            aload 0 /* this */
            dup
            getfield org.jruby.ast.ListNode$1.i:I
            dup_x1
            iconst_1
            iadd
            putfield org.jruby.ast.ListNode$1.i:I
            aaload
            areturn
        end local 0 // org.jruby.ast.ListNode$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/ast/ListNode$1;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jruby.ast.ListNode$1 this
         0: .line 274
            new java.lang.UnsupportedOperationException
            dup
            ldc "remove"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jruby.ast.ListNode$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/ListNode$1;

  public java.lang.Object next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.jruby.ast.ListNode$1.next:()Lorg/jruby/ast/Node;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Lorg/jruby/ast/Node;>;
SourceFile: "ListNode.java"
EnclosingMethod: org.jruby.ast.ListNode.iterator:()Ljava/util/Iterator;
NestHost: org.jruby.ast.ListNode
InnerClasses:
  org.jruby.ast.ListNode$1