class org.jruby.runtime.callsite.PlusCallSite$FloatEntry extends org.jruby.runtime.callsite.CacheEntry
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.jruby.runtime.callsite.PlusCallSite$FloatEntry
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.PlusCallSite$FloatEntry this
start local 1 // org.jruby.runtime.callsite.CacheEntry entry
0: .line 108
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 109
return
end local 1 // org.jruby.runtime.callsite.CacheEntry entry
end local 0 // org.jruby.runtime.callsite.PlusCallSite$FloatEntry this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/runtime/callsite/PlusCallSite$FloatEntry;
0 2 1 entry Lorg/jruby/runtime/callsite/CacheEntry;
MethodParameters:
Name Flags
entry
}
SourceFile: "PlusCallSite.java"
NestHost: org.jruby.runtime.callsite.PlusCallSite
InnerClasses:
private FloatEntry = org.jruby.runtime.callsite.PlusCallSite$FloatEntry of org.jruby.runtime.callsite.PlusCallSite