public class org.jruby.ast.DefnNode extends org.jruby.ast.MethodDefNode implements org.jruby.ast.types.INameNode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.ast.DefnNode
  super_class: org.jruby.ast.MethodDefNode
{
  public void <init>(org.jruby.lexer.yacc.ISourcePosition, org.jruby.RubySymbol, org.jruby.ast.ArgsNode, org.jruby.parser.StaticScope, org.jruby.ast.Node, int);
    descriptor: (Lorg/jruby/lexer/yacc/ISourcePosition;Lorg/jruby/RubySymbol;Lorg/jruby/ast/ArgsNode;Lorg/jruby/parser/StaticScope;Lorg/jruby/ast/Node;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // org.jruby.ast.DefnNode this
        start local 1 // org.jruby.lexer.yacc.ISourcePosition position
        start local 2 // org.jruby.RubySymbol name
        start local 3 // org.jruby.ast.ArgsNode argsNode
        start local 4 // org.jruby.parser.StaticScope scope
        start local 5 // org.jruby.ast.Node bodyNode
        start local 6 // int endLine
         0: .line 50
            aload 0 /* this */
            aload 1 /* position */
            aload 2 /* name */
            aload 3 /* argsNode */
            aload 4 /* scope */
            aload 5 /* bodyNode */
            iload 6 /* endLine */
            invokespecial org.jruby.ast.MethodDefNode.<init>:(Lorg/jruby/lexer/yacc/ISourcePosition;Lorg/jruby/RubySymbol;Lorg/jruby/ast/ArgsNode;Lorg/jruby/parser/StaticScope;Lorg/jruby/ast/Node;I)V
         1: .line 51
            return
        end local 6 // int endLine
        end local 5 // org.jruby.ast.Node bodyNode
        end local 4 // org.jruby.parser.StaticScope scope
        end local 3 // org.jruby.ast.ArgsNode argsNode
        end local 2 // org.jruby.RubySymbol name
        end local 1 // org.jruby.lexer.yacc.ISourcePosition position
        end local 0 // org.jruby.ast.DefnNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/jruby/ast/DefnNode;
            0    2     1  position  Lorg/jruby/lexer/yacc/ISourcePosition;
            0    2     2      name  Lorg/jruby/RubySymbol;
            0    2     3  argsNode  Lorg/jruby/ast/ArgsNode;
            0    2     4     scope  Lorg/jruby/parser/StaticScope;
            0    2     5  bodyNode  Lorg/jruby/ast/Node;
            0    2     6   endLine  I
    MethodParameters:
          Name  Flags
      position  
      name      
      argsNode  
      scope     
      bodyNode  
      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.DefnNode this
         0: .line 54
            getstatic org.jruby.ast.NodeType.DEFNNODE:Lorg/jruby/ast/NodeType;
            areturn
        end local 0 // org.jruby.ast.DefnNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/DefnNode;

  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.DefnNode this
        start local 1 // org.jruby.ast.visitor.NodeVisitor iVisitor
         0: .line 58
            aload 1 /* iVisitor */
            aload 0 /* this */
            invokeinterface org.jruby.ast.visitor.NodeVisitor.visitDefnNode:(Lorg/jruby/ast/DefnNode;)Ljava/lang/Object;
            areturn
        end local 1 // org.jruby.ast.visitor.NodeVisitor iVisitor
        end local 0 // org.jruby.ast.DefnNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jruby/ast/DefnNode;
            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 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.DefnNode this
         0: .line 62
            aload 0 /* this */
            getfield org.jruby.ast.DefnNode.argsNode:Lorg/jruby/ast/ArgsNode;
            aload 0 /* this */
            getfield org.jruby.ast.DefnNode.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.DefnNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/DefnNode;
    Signature: ()Ljava/util/List<Lorg/jruby/ast/Node;>;
}
SourceFile: "DefnNode.java"