class org.jruby.Ruby$1 implements org.jruby.Ruby$RecursiveFunctionEx<org.jruby.Ruby$RecursiveFunction>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.Ruby$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.Ruby$1 this
         0: .line 4937
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.Ruby$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/Ruby$1;

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.Ruby$RecursiveFunction, org.jruby.runtime.builtin.IRubyObject, boolean);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/Ruby$RecursiveFunction;Lorg/jruby/runtime/builtin/IRubyObject;Z)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.jruby.Ruby$1 this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.Ruby$RecursiveFunction func
        start local 3 // org.jruby.runtime.builtin.IRubyObject obj
        start local 4 // boolean recur
         0: .line 4940
            aload 2 /* func */
            aload 3 /* obj */
            iload 4 /* recur */
            invokeinterface org.jruby.Ruby$RecursiveFunction.call:(Lorg/jruby/runtime/builtin/IRubyObject;Z)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 4 // boolean recur
        end local 3 // org.jruby.runtime.builtin.IRubyObject obj
        end local 2 // org.jruby.Ruby$RecursiveFunction func
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.Ruby$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/Ruby$1;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
            0    1     2     func  Lorg/jruby/Ruby$RecursiveFunction;
            0    1     3      obj  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     4    recur  Z
    MethodParameters:
         Name  Flags
      context  
      func     
      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: .line 1
            aload 0
            aload 1
            aload 2
            checkcast org.jruby.Ruby$RecursiveFunction
            aload 3
            iload 4
            invokevirtual org.jruby.Ruby$1.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/Ruby$RecursiveFunction;Lorg/jruby/runtime/builtin/IRubyObject;Z)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lorg/jruby/Ruby$RecursiveFunctionEx<Lorg/jruby/Ruby$RecursiveFunction;>;
SourceFile: "Ruby.java"
EnclosingMethod: org.jruby.Ruby
NestHost: org.jruby.Ruby
InnerClasses:
  org.jruby.Ruby$1
  public abstract RecursiveFunction = org.jruby.Ruby$RecursiveFunction of org.jruby.Ruby
  public abstract RecursiveFunctionEx = org.jruby.Ruby$RecursiveFunctionEx of org.jruby.Ruby