public class org.jruby.ast.PreExeNode extends org.jruby.ast.IterNode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.ast.PreExeNode
  super_class: org.jruby.ast.IterNode
{
  public void <init>(org.jruby.lexer.yacc.ISourcePosition, org.jruby.parser.StaticScope, org.jruby.ast.Node, int);
    descriptor: (Lorg/jruby/lexer/yacc/ISourcePosition;Lorg/jruby/parser/StaticScope;Lorg/jruby/ast/Node;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=12, locals=5, args_size=5
        start local 0 // org.jruby.ast.PreExeNode this
        start local 1 // org.jruby.lexer.yacc.ISourcePosition position
        start local 2 // org.jruby.parser.StaticScope scope
        start local 3 // org.jruby.ast.Node body
        start local 4 // int endLine
         0: .line 41
            aload 0 /* this */
            aload 1 /* position */
            new org.jruby.ast.ArgsNode
            dup
            aload 1 /* position */
            aconst_null
            aconst_null
            aconst_null
            aconst_null
            aconst_null
            aconst_null
            aconst_null
            invokespecial org.jruby.ast.ArgsNode.<init>:(Lorg/jruby/lexer/yacc/ISourcePosition;Lorg/jruby/ast/ListNode;Lorg/jruby/ast/ListNode;Lorg/jruby/ast/RestArgNode;Lorg/jruby/ast/ListNode;Lorg/jruby/ast/ListNode;Lorg/jruby/ast/KeywordRestArgNode;Lorg/jruby/ast/BlockArgNode;)V
            aload 3 /* body */
            aload 2 /* scope */
            iload 4 /* endLine */
            invokespecial org.jruby.ast.IterNode.<init>:(Lorg/jruby/lexer/yacc/ISourcePosition;Lorg/jruby/ast/ArgsNode;Lorg/jruby/ast/Node;Lorg/jruby/parser/StaticScope;I)V
         1: .line 42
            return
        end local 4 // int endLine
        end local 3 // org.jruby.ast.Node body
        end local 2 // org.jruby.parser.StaticScope scope
        end local 1 // org.jruby.lexer.yacc.ISourcePosition position
        end local 0 // org.jruby.ast.PreExeNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/jruby/ast/PreExeNode;
            0    2     1  position  Lorg/jruby/lexer/yacc/ISourcePosition;
            0    2     2     scope  Lorg/jruby/parser/StaticScope;
            0    2     3      body  Lorg/jruby/ast/Node;
            0    2     4   endLine  I
    MethodParameters:
          Name  Flags
      position  
      scope     
      body      
      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.PreExeNode this
         0: .line 46
            getstatic org.jruby.ast.NodeType.PREEXENODE:Lorg/jruby/ast/NodeType;
            areturn
        end local 0 // org.jruby.ast.PreExeNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/PreExeNode;

  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.PreExeNode this
        start local 1 // org.jruby.ast.visitor.NodeVisitor iVisitor
         0: .line 51
            aload 1 /* iVisitor */
            aload 0 /* this */
            invokeinterface org.jruby.ast.visitor.NodeVisitor.visitPreExeNode:(Lorg/jruby/ast/PreExeNode;)Ljava/lang/Object;
            areturn
        end local 1 // org.jruby.ast.visitor.NodeVisitor iVisitor
        end local 0 // org.jruby.ast.PreExeNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jruby/ast/PreExeNode;
            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  
}
SourceFile: "PreExeNode.java"