class org.jruby.RubyStruct$EqlRecursive implements org.jruby.runtime.ThreadContext$RecursiveFunctionEx<org.jruby.runtime.builtin.IRubyObject>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.jruby.RubyStruct$EqlRecursive
super_class: java.lang.Object
{
static final org.jruby.RubyStruct$EqlRecursive INSTANCE;
descriptor: Lorg/jruby/RubyStruct$EqlRecursive;
flags: (0x0018) ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new org.jruby.RubyStruct$EqlRecursive
dup
invokespecial org.jruby.RubyStruct$EqlRecursive.<init>:()V
putstatic org.jruby.RubyStruct$EqlRecursive.INSTANCE:Lorg/jruby/RubyStruct$EqlRecursive;
return
LocalVariableTable:
Start End Slot Name Signature
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/RubyStruct$EqlRecursive;
public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, boolean);
descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Z)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=8, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: iload 4
ifeq 1
aload 1
getfield org.jruby.runtime.ThreadContext.tru:Lorg/jruby/RubyBoolean;
areturn
1: StackMap locals:
StackMap stack:
aload 3
checkcast org.jruby.RubyStruct
getfield org.jruby.RubyStruct.values:[Lorg/jruby/runtime/builtin/IRubyObject;
astore 5
start local 5 2: aload 2
checkcast org.jruby.RubyStruct
getfield org.jruby.RubyStruct.values:[Lorg/jruby/runtime/builtin/IRubyObject;
astore 6
start local 6 3: iconst_0
istore 7
start local 7 4: goto 7
5: StackMap locals: org.jruby.runtime.builtin.IRubyObject[] org.jruby.runtime.builtin.IRubyObject[] int
StackMap stack:
aload 1
aload 5
iload 7
aaload
aload 6
iload 7
aaload
invokestatic org.jruby.RubyStruct.eqlInternal:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Z
ifne 6
aload 1
getfield org.jruby.runtime.ThreadContext.fals:Lorg/jruby/RubyBoolean;
areturn
6: StackMap locals:
StackMap stack:
iinc 7 1
StackMap locals:
StackMap stack:
7: iload 7
aload 5
arraylength
if_icmplt 5
end local 7 8: aload 1
getfield org.jruby.runtime.ThreadContext.tru:Lorg/jruby/RubyBoolean;
areturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/jruby/RubyStruct$EqlRecursive;
0 9 1 context Lorg/jruby/runtime/ThreadContext;
0 9 2 other Lorg/jruby/runtime/builtin/IRubyObject;
0 9 3 self Lorg/jruby/runtime/builtin/IRubyObject;
0 9 4 recur Z
2 9 5 values [Lorg/jruby/runtime/builtin/IRubyObject;
3 9 6 otherValues [Lorg/jruby/runtime/builtin/IRubyObject;
4 8 7 i I
MethodParameters:
Name Flags
context
other
self
recur
public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, java.lang.Object, org.jruby.runtime.builtin.IRubyObject, boolean);
descriptor: (Lorg/jruby/runtime/ThreadContext;Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;Z)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=5, locals=5, args_size=5
0: aload 0
aload 1
aload 2
checkcast org.jruby.runtime.builtin.IRubyObject
aload 3
iload 4
invokevirtual org.jruby.RubyStruct$EqlRecursive.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Z)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Lorg/jruby/runtime/ThreadContext$RecursiveFunctionEx<Lorg/jruby/runtime/builtin/IRubyObject;>;
SourceFile: "RubyStruct.java"
NestHost: org.jruby.RubyStruct
InnerClasses:
private EqlRecursive = org.jruby.RubyStruct$EqlRecursive of org.jruby.RubyStruct
public abstract RecursiveFunctionEx = org.jruby.runtime.ThreadContext$RecursiveFunctionEx of org.jruby.runtime.ThreadContext