class org.jruby.RubyKernel$2 implements org.jruby.RubyEnumerator$SizeFn
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.jruby.RubyKernel$2
super_class: java.lang.Object
{
private final org.jruby.runtime.ThreadContext val$context;
descriptor: Lorg/jruby/runtime/ThreadContext;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(org.jruby.runtime.ThreadContext);
descriptor: (Lorg/jruby/runtime/ThreadContext;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // org.jruby.RubyKernel$2 this
0: .line 1464
aload 0 /* this */
aload 1
putfield org.jruby.RubyKernel$2.val$context:Lorg/jruby/runtime/ThreadContext;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // org.jruby.RubyKernel$2 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/RubyKernel$2;
MethodParameters:
Name Flags
val$context final
public org.jruby.runtime.builtin.IRubyObject size(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.RubyKernel$2 this
start local 1 // org.jruby.runtime.builtin.IRubyObject[] args
0: .line 1467
aload 0 /* this */
getfield org.jruby.RubyKernel$2.val$context:Lorg/jruby/runtime/ThreadContext;
getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
ldc Infinity
invokestatic org.jruby.RubyFloat.newFloat:(Lorg/jruby/Ruby;D)Lorg/jruby/RubyFloat;
areturn
end local 1 // org.jruby.runtime.builtin.IRubyObject[] args
end local 0 // org.jruby.RubyKernel$2 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/RubyKernel$2;
0 1 1 args [Lorg/jruby/runtime/builtin/IRubyObject;
MethodParameters:
Name Flags
args
}
SourceFile: "RubyKernel.java"
EnclosingMethod: org.jruby.RubyKernel.loopSizeFn:(Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/RubyEnumerator$SizeFn;
NestHost: org.jruby.RubyKernel
InnerClasses:
public abstract SizeFn = org.jruby.RubyEnumerator$SizeFn of org.jruby.RubyEnumerator
org.jruby.RubyKernel$2