public class org.jruby.internal.runtime.ValueAccessor implements org.jruby.runtime.IAccessor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.internal.runtime.ValueAccessor
  super_class: java.lang.Object
{
  private volatile org.jruby.runtime.builtin.IRubyObject value;
    descriptor: Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 38
            ldc Lorg/jruby/internal/runtime/ValueAccessor;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.jruby.internal.runtime.ValueAccessor.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.internal.runtime.ValueAccessor this
        start local 1 // org.jruby.runtime.builtin.IRubyObject value
         0: .line 41
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 42
            getstatic org.jruby.internal.runtime.ValueAccessor.$assertionsDisabled:Z
            ifne 2
            aload 1 /* value */
            ifnonnull 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 44
      StackMap locals: org.jruby.internal.runtime.ValueAccessor org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 0 /* this */
            aload 1 /* value */
            putfield org.jruby.internal.runtime.ValueAccessor.value:Lorg/jruby/runtime/builtin/IRubyObject;
         3: .line 45
            return
        end local 1 // org.jruby.runtime.builtin.IRubyObject value
        end local 0 // org.jruby.internal.runtime.ValueAccessor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/jruby/internal/runtime/ValueAccessor;
            0    4     1  value  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
       Name  Flags
      value  

  public org.jruby.runtime.builtin.IRubyObject getValue();
    descriptor: ()Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.internal.runtime.ValueAccessor this
         0: .line 48
            aload 0 /* this */
            getfield org.jruby.internal.runtime.ValueAccessor.value:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 0 // org.jruby.internal.runtime.ValueAccessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/internal/runtime/ValueAccessor;

  public org.jruby.runtime.builtin.IRubyObject setValue(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.internal.runtime.ValueAccessor this
        start local 1 // org.jruby.runtime.builtin.IRubyObject newValue
         0: .line 52
            aload 0 /* this */
            aload 1 /* newValue */
            putfield org.jruby.internal.runtime.ValueAccessor.value:Lorg/jruby/runtime/builtin/IRubyObject;
         1: .line 54
            aload 1 /* newValue */
            areturn
        end local 1 // org.jruby.runtime.builtin.IRubyObject newValue
        end local 0 // org.jruby.internal.runtime.ValueAccessor this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/jruby/internal/runtime/ValueAccessor;
            0    2     1  newValue  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
          Name  Flags
      newValue  
}
SourceFile: "ValueAccessor.java"