public class org.jruby.ast.IterNode extends org.jruby.ast.Node implements org.jruby.ast.DefNode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.ast.IterNode
  super_class: org.jruby.ast.Node
{
  private final org.jruby.ast.Node varNode;
    descriptor: Lorg/jruby/ast/Node;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.jruby.ast.Node bodyNode;
    descriptor: Lorg/jruby/ast/Node;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.jruby.parser.StaticScope scope;
    descriptor: Lorg/jruby/parser/StaticScope;
    flags: (0x0002) ACC_PRIVATE

  private int endLine;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.jruby.lexer.yacc.ISourcePosition, org.jruby.ast.Node, org.jruby.parser.StaticScope, org.jruby.ast.Node, int);
    descriptor: (Lorg/jruby/lexer/yacc/ISourcePosition;Lorg/jruby/ast/Node;Lorg/jruby/parser/StaticScope;Lorg/jruby/ast/Node;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // org.jruby.ast.IterNode this
        start local 1 // org.jruby.lexer.yacc.ISourcePosition position
        start local 2 // org.jruby.ast.Node args
        start local 3 // org.jruby.parser.StaticScope scope
        start local 4 // org.jruby.ast.Node body
        start local 5 // int endLine
         0: .line 57
            aload 0 /* this */
            aload 1 /* position */
            aload 2 /* args */
            ifnull 1
            aload 2 /* args */
            getfield org.jruby.ast.Node.containsVariableAssignment:Z
            ifne 3
      StackMap locals: uninitialized-this org.jruby.lexer.yacc.ISourcePosition org.jruby.ast.Node org.jruby.parser.StaticScope org.jruby.ast.Node int
      StackMap stack: uninitialized-this org.jruby.lexer.yacc.ISourcePosition
         1: aload 4 /* body */
            ifnull 2
            aload 4 /* body */
            getfield org.jruby.ast.Node.containsVariableAssignment:Z
            ifne 3
      StackMap locals: uninitialized-this org.jruby.lexer.yacc.ISourcePosition org.jruby.ast.Node org.jruby.parser.StaticScope org.jruby.ast.Node int
      StackMap stack: uninitialized-this org.jruby.lexer.yacc.ISourcePosition
         2: iconst_0
            goto 4
      StackMap locals: uninitialized-this org.jruby.lexer.yacc.ISourcePosition org.jruby.ast.Node org.jruby.parser.StaticScope org.jruby.ast.Node int
      StackMap stack: uninitialized-this org.jruby.lexer.yacc.ISourcePosition
         3: iconst_1
      StackMap locals: uninitialized-this org.jruby.lexer.yacc.ISourcePosition org.jruby.ast.Node org.jruby.parser.StaticScope org.jruby.ast.Node int
      StackMap stack: uninitialized-this org.jruby.lexer.yacc.ISourcePosition int
         4: invokespecial org.jruby.ast.Node.<init>:(Lorg/jruby/lexer/yacc/ISourcePosition;Z)V
         5: .line 59
            aload 0 /* this */
            aload 2 /* args */
            putfield org.jruby.ast.IterNode.varNode:Lorg/jruby/ast/Node;
         6: .line 60
            aload 0 /* this */
            aload 3 /* scope */
            putfield org.jruby.ast.IterNode.scope:Lorg/jruby/parser/StaticScope;
         7: .line 61
            aload 0 /* this */
            aload 4 /* body */
            putfield org.jruby.ast.IterNode.bodyNode:Lorg/jruby/ast/Node;
         8: .line 62
            aload 0 /* this */
            iload 5 /* endLine */
            putfield org.jruby.ast.IterNode.endLine:I
         9: .line 63
            return
        end local 5 // int endLine
        end local 4 // org.jruby.ast.Node body
        end local 3 // org.jruby.parser.StaticScope scope
        end local 2 // org.jruby.ast.Node args
        end local 1 // org.jruby.lexer.yacc.ISourcePosition position
        end local 0 // org.jruby.ast.IterNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Lorg/jruby/ast/IterNode;
            0   10     1  position  Lorg/jruby/lexer/yacc/ISourcePosition;
            0   10     2      args  Lorg/jruby/ast/Node;
            0   10     3     scope  Lorg/jruby/parser/StaticScope;
            0   10     4      body  Lorg/jruby/ast/Node;
            0   10     5   endLine  I
    MethodParameters:
          Name  Flags
      position  
      args      
      scope     
      body      
      endLine   

  public void <init>(org.jruby.lexer.yacc.ISourcePosition, org.jruby.ast.ArgsNode, org.jruby.ast.Node, org.jruby.parser.StaticScope, int);
    descriptor: (Lorg/jruby/lexer/yacc/ISourcePosition;Lorg/jruby/ast/ArgsNode;Lorg/jruby/ast/Node;Lorg/jruby/parser/StaticScope;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // org.jruby.ast.IterNode this
        start local 1 // org.jruby.lexer.yacc.ISourcePosition position
        start local 2 // org.jruby.ast.ArgsNode args
        start local 3 // org.jruby.ast.Node body
        start local 4 // org.jruby.parser.StaticScope scope
        start local 5 // int endLine
         0: .line 69
            aload 0 /* this */
            aload 1 /* position */
            aload 2 /* args */
            ifnull 1
            aload 2 /* args */
            getfield org.jruby.ast.ArgsNode.containsVariableAssignment:Z
            ifne 3
      StackMap locals: uninitialized-this org.jruby.lexer.yacc.ISourcePosition org.jruby.ast.ArgsNode org.jruby.ast.Node org.jruby.parser.StaticScope int
      StackMap stack: uninitialized-this org.jruby.lexer.yacc.ISourcePosition
         1: aload 3 /* body */
            ifnull 2
            aload 3 /* body */
            getfield org.jruby.ast.Node.containsVariableAssignment:Z
            ifne 3
      StackMap locals: uninitialized-this org.jruby.lexer.yacc.ISourcePosition org.jruby.ast.ArgsNode org.jruby.ast.Node org.jruby.parser.StaticScope int
      StackMap stack: uninitialized-this org.jruby.lexer.yacc.ISourcePosition
         2: iconst_0
            goto 4
      StackMap locals: uninitialized-this org.jruby.lexer.yacc.ISourcePosition org.jruby.ast.ArgsNode org.jruby.ast.Node org.jruby.parser.StaticScope int
      StackMap stack: uninitialized-this org.jruby.lexer.yacc.ISourcePosition
         3: iconst_1
      StackMap locals: uninitialized-this org.jruby.lexer.yacc.ISourcePosition org.jruby.ast.ArgsNode org.jruby.ast.Node org.jruby.parser.StaticScope int
      StackMap stack: uninitialized-this org.jruby.lexer.yacc.ISourcePosition int
         4: invokespecial org.jruby.ast.Node.<init>:(Lorg/jruby/lexer/yacc/ISourcePosition;Z)V
         5: .line 71
            aload 0 /* this */
            aload 2 /* args */
            putfield org.jruby.ast.IterNode.varNode:Lorg/jruby/ast/Node;
         6: .line 72
            aload 0 /* this */
            aload 3 /* body */
            ifnonnull 7
            getstatic org.jruby.ast.NilImplicitNode.NIL:Lorg/jruby/ast/NilImplicitNode;
            goto 8
      StackMap locals: org.jruby.ast.IterNode org.jruby.lexer.yacc.ISourcePosition org.jruby.ast.ArgsNode org.jruby.ast.Node org.jruby.parser.StaticScope int
      StackMap stack: org.jruby.ast.IterNode
         7: aload 3 /* body */
      StackMap locals: org.jruby.ast.IterNode org.jruby.lexer.yacc.ISourcePosition org.jruby.ast.ArgsNode org.jruby.ast.Node org.jruby.parser.StaticScope int
      StackMap stack: org.jruby.ast.IterNode org.jruby.ast.Node
         8: putfield org.jruby.ast.IterNode.bodyNode:Lorg/jruby/ast/Node;
         9: .line 73
            aload 0 /* this */
            aload 4 /* scope */
            putfield org.jruby.ast.IterNode.scope:Lorg/jruby/parser/StaticScope;
        10: .line 74
            aload 0 /* this */
            iload 5 /* endLine */
            putfield org.jruby.ast.IterNode.endLine:I
        11: .line 75
            return
        end local 5 // int endLine
        end local 4 // org.jruby.parser.StaticScope scope
        end local 3 // org.jruby.ast.Node body
        end local 2 // org.jruby.ast.ArgsNode args
        end local 1 // org.jruby.lexer.yacc.ISourcePosition position
        end local 0 // org.jruby.ast.IterNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0      this  Lorg/jruby/ast/IterNode;
            0   12     1  position  Lorg/jruby/lexer/yacc/ISourcePosition;
            0   12     2      args  Lorg/jruby/ast/ArgsNode;
            0   12     3      body  Lorg/jruby/ast/Node;
            0   12     4     scope  Lorg/jruby/parser/StaticScope;
            0   12     5   endLine  I
    MethodParameters:
          Name  Flags
      position  
      args      
      body      
      scope     
      endLine   

  public org.jruby.ast.NodeType getNodeType();
    descriptor: ()Lorg/jruby/ast/NodeType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ast.IterNode this
         0: .line 78
            getstatic org.jruby.ast.NodeType.ITERNODE:Lorg/jruby/ast/NodeType;
            areturn
        end local 0 // org.jruby.ast.IterNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/IterNode;

  public <T> T accept(org.jruby.ast.visitor.NodeVisitor<T>);
    descriptor: (Lorg/jruby/ast/visitor/NodeVisitor;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ast.IterNode this
        start local 1 // org.jruby.ast.visitor.NodeVisitor iVisitor
         0: .line 86
            aload 1 /* iVisitor */
            aload 0 /* this */
            invokeinterface org.jruby.ast.visitor.NodeVisitor.visitIterNode:(Lorg/jruby/ast/IterNode;)Ljava/lang/Object;
            areturn
        end local 1 // org.jruby.ast.visitor.NodeVisitor iVisitor
        end local 0 // org.jruby.ast.IterNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jruby/ast/IterNode;
            0    1     1  iVisitor  Lorg/jruby/ast/visitor/NodeVisitor<TT;>;
    Signature: <T:Ljava/lang/Object;>(Lorg/jruby/ast/visitor/NodeVisitor<TT;>;)TT;
    MethodParameters:
          Name  Flags
      iVisitor  

  public org.jruby.ast.ArgsNode getArgsNode();
    descriptor: ()Lorg/jruby/ast/ArgsNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ast.IterNode this
         0: .line 91
            aload 0 /* this */
            getfield org.jruby.ast.IterNode.varNode:Lorg/jruby/ast/Node;
            checkcast org.jruby.ast.ArgsNode
            areturn
        end local 0 // org.jruby.ast.IterNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/IterNode;

  public org.jruby.parser.StaticScope getScope();
    descriptor: ()Lorg/jruby/parser/StaticScope;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ast.IterNode this
         0: .line 95
            aload 0 /* this */
            getfield org.jruby.ast.IterNode.scope:Lorg/jruby/parser/StaticScope;
            areturn
        end local 0 // org.jruby.ast.IterNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/IterNode;

  public org.jruby.ast.Node getBodyNode();
    descriptor: ()Lorg/jruby/ast/Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ast.IterNode this
         0: .line 103
            aload 0 /* this */
            getfield org.jruby.ast.IterNode.bodyNode:Lorg/jruby/ast/Node;
            areturn
        end local 0 // org.jruby.ast.IterNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/IterNode;

  public org.jruby.ast.Node getVarNode();
    descriptor: ()Lorg/jruby/ast/Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ast.IterNode this
         0: .line 111
            aload 0 /* this */
            getfield org.jruby.ast.IterNode.varNode:Lorg/jruby/ast/Node;
            areturn
        end local 0 // org.jruby.ast.IterNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/IterNode;

  public java.util.List<org.jruby.ast.Node> childNodes();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.ast.IterNode this
         0: .line 115
            aload 0 /* this */
            getfield org.jruby.ast.IterNode.varNode:Lorg/jruby/ast/Node;
            aload 0 /* this */
            getfield org.jruby.ast.IterNode.bodyNode:Lorg/jruby/ast/Node;
            invokestatic org.jruby.ast.Node.createList:(Lorg/jruby/ast/Node;Lorg/jruby/ast/Node;)Ljava/util/List;
            areturn
        end local 0 // org.jruby.ast.IterNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/IterNode;
    Signature: ()Ljava/util/List<Lorg/jruby/ast/Node;>;

  public int getEndLine();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ast.IterNode this
         0: .line 119
            aload 0 /* this */
            getfield org.jruby.ast.IterNode.endLine:I
            ireturn
        end local 0 // org.jruby.ast.IterNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/IterNode;
}
SourceFile: "IterNode.java"