class org.jruby.runtime.callsite.LeCallSite$FixnumEntry extends org.jruby.runtime.callsite.CacheEntry
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.jruby.runtime.callsite.LeCallSite$FixnumEntry
super_class: org.jruby.runtime.callsite.CacheEntry
{
void <init>(org.jruby.runtime.callsite.CacheEntry);
descriptor: (Lorg/jruby/runtime/callsite/CacheEntry;)V
flags: (0x0000)
Code:
stack=4, locals=2, args_size=2
start local 0 // org.jruby.runtime.callsite.LeCallSite$FixnumEntry this
start local 1 // org.jruby.runtime.callsite.CacheEntry entry
0: .line 95
aload 0 /* this */
aload 1 /* entry */
getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
aload 1 /* entry */
getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
aload 1 /* entry */
getfield org.jruby.runtime.callsite.CacheEntry.token:I
invokespecial org.jruby.runtime.callsite.CacheEntry.<init>:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/RubyModule;I)V
1: .line 96
return
end local 1 // org.jruby.runtime.callsite.CacheEntry entry
end local 0 // org.jruby.runtime.callsite.LeCallSite$FixnumEntry this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/runtime/callsite/LeCallSite$FixnumEntry;
0 2 1 entry Lorg/jruby/runtime/callsite/CacheEntry;
MethodParameters:
Name Flags
entry
}
SourceFile: "LeCallSite.java"
NestHost: org.jruby.runtime.callsite.LeCallSite
InnerClasses:
private FixnumEntry = org.jruby.runtime.callsite.LeCallSite$FixnumEntry of org.jruby.runtime.callsite.LeCallSite