class org.jruby.javasupport.JavaUtil$24 implements org.jruby.javasupport.JavaUtil$RubyConverter
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.jruby.javasupport.JavaUtil$24
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$24 this
0: .line 1236
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // org.jruby.javasupport.JavaUtil$24 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/javasupport/JavaUtil$24;
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=3, locals=3, args_size=3
start local 0 // org.jruby.javasupport.JavaUtil$24 this
start local 1 // org.jruby.runtime.ThreadContext context
start local 2 // org.jruby.runtime.builtin.IRubyObject rubyObject
0: .line 1238
aload 2 /* rubyObject */
ldc "to_i"
invokeinterface org.jruby.runtime.builtin.IRubyObject.respondsTo:(Ljava/lang/String;)Z
ifeq 2
1: .line 1239
aload 2 /* rubyObject */
aload 1 /* context */
ldc "to_i"
invokeinterface org.jruby.runtime.builtin.IRubyObject.callMethod:(Lorg/jruby/runtime/ThreadContext;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
checkcast org.jruby.RubyNumeric
invokevirtual org.jruby.RubyNumeric.getLongValue:()J
l2i
i2c
invokestatic java.lang.Character.valueOf:(C)Ljava/lang/Character;
areturn
2: .line 1241
StackMap locals:
StackMap stack:
iconst_0
invokestatic java.lang.Character.valueOf:(C)Ljava/lang/Character;
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$24 this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/jruby/javasupport/JavaUtil$24;
0 3 1 context Lorg/jruby/runtime/ThreadContext;
0 3 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$24
public abstract RubyConverter = org.jruby.javasupport.JavaUtil$RubyConverter of org.jruby.javasupport.JavaUtil