public class org.jruby.runtime.JavaSites$HelpersSites
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.jruby.runtime.JavaSites$HelpersSites
super_class: java.lang.Object
{
public final org.jruby.runtime.CallSite hash;
descriptor: Lorg/jruby/runtime/CallSite;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
public final org.jruby.runtime.CallSite op_equal;
descriptor: Lorg/jruby/runtime/CallSite;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
public final org.jruby.runtime.ThreadContext$RecursiveFunctionEx<org.jruby.Ruby> recursive_hash;
descriptor: Lorg/jruby/runtime/ThreadContext$RecursiveFunctionEx;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Signature: Lorg/jruby/runtime/ThreadContext$RecursiveFunctionEx<Lorg/jruby/Ruby;>;
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 // org.jruby.runtime.JavaSites$HelpersSites this
0: .line 366
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 367
aload 0 /* this */
new org.jruby.runtime.callsite.FunctionalCachingCallSite
dup
ldc "hash"
invokespecial org.jruby.runtime.callsite.FunctionalCachingCallSite.<init>:(Ljava/lang/String;)V
putfield org.jruby.runtime.JavaSites$HelpersSites.hash:Lorg/jruby/runtime/CallSite;
2: .line 368
aload 0 /* this */
new org.jruby.runtime.callsite.FunctionalCachingCallSite
dup
ldc "=="
invokespecial org.jruby.runtime.callsite.FunctionalCachingCallSite.<init>:(Ljava/lang/String;)V
putfield org.jruby.runtime.JavaSites$HelpersSites.op_equal:Lorg/jruby/runtime/CallSite;
3: .line 370
aload 0 /* this */
new org.jruby.runtime.JavaSites$HelpersSites$1
dup
aload 0 /* this */
invokespecial org.jruby.runtime.JavaSites$HelpersSites$1.<init>:(Lorg/jruby/runtime/JavaSites$HelpersSites;)V
putfield org.jruby.runtime.JavaSites$HelpersSites.recursive_hash:Lorg/jruby/runtime/ThreadContext$RecursiveFunctionEx;
4: .line 366
return
end local 0 // org.jruby.runtime.JavaSites$HelpersSites this
LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/jruby/runtime/JavaSites$HelpersSites;
}
SourceFile: "JavaSites.java"
NestHost: org.jruby.runtime.JavaSites
InnerClasses:
public HelpersSites = org.jruby.runtime.JavaSites$HelpersSites of org.jruby.runtime.JavaSites
org.jruby.runtime.JavaSites$HelpersSites$1
public abstract RecursiveFunctionEx = org.jruby.runtime.ThreadContext$RecursiveFunctionEx of org.jruby.runtime.ThreadContext