public class org.jruby.ext.ripper.ArgsTailHolder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.ext.ripper.ArgsTailHolder
  super_class: java.lang.Object
{
  private final org.jruby.runtime.builtin.IRubyObject keywordArgs;
    descriptor: Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.jruby.runtime.builtin.IRubyObject keywordRestArg;
    descriptor: Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.jruby.runtime.builtin.IRubyObject blockArg;
    descriptor: Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.jruby.ext.ripper.ArgsTailHolder this
        start local 1 // org.jruby.runtime.builtin.IRubyObject keywordArgs
        start local 2 // org.jruby.runtime.builtin.IRubyObject keywordRestArg
        start local 3 // org.jruby.runtime.builtin.IRubyObject blockArg
         0: .line 42
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 43
            aload 0 /* this */
            aload 1 /* keywordArgs */
            putfield org.jruby.ext.ripper.ArgsTailHolder.keywordArgs:Lorg/jruby/runtime/builtin/IRubyObject;
         2: .line 44
            aload 0 /* this */
            aload 2 /* keywordRestArg */
            putfield org.jruby.ext.ripper.ArgsTailHolder.keywordRestArg:Lorg/jruby/runtime/builtin/IRubyObject;
         3: .line 45
            aload 0 /* this */
            aload 3 /* blockArg */
            putfield org.jruby.ext.ripper.ArgsTailHolder.blockArg:Lorg/jruby/runtime/builtin/IRubyObject;
         4: .line 47
            return
        end local 3 // org.jruby.runtime.builtin.IRubyObject blockArg
        end local 2 // org.jruby.runtime.builtin.IRubyObject keywordRestArg
        end local 1 // org.jruby.runtime.builtin.IRubyObject keywordArgs
        end local 0 // org.jruby.ext.ripper.ArgsTailHolder this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0            this  Lorg/jruby/ext/ripper/ArgsTailHolder;
            0    5     1     keywordArgs  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     2  keywordRestArg  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     3        blockArg  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
                Name  Flags
      keywordArgs     
      keywordRestArg  
      blockArg        

  public org.jruby.runtime.builtin.IRubyObject getBlockArg();
    descriptor: ()Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ext.ripper.ArgsTailHolder this
         0: .line 50
            aload 0 /* this */
            getfield org.jruby.ext.ripper.ArgsTailHolder.blockArg:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 0 // org.jruby.ext.ripper.ArgsTailHolder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ext/ripper/ArgsTailHolder;

  public org.jruby.runtime.builtin.IRubyObject getKeywordArgs();
    descriptor: ()Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ext.ripper.ArgsTailHolder this
         0: .line 54
            aload 0 /* this */
            getfield org.jruby.ext.ripper.ArgsTailHolder.keywordArgs:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 0 // org.jruby.ext.ripper.ArgsTailHolder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ext/ripper/ArgsTailHolder;

  public org.jruby.runtime.builtin.IRubyObject getKeywordRestArg();
    descriptor: ()Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ext.ripper.ArgsTailHolder this
         0: .line 58
            aload 0 /* this */
            getfield org.jruby.ext.ripper.ArgsTailHolder.keywordRestArg:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 0 // org.jruby.ext.ripper.ArgsTailHolder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ext/ripper/ArgsTailHolder;
}
SourceFile: "ArgsTailHolder.java"