final class org.jruby.javasupport.Java$ProcToInterface extends org.jruby.internal.runtime.methods.DynamicMethod
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.jruby.javasupport.Java$ProcToInterface
  super_class: org.jruby.internal.runtime.methods.DynamicMethod
{
  void <init>(org.jruby.RubyClass);
    descriptor: (Lorg/jruby/RubyClass;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.jruby.javasupport.Java$ProcToInterface this
        start local 1 // org.jruby.RubyClass singletonClass
         0: .line 1117
            aload 0 /* this */
            aload 1 /* singletonClass */
            getstatic org.jruby.runtime.Visibility.PUBLIC:Lorg/jruby/runtime/Visibility;
            ldc "call"
            invokespecial org.jruby.internal.runtime.methods.DynamicMethod.<init>:(Lorg/jruby/RubyModule;Lorg/jruby/runtime/Visibility;Ljava/lang/String;)V
         1: .line 1118
            return
        end local 1 // org.jruby.RubyClass singletonClass
        end local 0 // org.jruby.javasupport.Java$ProcToInterface this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/jruby/javasupport/Java$ProcToInterface;
            0    2     1  singletonClass  Lorg/jruby/RubyClass;
    MethodParameters:
                Name  Flags
      singletonClass  final

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=7
        start local 0 // org.jruby.javasupport.Java$ProcToInterface this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyModule clazz
        start local 4 // java.lang.String name
        start local 5 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 6 // org.jruby.runtime.Block block
         0: .line 1123
            aload 5 /* args */
            arraylength
            tableswitch { // 1 - 3
                    1: 1
                    2: 3
                    3: 5
              default: 7
          }
         1: .line 1124
      StackMap locals:
      StackMap stack:
            getstatic org.jruby.runtime.builtin.IRubyObject.NULL_ARRAY:[Lorg/jruby/runtime/builtin/IRubyObject;
            astore 7 /* newArgs */
        start local 7 // org.jruby.runtime.builtin.IRubyObject[] newArgs
         2: goto 9
        end local 7 // org.jruby.runtime.builtin.IRubyObject[] newArgs
         3: .line 1125
      StackMap locals:
      StackMap stack:
            iconst_1
            anewarray org.jruby.runtime.builtin.IRubyObject
            dup
            iconst_0
            aload 5 /* args */
            iconst_1
            aaload
            aastore
            astore 7 /* newArgs */
        start local 7 // org.jruby.runtime.builtin.IRubyObject[] newArgs
         4: goto 9
        end local 7 // org.jruby.runtime.builtin.IRubyObject[] newArgs
         5: .line 1126
      StackMap locals:
      StackMap stack:
            iconst_2
            anewarray org.jruby.runtime.builtin.IRubyObject
            dup
            iconst_0
            aload 5 /* args */
            iconst_1
            aaload
            aastore
            dup
            iconst_1
            aload 5 /* args */
            iconst_2
            aaload
            aastore
            astore 7 /* newArgs */
        start local 7 // org.jruby.runtime.builtin.IRubyObject[] newArgs
         6: goto 9
        end local 7 // org.jruby.runtime.builtin.IRubyObject[] newArgs
         7: .line 1127
      StackMap locals:
      StackMap stack:
            aload 5 /* args */
            arraylength
            iconst_1
            isub
            anewarray org.jruby.runtime.builtin.IRubyObject
            astore 7 /* newArgs */
        start local 7 // org.jruby.runtime.builtin.IRubyObject[] newArgs
         8: .line 1128
            aload 5 /* args */
            iconst_1
            aload 7 /* newArgs */
            iconst_0
            aload 7 /* newArgs */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         9: .line 1130
      StackMap locals: org.jruby.runtime.builtin.IRubyObject[]
      StackMap stack:
            aload 1 /* context */
            aload 2 /* self */
            aload 7 /* newArgs */
            invokestatic org.jruby.javasupport.Java$ProcToInterface.callProc:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 7 // org.jruby.runtime.builtin.IRubyObject[] newArgs
        end local 6 // org.jruby.runtime.Block block
        end local 5 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyModule clazz
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.javasupport.Java$ProcToInterface this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lorg/jruby/javasupport/Java$ProcToInterface;
            0   10     1  context  Lorg/jruby/runtime/ThreadContext;
            0   10     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0   10     3    clazz  Lorg/jruby/RubyModule;
            0   10     4     name  Ljava/lang/String;
            0   10     5     args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0   10     6    block  Lorg/jruby/runtime/Block;
            2    3     7  newArgs  [Lorg/jruby/runtime/builtin/IRubyObject;
            4    5     7  newArgs  [Lorg/jruby/runtime/builtin/IRubyObject;
            6    7     7  newArgs  [Lorg/jruby/runtime/builtin/IRubyObject;
            8   10     7  newArgs  [Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      name     
      args     
      block    

  private static org.jruby.runtime.builtin.IRubyObject callProc(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject[]);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
        start local 2 // org.jruby.runtime.builtin.IRubyObject[] procArgs
         0: .line 1134
            aload 1 /* self */
            instanceof org.jruby.RubyProc
            ifne 2
         1: .line 1135
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            ldc "interface impl method_missing for block used with non-Proc object"
            invokevirtual org.jruby.Ruby.newTypeError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
         2: .line 1137
      StackMap locals:
      StackMap stack:
            aload 1 /* self */
            checkcast org.jruby.RubyProc
            aload 0 /* context */
            aload 2 /* procArgs */
            invokevirtual org.jruby.RubyProc.call:(Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject[] procArgs
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0   context  Lorg/jruby/runtime/ThreadContext;
            0    3     1      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     2  procArgs  [Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
          Name  Flags
      context   
      self      
      procArgs  

  public org.jruby.internal.runtime.methods.DynamicMethod dup();
    descriptor: ()Lorg/jruby/internal/runtime/methods/DynamicMethod;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.javasupport.Java$ProcToInterface this
         0: .line 1142
            aload 0 /* this */
            areturn
        end local 0 // org.jruby.javasupport.Java$ProcToInterface this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/javasupport/Java$ProcToInterface;

  final org.jruby.javasupport.Java$ProcToInterface$ConcreteMethod getConcreteMethod(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/jruby/javasupport/Java$ProcToInterface$ConcreteMethod;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.jruby.javasupport.Java$ProcToInterface this
        start local 1 // java.lang.String name
         0: .line 1145
            new org.jruby.javasupport.Java$ProcToInterface$ConcreteMethod
            dup
            aload 0 /* this */
            aload 1 /* name */
            invokespecial org.jruby.javasupport.Java$ProcToInterface$ConcreteMethod.<init>:(Lorg/jruby/javasupport/Java$ProcToInterface;Ljava/lang/String;)V
            areturn
        end local 1 // java.lang.String name
        end local 0 // org.jruby.javasupport.Java$ProcToInterface this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/javasupport/Java$ProcToInterface;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  static org.jruby.RubyModule access$0(org.jruby.javasupport.Java$ProcToInterface);
    descriptor: (Lorg/jruby/javasupport/Java$ProcToInterface;)Lorg/jruby/RubyModule;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1114
            aload 0
            getfield org.jruby.javasupport.Java$ProcToInterface.implementationClass:Lorg/jruby/RubyModule;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "Java.java"
NestHost: org.jruby.javasupport.Java
InnerClasses:
  final ProcToInterface = org.jruby.javasupport.Java$ProcToInterface of org.jruby.javasupport.Java
  final ConcreteMethod = org.jruby.javasupport.Java$ProcToInterface$ConcreteMethod of org.jruby.javasupport.Java$ProcToInterface