final class org.jruby.javasupport.ext.JavaLang$UByteSet extends org.jruby.internal.runtime.methods.JavaMethod$JavaMethodTwo
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.jruby.javasupport.ext.JavaLang$UByteSet
super_class: org.jruby.internal.runtime.methods.JavaMethod$JavaMethodTwo
{
void <init>(org.jruby.RubyModule);
descriptor: (Lorg/jruby/RubyModule;)V
flags: (0x0000)
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
getstatic org.jruby.runtime.Visibility.PUBLIC:Lorg/jruby/runtime/Visibility;
ldc "ubyte_set"
invokespecial org.jruby.internal.runtime.methods.JavaMethod$JavaMethodTwo.<init>:(Lorg/jruby/RubyModule;Lorg/jruby/runtime/Visibility;Ljava/lang/String;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/javasupport/ext/JavaLang$UByteSet;
0 2 1 implClass Lorg/jruby/RubyModule;
MethodParameters:
Name Flags
implClass
public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=8, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 6
checkcast org.jruby.RubyInteger
invokevirtual org.jruby.RubyInteger.getIntValue:()I
istore 7
start local 7 1: iload 7
bipush 127
if_icmple 3
2: aload 1
getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
iload 7
sipush 256
isub
i2l
invokestatic org.jruby.RubyFixnum.newFixnum:(Lorg/jruby/Ruby;J)Lorg/jruby/RubyFixnum;
astore 6
3: StackMap locals: int
StackMap stack:
aload 2
aload 1
ldc "[]="
iconst_2
anewarray org.jruby.runtime.builtin.IRubyObject
dup
iconst_0
aload 5
aastore
dup
iconst_1
aload 6
aastore
invokeinterface org.jruby.runtime.builtin.IRubyObject.callMethod:(Lorg/jruby/runtime/ThreadContext;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/jruby/javasupport/ext/JavaLang$UByteSet;
0 4 1 context Lorg/jruby/runtime/ThreadContext;
0 4 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 4 3 clazz Lorg/jruby/RubyModule;
0 4 4 name Ljava/lang/String;
0 4 5 idx Lorg/jruby/runtime/builtin/IRubyObject;
0 4 6 val Lorg/jruby/runtime/builtin/IRubyObject;
1 4 7 byte_val I
MethodParameters:
Name Flags
context
self
clazz
name
idx
val
}
SourceFile: "JavaLang.java"
NestHost: org.jruby.javasupport.ext.JavaLang
InnerClasses:
public abstract JavaMethodTwo = org.jruby.internal.runtime.methods.JavaMethod$JavaMethodTwo of org.jruby.internal.runtime.methods.JavaMethod
private final UByteSet = org.jruby.javasupport.ext.JavaLang$UByteSet of org.jruby.javasupport.ext.JavaLang