public class org.jruby.ast.BlockArgNode extends org.jruby.ast.Node implements org.jruby.ast.types.INameNode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.ast.BlockArgNode
  super_class: org.jruby.ast.Node
{
  private final int count;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.jruby.RubySymbol name;
    descriptor: Lorg/jruby/RubySymbol;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.jruby.lexer.yacc.ISourcePosition, int, org.jruby.RubySymbol);
    descriptor: (Lorg/jruby/lexer/yacc/ISourcePosition;ILorg/jruby/RubySymbol;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.jruby.ast.BlockArgNode this
        start local 1 // org.jruby.lexer.yacc.ISourcePosition position
        start local 2 // int count
        start local 3 // org.jruby.RubySymbol name
         0: .line 50
            aload 0 /* this */
            aload 1 /* position */
            iconst_0
            invokespecial org.jruby.ast.Node.<init>:(Lorg/jruby/lexer/yacc/ISourcePosition;Z)V
         1: .line 51
            aload 0 /* this */
            iload 2 /* count */
            putfield org.jruby.ast.BlockArgNode.count:I
         2: .line 52
            aload 0 /* this */
            aload 3 /* name */
            putfield org.jruby.ast.BlockArgNode.name:Lorg/jruby/RubySymbol;
         3: .line 53
            return
        end local 3 // org.jruby.RubySymbol name
        end local 2 // int count
        end local 1 // org.jruby.lexer.yacc.ISourcePosition position
        end local 0 // org.jruby.ast.BlockArgNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/jruby/ast/BlockArgNode;
            0    4     1  position  Lorg/jruby/lexer/yacc/ISourcePosition;
            0    4     2     count  I
            0    4     3      name  Lorg/jruby/RubySymbol;
    MethodParameters:
          Name  Flags
      position  
      count     
      name      

  public void <init>(org.jruby.ast.ArgumentNode);
    descriptor: (Lorg/jruby/ast/ArgumentNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.jruby.ast.BlockArgNode this
        start local 1 // org.jruby.ast.ArgumentNode argNode
         0: .line 56
            aload 0 /* this */
            aload 1 /* argNode */
            invokevirtual org.jruby.ast.ArgumentNode.getPosition:()Lorg/jruby/lexer/yacc/ISourcePosition;
            aload 1 /* argNode */
            invokevirtual org.jruby.ast.ArgumentNode.getIndex:()I
            aload 1 /* argNode */
            invokevirtual org.jruby.ast.ArgumentNode.getName:()Lorg/jruby/RubySymbol;
            invokespecial org.jruby.ast.BlockArgNode.<init>:(Lorg/jruby/lexer/yacc/ISourcePosition;ILorg/jruby/RubySymbol;)V
         1: .line 57
            return
        end local 1 // org.jruby.ast.ArgumentNode argNode
        end local 0 // org.jruby.ast.BlockArgNode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/ast/BlockArgNode;
            0    2     1  argNode  Lorg/jruby/ast/ArgumentNode;
    MethodParameters:
         Name  Flags
      argNode  

  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.BlockArgNode this
         0: .line 60
            getstatic org.jruby.ast.NodeType.BLOCKARGNODE:Lorg/jruby/ast/NodeType;
            areturn
        end local 0 // org.jruby.ast.BlockArgNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/BlockArgNode;

  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.BlockArgNode this
        start local 1 // org.jruby.ast.visitor.NodeVisitor iVisitor
         0: .line 68
            aload 1 /* iVisitor */
            aload 0 /* this */
            invokeinterface org.jruby.ast.visitor.NodeVisitor.visitBlockArgNode:(Lorg/jruby/ast/BlockArgNode;)Ljava/lang/Object;
            areturn
        end local 1 // org.jruby.ast.visitor.NodeVisitor iVisitor
        end local 0 // org.jruby.ast.BlockArgNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jruby/ast/BlockArgNode;
            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 int getCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ast.BlockArgNode this
         0: .line 76
            aload 0 /* this */
            getfield org.jruby.ast.BlockArgNode.count:I
            ireturn
        end local 0 // org.jruby.ast.BlockArgNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/BlockArgNode;

  public org.jruby.RubySymbol getName();
    descriptor: ()Lorg/jruby/RubySymbol;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ast.BlockArgNode this
         0: .line 85
            aload 0 /* this */
            getfield org.jruby.ast.BlockArgNode.name:Lorg/jruby/RubySymbol;
            areturn
        end local 0 // org.jruby.ast.BlockArgNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/BlockArgNode;

  public java.util.List<org.jruby.ast.Node> childNodes();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ast.BlockArgNode this
         0: .line 89
            getstatic org.jruby.ast.BlockArgNode.EMPTY_LIST:Ljava/util/List;
            areturn
        end local 0 // org.jruby.ast.BlockArgNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/BlockArgNode;
    Signature: ()Ljava/util/List<Lorg/jruby/ast/Node;>;
}
SourceFile: "BlockArgNode.java"