class org.jruby.RubyRange$InspectRecursive 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.RubyRange$InspectRecursive
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/RubyRange$InspectRecursive;
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=2, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: iload 4
ifeq 4
1: aload 1
getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
aload 3
checkcast org.jruby.RubyRange
getfield org.jruby.RubyRange.isExclusive:Z
ifeq 2
ldc "(... ... ...)"
goto 3
StackMap locals:
StackMap stack: org.jruby.Ruby
2: ldc "(... .. ...)"
StackMap locals: org.jruby.RubyRange$InspectRecursive org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject int
StackMap stack: org.jruby.Ruby java.lang.String
3: invokestatic org.jruby.RubyString.newString:(Lorg/jruby/Ruby;Ljava/lang/String;)Lorg/jruby/RubyString;
areturn
4: StackMap locals:
StackMap stack:
aload 1
aload 3
invokestatic org.jruby.RubyRange.inspect:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyString;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/jruby/RubyRange$InspectRecursive;
0 5 1 context Lorg/jruby/runtime/ThreadContext;
0 5 2 state Lorg/jruby/runtime/builtin/IRubyObject;
0 5 3 obj Lorg/jruby/runtime/builtin/IRubyObject;
0 5 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.runtime.builtin.IRubyObject
aload 3
iload 4
invokevirtual org.jruby.RubyRange$InspectRecursive.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: "RubyRange.java"
NestHost: org.jruby.RubyRange
InnerClasses:
private InspectRecursive = org.jruby.RubyRange$InspectRecursive of org.jruby.RubyRange
public abstract RecursiveFunctionEx = org.jruby.runtime.ThreadContext$RecursiveFunctionEx of org.jruby.runtime.ThreadContext