public class org.jruby.RubyEnumerator$FeedValue extends org.jruby.RubyObject
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.RubyEnumerator$FeedValue
  super_class: org.jruby.RubyObject
{
  private volatile org.jruby.runtime.builtin.IRubyObject value;
    descriptor: Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private void <init>(org.jruby.Ruby, org.jruby.RubyClass);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.RubyEnumerator$FeedValue this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // org.jruby.RubyClass type
         0: .line 114
            aload 0 /* this */
            aload 1 /* runtime */
            aload 2 /* type */
            invokespecial org.jruby.RubyObject.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)V
         1: .line 115
            aload 0 /* this */
            aload 1 /* runtime */
            invokevirtual org.jruby.Ruby.getNil:()Lorg/jruby/runtime/builtin/IRubyObject;
            putfield org.jruby.RubyEnumerator$FeedValue.value:Lorg/jruby/runtime/builtin/IRubyObject;
         2: .line 116
            return
        end local 2 // org.jruby.RubyClass type
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.RubyEnumerator$FeedValue this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/RubyEnumerator$FeedValue;
            0    3     1  runtime  Lorg/jruby/Ruby;
            0    3     2     type  Lorg/jruby/RubyClass;
    MethodParameters:
         Name  Flags
      runtime  
      type     

  void <init>(org.jruby.Ruby);
    descriptor: (Lorg/jruby/Ruby;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.jruby.RubyEnumerator$FeedValue this
        start local 1 // org.jruby.Ruby runtime
         0: .line 119
            aload 0 /* this */
            aload 1 /* runtime */
            aload 1 /* runtime */
            invokevirtual org.jruby.Ruby.getEnumerator:()Lorg/jruby/RubyClass;
            ldc "FeedValue"
            iconst_1
            invokevirtual org.jruby.RubyClass.getConstantAt:(Ljava/lang/String;Z)Lorg/jruby/runtime/builtin/IRubyObject;
            checkcast org.jruby.RubyClass
            invokespecial org.jruby.RubyEnumerator$FeedValue.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)V
         1: .line 120
            return
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.RubyEnumerator$FeedValue this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/RubyEnumerator$FeedValue;
            0    2     1  runtime  Lorg/jruby/Ruby;
    MethodParameters:
         Name  Flags
      runtime  

  public org.jruby.runtime.builtin.IRubyObject value();
    descriptor: ()Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyEnumerator$FeedValue this
         0: .line 123
            aload 0 /* this */
            getfield org.jruby.RubyEnumerator$FeedValue.value:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 0 // org.jruby.RubyEnumerator$FeedValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyEnumerator$FeedValue;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()

  public org.jruby.runtime.builtin.IRubyObject set_value(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.RubyEnumerator$FeedValue this
        start local 1 // org.jruby.runtime.builtin.IRubyObject value
         0: .line 127
            aload 0 /* this */
            aload 1 /* value */
            dup_x1
            putfield org.jruby.RubyEnumerator$FeedValue.value:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 1 // org.jruby.runtime.builtin.IRubyObject value
        end local 0 // org.jruby.RubyEnumerator$FeedValue this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/jruby/RubyEnumerator$FeedValue;
            0    1     1  value  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"value="})
    MethodParameters:
       Name  Flags
      value  

  public org.jruby.runtime.builtin.IRubyObject use_value(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.jruby.RubyEnumerator$FeedValue this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 132
            aload 0 /* this */
            getfield org.jruby.RubyEnumerator$FeedValue.value:Lorg/jruby/runtime/builtin/IRubyObject;
            astore 2 /* value */
        start local 2 // org.jruby.runtime.builtin.IRubyObject value
         1: .line 133
            aload 0 /* this */
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            putfield org.jruby.RubyEnumerator$FeedValue.value:Lorg/jruby/runtime/builtin/IRubyObject;
         2: .line 134
            aload 2 /* value */
            areturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject value
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyEnumerator$FeedValue this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/RubyEnumerator$FeedValue;
            0    3     1  context  Lorg/jruby/runtime/ThreadContext;
            1    3     2    value  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  
}
SourceFile: "RubyEnumerator.java"
NestHost: org.jruby.RubyEnumerator
InnerClasses:
  public FeedValue = org.jruby.RubyEnumerator$FeedValue of org.jruby.RubyEnumerator