final class org.jruby.javasupport.proxy.JavaProxyConstructor$ProcInvocationHandler implements org.jruby.javasupport.proxy.JavaProxyInvocationHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.jruby.javasupport.proxy.JavaProxyConstructor$ProcInvocationHandler
  super_class: java.lang.Object
{
  private final org.jruby.Ruby runtime;
    descriptor: Lorg/jruby/Ruby;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.jruby.RubyProc proc;
    descriptor: Lorg/jruby/RubyProc;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(org.jruby.Ruby, org.jruby.RubyProc);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyProc;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jruby.javasupport.proxy.JavaProxyConstructor$ProcInvocationHandler this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // org.jruby.RubyProc proc
         0: .line 299
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 300
            aload 0 /* this */
            aload 1 /* runtime */
            putfield org.jruby.javasupport.proxy.JavaProxyConstructor$ProcInvocationHandler.runtime:Lorg/jruby/Ruby;
            aload 0 /* this */
            aload 2 /* proc */
            putfield org.jruby.javasupport.proxy.JavaProxyConstructor$ProcInvocationHandler.proc:Lorg/jruby/RubyProc;
         2: .line 301
            return
        end local 2 // org.jruby.RubyProc proc
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.javasupport.proxy.JavaProxyConstructor$ProcInvocationHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/javasupport/proxy/JavaProxyConstructor$ProcInvocationHandler;
            0    3     1  runtime  Lorg/jruby/Ruby;
            0    3     2     proc  Lorg/jruby/RubyProc;
    MethodParameters:
         Name  Flags
      runtime  final
      proc     final

  public org.jruby.runtime.builtin.IRubyObject getOrig();
    descriptor: ()Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.javasupport.proxy.JavaProxyConstructor$ProcInvocationHandler this
         0: .line 303
            aconst_null
            areturn
        end local 0 // org.jruby.javasupport.proxy.JavaProxyConstructor$ProcInvocationHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/javasupport/proxy/JavaProxyConstructor$ProcInvocationHandler;

  public final org.jruby.Ruby getRuntime();
    descriptor: ()Lorg/jruby/Ruby;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.javasupport.proxy.JavaProxyConstructor$ProcInvocationHandler this
         0: .line 304
            aload 0 /* this */
            getfield org.jruby.javasupport.proxy.JavaProxyConstructor$ProcInvocationHandler.runtime:Lorg/jruby/Ruby;
            areturn
        end local 0 // org.jruby.javasupport.proxy.JavaProxyConstructor$ProcInvocationHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/javasupport/proxy/JavaProxyConstructor$ProcInvocationHandler;

  public java.lang.Object invoke(java.lang.Object, org.jruby.javasupport.proxy.JavaProxyMethod, java.lang.Object[]);
    descriptor: (Ljava/lang/Object;Lorg/jruby/javasupport/proxy/JavaProxyMethod;[Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // org.jruby.javasupport.proxy.JavaProxyConstructor$ProcInvocationHandler this
        start local 1 // java.lang.Object proxy
        start local 2 // org.jruby.javasupport.proxy.JavaProxyMethod method
        start local 3 // java.lang.Object[] nargs
         0: .line 307
            aload 3 /* nargs */
            ifnonnull 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 3 /* nargs */
            arraylength
      StackMap locals:
      StackMap stack: int
         2: istore 4 /* length */
        start local 4 // int length
         3: .line 308
            iload 4 /* length */
            iconst_2
            iadd
            anewarray org.jruby.runtime.builtin.IRubyObject
            astore 5 /* rubyArgs */
        start local 5 // org.jruby.runtime.builtin.IRubyObject[] rubyArgs
         4: .line 309
            aload 5 /* rubyArgs */
            iconst_0
            aload 0 /* this */
            getfield org.jruby.javasupport.proxy.JavaProxyConstructor$ProcInvocationHandler.runtime:Lorg/jruby/Ruby;
            aload 1 /* proxy */
            invokestatic org.jruby.javasupport.JavaObject.wrap:(Lorg/jruby/Ruby;Ljava/lang/Object;)Lorg/jruby/javasupport/JavaObject;
            aastore
         5: .line 310
            aload 5 /* rubyArgs */
            iconst_1
            aload 2 /* method */
            aastore
         6: .line 311
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         7: goto 10
         8: .line 312
      StackMap locals: int org.jruby.runtime.builtin.IRubyObject[] int
      StackMap stack:
            aload 5 /* rubyArgs */
            iload 6 /* i */
            iconst_2
            iadd
            aload 0 /* this */
            getfield org.jruby.javasupport.proxy.JavaProxyConstructor$ProcInvocationHandler.runtime:Lorg/jruby/Ruby;
            aload 3 /* nargs */
            iload 6 /* i */
            aaload
            invokestatic org.jruby.javasupport.JavaUtil.convertJavaToRuby:(Lorg/jruby/Ruby;Ljava/lang/Object;)Lorg/jruby/runtime/builtin/IRubyObject;
            aastore
         9: .line 311
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 6 /* i */
            iload 4 /* length */
            if_icmplt 8
        end local 6 // int i
        11: .line 314
            aload 0 /* this */
            getfield org.jruby.javasupport.proxy.JavaProxyConstructor$ProcInvocationHandler.proc:Lorg/jruby/RubyProc;
            aload 0 /* this */
            getfield org.jruby.javasupport.proxy.JavaProxyConstructor$ProcInvocationHandler.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getCurrentContext:()Lorg/jruby/runtime/ThreadContext;
            aload 5 /* rubyArgs */
            invokevirtual org.jruby.RubyProc.call:(Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 6 /* procResult */
        start local 6 // org.jruby.runtime.builtin.IRubyObject procResult
        12: .line 315
            aload 6 /* procResult */
            aload 2 /* method */
            invokeinterface org.jruby.javasupport.proxy.JavaProxyMethod.getReturnType:()Ljava/lang/Class;
            invokeinterface org.jruby.runtime.builtin.IRubyObject.toJava:(Ljava/lang/Class;)Ljava/lang/Object;
            areturn
        end local 6 // org.jruby.runtime.builtin.IRubyObject procResult
        end local 5 // org.jruby.runtime.builtin.IRubyObject[] rubyArgs
        end local 4 // int length
        end local 3 // java.lang.Object[] nargs
        end local 2 // org.jruby.javasupport.proxy.JavaProxyMethod method
        end local 1 // java.lang.Object proxy
        end local 0 // org.jruby.javasupport.proxy.JavaProxyConstructor$ProcInvocationHandler this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0        this  Lorg/jruby/javasupport/proxy/JavaProxyConstructor$ProcInvocationHandler;
            0   13     1       proxy  Ljava/lang/Object;
            0   13     2      method  Lorg/jruby/javasupport/proxy/JavaProxyMethod;
            0   13     3       nargs  [Ljava/lang/Object;
            3   13     4      length  I
            4   13     5    rubyArgs  [Lorg/jruby/runtime/builtin/IRubyObject;
            7   11     6           i  I
           12   13     6  procResult  Lorg/jruby/runtime/builtin/IRubyObject;
    Exceptions:
      throws java.lang.Throwable
    MethodParameters:
        Name  Flags
      proxy   
      method  
      nargs   
}
SourceFile: "JavaProxyConstructor.java"
NestHost: org.jruby.javasupport.proxy.JavaProxyConstructor
InnerClasses:
  private final ProcInvocationHandler = org.jruby.javasupport.proxy.JavaProxyConstructor$ProcInvocationHandler of org.jruby.javasupport.proxy.JavaProxyConstructor