class org.jruby.RubyInteger$3 implements org.jruby.RubyEnumerator$SizeFn
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.jruby.RubyInteger$3
super_class: java.lang.Object
{
final org.jruby.RubyInteger this$0;
descriptor: Lorg/jruby/RubyInteger;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final org.jruby.Ruby val$runtime;
descriptor: Lorg/jruby/Ruby;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final org.jruby.RubyInteger val$self;
descriptor: Lorg/jruby/RubyInteger;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(org.jruby.RubyInteger, org.jruby.Ruby, org.jruby.RubyInteger);
descriptor: (Lorg/jruby/RubyInteger;Lorg/jruby/Ruby;Lorg/jruby/RubyInteger;)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=4
start local 0 0: aload 0
aload 1
putfield org.jruby.RubyInteger$3.this$0:Lorg/jruby/RubyInteger;
aload 0
aload 2
putfield org.jruby.RubyInteger$3.val$runtime:Lorg/jruby/Ruby;
aload 0
aload 3
putfield org.jruby.RubyInteger$3.val$self:Lorg/jruby/RubyInteger;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/RubyInteger$3;
MethodParameters:
Name Flags
this$0 final
val$runtime final
val$self 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=5, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield org.jruby.RubyInteger$3.val$runtime:Lorg/jruby/Ruby;
invokestatic org.jruby.RubyFixnum.zero:(Lorg/jruby/Ruby;)Lorg/jruby/RubyFixnum;
astore 2
start local 2 1: aload 0
getfield org.jruby.RubyInteger$3.val$runtime:Lorg/jruby/Ruby;
invokevirtual org.jruby.Ruby.getCurrentContext:()Lorg/jruby/runtime/ThreadContext;
astore 3
start local 3 2: aload 0
getfield org.jruby.RubyInteger$3.val$self:Lorg/jruby/RubyInteger;
instanceof org.jruby.RubyFixnum
ifeq 3
aload 0
getfield org.jruby.RubyInteger$3.this$0:Lorg/jruby/RubyInteger;
invokevirtual org.jruby.RubyInteger.getLongValue:()J
lconst_0
lcmp
iflt 4
3: StackMap locals: org.jruby.RubyFixnum org.jruby.runtime.ThreadContext
StackMap stack:
aload 3
invokestatic org.jruby.RubyInteger.sites:(Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/JavaSites$IntegerSites;
getfield org.jruby.runtime.JavaSites$IntegerSites.op_lt:Lorg/jruby/runtime/callsite/CachingCallSite;
aload 3
aload 0
getfield org.jruby.RubyInteger$3.val$self:Lorg/jruby/RubyInteger;
aload 0
getfield org.jruby.RubyInteger$3.val$self:Lorg/jruby/RubyInteger;
aload 2
invokevirtual org.jruby.runtime.callsite.CachingCallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
invokeinterface org.jruby.runtime.builtin.IRubyObject.isTrue:()Z
ifeq 5
4: StackMap locals:
StackMap stack:
aload 2
areturn
5: StackMap locals:
StackMap stack:
aload 0
getfield org.jruby.RubyInteger$3.val$self:Lorg/jruby/RubyInteger;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/jruby/RubyInteger$3;
0 6 1 args [Lorg/jruby/runtime/builtin/IRubyObject;
1 6 2 zero Lorg/jruby/RubyFixnum;
2 6 3 context Lorg/jruby/runtime/ThreadContext;
MethodParameters:
Name Flags
args
}
SourceFile: "RubyInteger.java"
EnclosingMethod: org.jruby.RubyInteger.timesSizeFn:(Lorg/jruby/Ruby;)Lorg/jruby/RubyEnumerator$SizeFn;
NestHost: org.jruby.RubyInteger
InnerClasses:
public abstract SizeFn = org.jruby.RubyEnumerator$SizeFn of org.jruby.RubyEnumerator
org.jruby.RubyInteger$3
public IntegerSites = org.jruby.runtime.JavaSites$IntegerSites of org.jruby.runtime.JavaSites