class org.jruby.javasupport.JavaUtil$32 implements org.jruby.javasupport.JavaUtil$RubyConverter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.javasupport.JavaUtil$32
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.javasupport.JavaUtil$32 this
         0: .line 1339
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.javasupport.JavaUtil$32 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/javasupport/JavaUtil$32;

  public java.lang.Object convert(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jruby.javasupport.JavaUtil$32 this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject rubyObject
         0: .line 1341
            aload 2 /* rubyObject */
            ldc Ljava/lang/Character;
            invokeinterface org.jruby.runtime.builtin.IRubyObject.toJava:(Ljava/lang/Class;)Ljava/lang/Object;
            areturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject rubyObject
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.javasupport.JavaUtil$32 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/jruby/javasupport/JavaUtil$32;
            0    1     1     context  Lorg/jruby/runtime/ThreadContext;
            0    1     2  rubyObject  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
            Name  Flags
      context     
      rubyObject  
}
SourceFile: "JavaUtil.java"
EnclosingMethod: org.jruby.javasupport.JavaUtil
NestHost: org.jruby.javasupport.JavaUtil
InnerClasses:
  org.jruby.javasupport.JavaUtil$32
  public abstract RubyConverter = org.jruby.javasupport.JavaUtil$RubyConverter of org.jruby.javasupport.JavaUtil