class org.jruby.RubyGlobal$VerboseGlobalVariable extends org.jruby.runtime.GlobalVariable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.RubyGlobal$VerboseGlobalVariable
  super_class: org.jruby.runtime.GlobalVariable
{
  public void <init>(org.jruby.Ruby, java.lang.String, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/Ruby;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.jruby.RubyGlobal$VerboseGlobalVariable this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // java.lang.String name
        start local 3 // org.jruby.runtime.builtin.IRubyObject initialValue
         0: .line 807
            aload 0 /* this */
            aload 1 /* runtime */
            aload 2 /* name */
            aload 3 /* initialValue */
            invokespecial org.jruby.runtime.GlobalVariable.<init>:(Lorg/jruby/Ruby;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)V
         1: .line 808
            aload 0 /* this */
            aload 3 /* initialValue */
            invokevirtual org.jruby.RubyGlobal$VerboseGlobalVariable.set:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
         2: .line 809
            return
        end local 3 // org.jruby.runtime.builtin.IRubyObject initialValue
        end local 2 // java.lang.String name
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.RubyGlobal$VerboseGlobalVariable this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lorg/jruby/RubyGlobal$VerboseGlobalVariable;
            0    3     1       runtime  Lorg/jruby/Ruby;
            0    3     2          name  Ljava/lang/String;
            0    3     3  initialValue  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
              Name  Flags
      runtime       
      name          
      initialValue  

  public org.jruby.runtime.builtin.IRubyObject get();
    descriptor: ()Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyGlobal$VerboseGlobalVariable this
         0: .line 813
            aload 0 /* this */
            getfield org.jruby.RubyGlobal$VerboseGlobalVariable.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getVerbose:()Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 0 // org.jruby.RubyGlobal$VerboseGlobalVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyGlobal$VerboseGlobalVariable;

  public org.jruby.runtime.builtin.IRubyObject set(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.RubyGlobal$VerboseGlobalVariable this
        start local 1 // org.jruby.runtime.builtin.IRubyObject newValue
         0: .line 818
            aload 1 /* newValue */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.isNil:()Z
            ifeq 3
         1: .line 819
            aload 0 /* this */
            getfield org.jruby.RubyGlobal$VerboseGlobalVariable.runtime:Lorg/jruby/Ruby;
            aload 1 /* newValue */
            invokevirtual org.jruby.Ruby.setVerbose:(Lorg/jruby/runtime/builtin/IRubyObject;)V
         2: .line 820
            goto 4
         3: .line 821
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.RubyGlobal$VerboseGlobalVariable.runtime:Lorg/jruby/Ruby;
            aload 0 /* this */
            getfield org.jruby.RubyGlobal$VerboseGlobalVariable.runtime:Lorg/jruby/Ruby;
            aload 1 /* newValue */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.isTrue:()Z
            invokevirtual org.jruby.Ruby.newBoolean:(Z)Lorg/jruby/RubyBoolean;
            invokevirtual org.jruby.Ruby.setVerbose:(Lorg/jruby/runtime/builtin/IRubyObject;)V
         4: .line 824
      StackMap locals:
      StackMap stack:
            aload 1 /* newValue */
            areturn
        end local 1 // org.jruby.runtime.builtin.IRubyObject newValue
        end local 0 // org.jruby.RubyGlobal$VerboseGlobalVariable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/jruby/RubyGlobal$VerboseGlobalVariable;
            0    5     1  newValue  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
          Name  Flags
      newValue  
}
SourceFile: "RubyGlobal.java"
NestHost: org.jruby.RubyGlobal
InnerClasses:
  private VerboseGlobalVariable = org.jruby.RubyGlobal$VerboseGlobalVariable of org.jruby.RubyGlobal