public class org.jruby.ast.KeywordRestArgNode extends org.jruby.ast.ArgumentNode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.ast.KeywordRestArgNode
  super_class: org.jruby.ast.ArgumentNode
{
  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=4, locals=4, args_size=4
        start local 0 // org.jruby.ast.KeywordRestArgNode this
        start local 1 // org.jruby.lexer.yacc.ISourcePosition position
        start local 2 // org.jruby.RubySymbol name
        start local 3 // int index
         0: .line 12
            aload 0 /* this */
            aload 1 /* position */
            aload 2 /* name */
            iload 3 /* index */
            invokespecial org.jruby.ast.ArgumentNode.<init>:(Lorg/jruby/lexer/yacc/ISourcePosition;Lorg/jruby/RubySymbol;I)V
         1: .line 13
            return
        end local 3 // int index
        end local 2 // org.jruby.RubySymbol name
        end local 1 // org.jruby.lexer.yacc.ISourcePosition position
        end local 0 // org.jruby.ast.KeywordRestArgNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/jruby/ast/KeywordRestArgNode;
            0    2     1  position  Lorg/jruby/lexer/yacc/ISourcePosition;
            0    2     2      name  Lorg/jruby/RubySymbol;
            0    2     3     index  I
    MethodParameters:
          Name  Flags
      position  
      name      
      index     

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