class org.jruby.RubyArray$JoinRecursive implements org.jruby.runtime.ThreadContext$RecursiveFunctionEx<org.jruby.RubyArray$JoinRecursive$State>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.jruby.RubyArray$JoinRecursive
super_class: java.lang.Object
{
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/RubyArray$JoinRecursive;
public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.RubyArray$JoinRecursive$State, org.jruby.runtime.builtin.IRubyObject, boolean);
descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyArray$JoinRecursive$State;Lorg/jruby/runtime/builtin/IRubyObject;Z)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=5, 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.runtime:Lorg/jruby/Ruby;
ldc "recursive array join"
invokevirtual org.jruby.Ruby.newArgumentError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
athrow
1: StackMap locals:
StackMap stack:
aload 2
getfield org.jruby.RubyArray$JoinRecursive$State.ary:Lorg/jruby/RubyArray;
aload 1
aload 2
getfield org.jruby.RubyArray$JoinRecursive$State.sep:Lorg/jruby/RubyString;
iconst_0
aload 2
getfield org.jruby.RubyArray$JoinRecursive$State.result:Lorg/jruby/RubyString;
aload 2
getfield org.jruby.RubyArray$JoinRecursive$State.first:[Z
invokevirtual org.jruby.RubyArray.joinAny:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyString;ILorg/jruby/RubyString;[Z)Lorg/jruby/RubyString;
pop
2: aload 1
getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/jruby/RubyArray$JoinRecursive;
0 3 1 context Lorg/jruby/runtime/ThreadContext;
0 3 2 state Lorg/jruby/RubyArray$JoinRecursive$State;
0 3 3 obj Lorg/jruby/runtime/builtin/IRubyObject;
0 3 4 recur Z
MethodParameters:
Name Flags
context
state
obj
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.RubyArray$JoinRecursive$State
aload 3
iload 4
invokevirtual org.jruby.RubyArray$JoinRecursive.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyArray$JoinRecursive$State;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/RubyArray$JoinRecursive$State;>;
SourceFile: "RubyArray.java"
NestHost: org.jruby.RubyArray
InnerClasses:
private JoinRecursive = org.jruby.RubyArray$JoinRecursive of org.jruby.RubyArray
protected State = org.jruby.RubyArray$JoinRecursive$State of org.jruby.RubyArray$JoinRecursive
public abstract RecursiveFunctionEx = org.jruby.runtime.ThreadContext$RecursiveFunctionEx of org.jruby.runtime.ThreadContext