final class org.jruby.java.proxies.ArrayJavaProxy$ArrayNewMethod extends org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOne
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.jruby.java.proxies.ArrayJavaProxy$ArrayNewMethod
  super_class: org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOne
{
  private final org.jruby.internal.runtime.methods.DynamicMethod newMethod;
    descriptor: Lorg/jruby/internal/runtime/methods/DynamicMethod;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(org.jruby.RubyModule, org.jruby.runtime.Visibility);
    descriptor: (Lorg/jruby/RubyModule;Lorg/jruby/runtime/Visibility;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.jruby.java.proxies.ArrayJavaProxy$ArrayNewMethod this
        start local 1 // org.jruby.RubyModule implClass
        start local 2 // org.jruby.runtime.Visibility visibility
         0: .line 790
            aload 0 /* this */
            aload 1 /* implClass */
            aload 2 /* visibility */
            aload 1 /* implClass */
            ldc "new"
            invokevirtual org.jruby.RubyModule.searchMethod:(Ljava/lang/String;)Lorg/jruby/internal/runtime/methods/DynamicMethod;
            invokespecial org.jruby.java.proxies.ArrayJavaProxy$ArrayNewMethod.<init>:(Lorg/jruby/RubyModule;Lorg/jruby/runtime/Visibility;Lorg/jruby/internal/runtime/methods/DynamicMethod;)V
         1: .line 791
            return
        end local 2 // org.jruby.runtime.Visibility visibility
        end local 1 // org.jruby.RubyModule implClass
        end local 0 // org.jruby.java.proxies.ArrayJavaProxy$ArrayNewMethod this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/jruby/java/proxies/ArrayJavaProxy$ArrayNewMethod;
            0    2     1   implClass  Lorg/jruby/RubyModule;
            0    2     2  visibility  Lorg/jruby/runtime/Visibility;
    MethodParameters:
            Name  Flags
      implClass   
      visibility  

  public void <init>(org.jruby.RubyModule, org.jruby.runtime.Visibility, org.jruby.internal.runtime.methods.DynamicMethod);
    descriptor: (Lorg/jruby/RubyModule;Lorg/jruby/runtime/Visibility;Lorg/jruby/internal/runtime/methods/DynamicMethod;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.jruby.java.proxies.ArrayJavaProxy$ArrayNewMethod this
        start local 1 // org.jruby.RubyModule implClass
        start local 2 // org.jruby.runtime.Visibility visibility
        start local 3 // org.jruby.internal.runtime.methods.DynamicMethod oldNew
         0: .line 794
            aload 0 /* this */
            aload 1 /* implClass */
            aload 2 /* visibility */
            ldc "new"
            invokespecial org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOne.<init>:(Lorg/jruby/RubyModule;Lorg/jruby/runtime/Visibility;Ljava/lang/String;)V
         1: .line 795
            aload 0 /* this */
            aload 3 /* oldNew */
            putfield org.jruby.java.proxies.ArrayJavaProxy$ArrayNewMethod.newMethod:Lorg/jruby/internal/runtime/methods/DynamicMethod;
         2: .line 796
            return
        end local 3 // org.jruby.internal.runtime.methods.DynamicMethod oldNew
        end local 2 // org.jruby.runtime.Visibility visibility
        end local 1 // org.jruby.RubyModule implClass
        end local 0 // org.jruby.java.proxies.ArrayJavaProxy$ArrayNewMethod this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/jruby/java/proxies/ArrayJavaProxy$ArrayNewMethod;
            0    3     1   implClass  Lorg/jruby/RubyModule;
            0    3     2  visibility  Lorg/jruby/runtime/Visibility;
            0    3     3      oldNew  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    MethodParameters:
            Name  Flags
      implClass   
      visibility  
      oldNew      

  public final 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);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=8, args_size=6
        start local 0 // org.jruby.java.proxies.ArrayJavaProxy$ArrayNewMethod 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 arg0
         0: .line 800
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            astore 6 /* runtime */
        start local 6 // org.jruby.Ruby runtime
         1: .line 802
            aload 5 /* arg0 */
            instanceof org.jruby.javasupport.JavaArray
            ifne 3
         2: .line 803
            aload 6 /* runtime */
            aload 5 /* arg0 */
            aload 6 /* runtime */
            invokevirtual org.jruby.Ruby.getJavaSupport:()Lorg/jruby/javasupport/JavaSupport;
            invokevirtual org.jruby.javasupport.JavaSupport.getJavaArrayClass:()Lorg/jruby/RubyClass;
            invokevirtual org.jruby.Ruby.newTypeError:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;)Lorg/jruby/exceptions/RaiseException;
            athrow
         3: .line 806
      StackMap locals: org.jruby.Ruby
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.java.proxies.ArrayJavaProxy$ArrayNewMethod.newMethod:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* clazz */
            ldc "new_proxy"
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 7 /* proxy */
        start local 7 // org.jruby.runtime.builtin.IRubyObject proxy
         4: .line 807
            aload 7 /* proxy */
            aload 5 /* arg0 */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.dataWrapStruct:(Ljava/lang/Object;)V
         5: .line 808
            aload 7 /* proxy */
            areturn
        end local 7 // org.jruby.runtime.builtin.IRubyObject proxy
        end local 6 // org.jruby.Ruby runtime
        end local 5 // org.jruby.runtime.builtin.IRubyObject arg0
        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.java.proxies.ArrayJavaProxy$ArrayNewMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/jruby/java/proxies/ArrayJavaProxy$ArrayNewMethod;
            0    6     1  context  Lorg/jruby/runtime/ThreadContext;
            0    6     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     3    clazz  Lorg/jruby/RubyModule;
            0    6     4     name  Ljava/lang/String;
            0    6     5     arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            1    6     6  runtime  Lorg/jruby/Ruby;
            4    6     7    proxy  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      name     
      arg0     
}
SourceFile: "ArrayJavaProxy.java"
NestHost: org.jruby.java.proxies.ArrayJavaProxy
InnerClasses:
  public abstract JavaMethodOne = org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOne of org.jruby.internal.runtime.methods.JavaMethod
  private final ArrayNewMethod = org.jruby.java.proxies.ArrayJavaProxy$ArrayNewMethod of org.jruby.java.proxies.ArrayJavaProxy