class org.jruby.javasupport.JavaUtil$6 extends org.jruby.javasupport.JavaUtil$JavaConverter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.javasupport.JavaUtil$6
  super_class: org.jruby.javasupport.JavaUtil$JavaConverter
{
  void <init>(java.lang.Class);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.javasupport.JavaUtil$6 this
        start local 1 // java.lang.Class $anonymous0
         0: .line 677
            aload 0 /* this */
            aload 1 /* $anonymous0 */
            invokespecial org.jruby.javasupport.JavaUtil$JavaConverter.<init>:(Ljava/lang/Class;)V
            return
        end local 1 // java.lang.Class $anonymous0
        end local 0 // org.jruby.javasupport.JavaUtil$6 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/jruby/javasupport/JavaUtil$6;
            0    1     1  $anonymous0  Ljava/lang/Class;
    MethodParameters:
             Name  Flags
      $anonymous0  

  public org.jruby.runtime.builtin.IRubyObject convert(org.jruby.Ruby, java.lang.Object);
    descriptor: (Lorg/jruby/Ruby;Ljava/lang/Object;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.javasupport.JavaUtil$6 this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // java.lang.Object object
         0: .line 679
            aload 2 /* object */
            ifnonnull 1
            aload 1 /* runtime */
            invokevirtual org.jruby.Ruby.getNil:()Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         1: .line 680
      StackMap locals:
      StackMap stack:
            aload 1 /* runtime */
            aload 2 /* object */
            checkcast java.lang.Byte
            invokevirtual java.lang.Byte.byteValue:()B
            i2l
            invokestatic org.jruby.RubyFixnum.newFixnum:(Lorg/jruby/Ruby;J)Lorg/jruby/RubyFixnum;
            areturn
        end local 2 // java.lang.Object object
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.javasupport.JavaUtil$6 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/javasupport/JavaUtil$6;
            0    2     1  runtime  Lorg/jruby/Ruby;
            0    2     2   object  Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      runtime  
      object   

  public org.jruby.runtime.builtin.IRubyObject get(org.jruby.Ruby, java.lang.Object, int);
    descriptor: (Lorg/jruby/Ruby;Ljava/lang/Object;I)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.jruby.javasupport.JavaUtil$6 this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // java.lang.Object array
        start local 3 // int i
         0: .line 683
            aload 0 /* this */
            aload 1 /* runtime */
            aload 2 /* array */
            checkcast java.lang.Byte[]
            iload 3 /* i */
            aaload
            invokevirtual org.jruby.javasupport.JavaUtil$6.convert:(Lorg/jruby/Ruby;Ljava/lang/Object;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 3 // int i
        end local 2 // java.lang.Object array
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.javasupport.JavaUtil$6 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/javasupport/JavaUtil$6;
            0    1     1  runtime  Lorg/jruby/Ruby;
            0    1     2    array  Ljava/lang/Object;
            0    1     3        i  I
    MethodParameters:
         Name  Flags
      runtime  
      array    
      i        

  public void set(org.jruby.Ruby, java.lang.Object, int, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/Ruby;Ljava/lang/Object;ILorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // org.jruby.javasupport.JavaUtil$6 this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // java.lang.Object array
        start local 3 // int i
        start local 4 // org.jruby.runtime.builtin.IRubyObject value
         0: .line 686
            aload 2 /* array */
            checkcast java.lang.Byte[]
            iload 3 /* i */
            aload 4 /* value */
            ldc Ljava/lang/Byte;
            invokeinterface org.jruby.runtime.builtin.IRubyObject.toJava:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast java.lang.Byte
            aastore
         1: .line 687
            return
        end local 4 // org.jruby.runtime.builtin.IRubyObject value
        end local 3 // int i
        end local 2 // java.lang.Object array
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.javasupport.JavaUtil$6 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/javasupport/JavaUtil$6;
            0    2     1  runtime  Lorg/jruby/Ruby;
            0    2     2    array  Ljava/lang/Object;
            0    2     3        i  I
            0    2     4    value  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      runtime  
      array    
      i        
      value    
}
SourceFile: "JavaUtil.java"
EnclosingMethod: org.jruby.javasupport.JavaUtil
NestHost: org.jruby.javasupport.JavaUtil
InnerClasses:
  org.jruby.javasupport.JavaUtil$6
  public abstract JavaConverter = org.jruby.javasupport.JavaUtil$JavaConverter of org.jruby.javasupport.JavaUtil