public class org.jruby.ast.ArgumentNode 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.ArgumentNode
  super_class: org.jruby.ast.Node
{
  private org.jruby.RubySymbol identifier;
    descriptor: Lorg/jruby/RubySymbol;
    flags: (0x0002) ACC_PRIVATE

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

  public void <init>(org.jruby.lexer.yacc.ISourcePosition, org.jruby.RubySymbol, int);
    descriptor: (Lorg/jruby/lexer/yacc/ISourcePosition;Lorg/jruby/RubySymbol;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.jruby.ast.ArgumentNode this
        start local 1 // org.jruby.lexer.yacc.ISourcePosition position
        start local 2 // org.jruby.RubySymbol identifier
        start local 3 // int location
         0: .line 49
            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 */
            aload 2 /* identifier */
            putfield org.jruby.ast.ArgumentNode.identifier:Lorg/jruby/RubySymbol;
         2: .line 52
            aload 0 /* this */
            iload 3 /* location */
            putfield org.jruby.ast.ArgumentNode.location:I
         3: .line 53
            return
        end local 3 // int location
        end local 2 // org.jruby.RubySymbol identifier
        end local 1 // org.jruby.lexer.yacc.ISourcePosition position
        end local 0 // org.jruby.ast.ArgumentNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/jruby/ast/ArgumentNode;
            0    4     1    position  Lorg/jruby/lexer/yacc/ISourcePosition;
            0    4     2  identifier  Lorg/jruby/RubySymbol;
            0    4     3    location  I
    MethodParameters:
            Name  Flags
      position    
      identifier  
      location    

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

  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.ArgumentNode this
        start local 1 // org.jruby.ast.visitor.NodeVisitor visitor
         0: .line 61
            aload 1 /* visitor */
            aload 0 /* this */
            invokeinterface org.jruby.ast.visitor.NodeVisitor.visitArgumentNode:(Lorg/jruby/ast/ArgumentNode;)Ljava/lang/Object;
            areturn
        end local 1 // org.jruby.ast.visitor.NodeVisitor visitor
        end local 0 // org.jruby.ast.ArgumentNode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/ast/ArgumentNode;
            0    1     1  visitor  Lorg/jruby/ast/visitor/NodeVisitor<TT;>;
    Signature: <T:Ljava/lang/Object;>(Lorg/jruby/ast/visitor/NodeVisitor<TT;>;)TT;
    MethodParameters:
         Name  Flags
      visitor  

  public int getDepth();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.ast.ArgumentNode this
         0: .line 70
            aload 0 /* this */
            getfield org.jruby.ast.ArgumentNode.location:I
            bipush 16
            ishr
            ireturn
        end local 0 // org.jruby.ast.ArgumentNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/ArgumentNode;

  public int getIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.ast.ArgumentNode this
         0: .line 80
            aload 0 /* this */
            getfield org.jruby.ast.ArgumentNode.location:I
            ldc 65535
            iand
            ireturn
        end local 0 // org.jruby.ast.ArgumentNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/ArgumentNode;

  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.ArgumentNode this
         0: .line 84
            aload 0 /* this */
            getfield org.jruby.ast.ArgumentNode.identifier:Lorg/jruby/RubySymbol;
            areturn
        end local 0 // org.jruby.ast.ArgumentNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/ArgumentNode;

  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.ArgumentNode this
         0: .line 88
            getstatic org.jruby.ast.ArgumentNode.EMPTY_LIST:Ljava/util/List;
            areturn
        end local 0 // org.jruby.ast.ArgumentNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/ArgumentNode;
    Signature: ()Ljava/util/List<Lorg/jruby/ast/Node;>;
}
SourceFile: "ArgumentNode.java"