public class org.jruby.javasupport.proxy.JavaProxyReflectionObject extends org.jruby.RubyObject
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.javasupport.proxy.JavaProxyReflectionObject
  super_class: org.jruby.RubyObject
{
  public void <init>(org.jruby.Ruby, org.jruby.RubyClass);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.jruby.javasupport.proxy.JavaProxyReflectionObject this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // org.jruby.RubyClass metaClass
         0: .line 49
            aload 0 /* this */
            aload 1 /* runtime */
            aload 2 /* metaClass */
            iconst_0
            invokespecial org.jruby.RubyObject.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Z)V
         1: .line 50
            return
        end local 2 // org.jruby.RubyClass metaClass
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.javasupport.proxy.JavaProxyReflectionObject this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/jruby/javasupport/proxy/JavaProxyReflectionObject;
            0    2     1    runtime  Lorg/jruby/Ruby;
            0    2     2  metaClass  Lorg/jruby/RubyClass;
    MethodParameters:
           Name  Flags
      runtime    
      metaClass  

  protected static void registerRubyMethods(org.jruby.Ruby, org.jruby.RubyClass);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)V
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.Ruby runtime
        start local 1 // org.jruby.RubyClass klass
         0: .line 53
            aload 1 /* klass */
            ldc Lorg/jruby/javasupport/proxy/JavaProxyReflectionObject;
            invokevirtual org.jruby.RubyClass.defineAnnotatedMethods:(Ljava/lang/Class;)V
         1: .line 54
            aload 1 /* klass */
            invokevirtual org.jruby.RubyClass.getMetaClass:()Lorg/jruby/RubyClass;
            ldc "__j_allocate"
            ldc "allocate"
            invokevirtual org.jruby.RubyClass.defineAlias:(Ljava/lang/String;Ljava/lang/String;)V
         2: .line 55
            return
        end local 1 // org.jruby.RubyClass klass
        end local 0 // org.jruby.Ruby runtime
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0  runtime  Lorg/jruby/Ruby;
            0    3     1    klass  Lorg/jruby/RubyClass;
    MethodParameters:
         Name  Flags
      runtime  
      klass    

  public org.jruby.runtime.builtin.IRubyObject op_equal(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.javasupport.proxy.JavaProxyReflectionObject this
        start local 1 // org.jruby.runtime.builtin.IRubyObject other
         0: .line 59
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.jruby.javasupport.proxy.JavaProxyReflectionObject.getRuntime:()Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getCurrentContext:()Lorg/jruby/runtime/ThreadContext;
            aload 1 /* other */
            invokevirtual org.jruby.javasupport.proxy.JavaProxyReflectionObject.op_eqq:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyBoolean;
            areturn
        end local 1 // org.jruby.runtime.builtin.IRubyObject other
        end local 0 // org.jruby.javasupport.proxy.JavaProxyReflectionObject this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/jruby/javasupport/proxy/JavaProxyReflectionObject;
            0    1     1  other  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
       Name  Flags
      other  

  public org.jruby.RubyBoolean op_eqq(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyBoolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.jruby.javasupport.proxy.JavaProxyReflectionObject this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject obj
         0: .line 65
            aload 2 /* obj */
            instanceof org.jruby.javasupport.proxy.JavaProxyReflectionObject
            ifne 5
         1: .line 66
            aload 2 /* obj */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.dataGetStruct:()Ljava/lang/Object;
            astore 3 /* wrappedObj */
        start local 3 // java.lang.Object wrappedObj
         2: .line 67
            aload 3 /* wrappedObj */
            instanceof org.jruby.javasupport.JavaObject
            ifne 4
         3: .line 68
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.fals:Lorg/jruby/RubyBoolean;
            areturn
         4: .line 70
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 3 /* wrappedObj */
            checkcast org.jruby.runtime.builtin.IRubyObject
            astore 2 /* obj */
        end local 3 // java.lang.Object wrappedObj
         5: .line 72
      StackMap locals:
      StackMap stack:
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 0 /* this */
            aload 2 /* obj */
            invokevirtual org.jruby.javasupport.proxy.JavaProxyReflectionObject.equals:(Ljava/lang/Object;)Z
            invokevirtual org.jruby.Ruby.newBoolean:(Z)Lorg/jruby/RubyBoolean;
            areturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject obj
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.javasupport.proxy.JavaProxyReflectionObject this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lorg/jruby/javasupport/proxy/JavaProxyReflectionObject;
            0    6     1     context  Lorg/jruby/runtime/ThreadContext;
            0    6     2         obj  Lorg/jruby/runtime/builtin/IRubyObject;
            2    5     3  wrappedObj  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"==", "eql?"})
    MethodParameters:
         Name  Flags
      context  final
      obj      

  public org.jruby.runtime.builtin.IRubyObject same(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.javasupport.proxy.JavaProxyReflectionObject this
        start local 1 // org.jruby.runtime.builtin.IRubyObject other
         0: .line 77
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.jruby.javasupport.proxy.JavaProxyReflectionObject.getRuntime:()Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getCurrentContext:()Lorg/jruby/runtime/ThreadContext;
            aload 1 /* other */
            invokevirtual org.jruby.javasupport.proxy.JavaProxyReflectionObject.op_equal:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyBoolean;
            areturn
        end local 1 // org.jruby.runtime.builtin.IRubyObject other
        end local 0 // org.jruby.javasupport.proxy.JavaProxyReflectionObject this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/jruby/javasupport/proxy/JavaProxyReflectionObject;
            0    1     1  other  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
       Name  Flags
      other  

  public org.jruby.RubyBoolean op_equal(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyBoolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.jruby.javasupport.proxy.JavaProxyReflectionObject this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject obj
         0: .line 83
            aload 0 /* this */
            aload 2 /* obj */
            if_acmpne 1
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.tru:Lorg/jruby/RubyBoolean;
            areturn
         1: .line 85
      StackMap locals:
      StackMap stack:
            aload 2 /* obj */
            instanceof org.jruby.javasupport.proxy.JavaProxyReflectionObject
            ifne 6
         2: .line 86
            aload 2 /* obj */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.dataGetStruct:()Ljava/lang/Object;
            astore 3 /* wrappedObj */
        start local 3 // java.lang.Object wrappedObj
         3: .line 87
            aload 3 /* wrappedObj */
            instanceof org.jruby.javasupport.JavaObject
            ifne 5
         4: .line 88
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.fals:Lorg/jruby/RubyBoolean;
            areturn
         5: .line 90
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 3 /* wrappedObj */
            checkcast org.jruby.runtime.builtin.IRubyObject
            astore 2 /* obj */
        end local 3 // java.lang.Object wrappedObj
         6: .line 92
      StackMap locals:
      StackMap stack:
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 0 /* this */
            aload 2 /* obj */
            if_acmpne 7
            iconst_1
            goto 8
      StackMap locals:
      StackMap stack: org.jruby.Ruby
         7: iconst_0
      StackMap locals: org.jruby.javasupport.proxy.JavaProxyReflectionObject org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject
      StackMap stack: org.jruby.Ruby int
         8: invokevirtual org.jruby.Ruby.newBoolean:(Z)Lorg/jruby/RubyBoolean;
            areturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject obj
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.javasupport.proxy.JavaProxyReflectionObject this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lorg/jruby/javasupport/proxy/JavaProxyReflectionObject;
            0    9     1     context  Lorg/jruby/runtime/ThreadContext;
            0    9     2         obj  Lorg/jruby/runtime/builtin/IRubyObject;
            3    6     3  wrappedObj  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"equal?"})
    MethodParameters:
         Name  Flags
      context  final
      obj      

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.javasupport.proxy.JavaProxyReflectionObject this
        start local 1 // java.lang.Object other
         0: .line 97
            aload 0 /* this */
            aload 1 /* other */
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.Object other
        end local 0 // org.jruby.javasupport.proxy.JavaProxyReflectionObject this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/jruby/javasupport/proxy/JavaProxyReflectionObject;
            0    2     1  other  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      other  

  public org.jruby.RubyFixnum hash();
    descriptor: ()Lorg/jruby/RubyFixnum;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.javasupport.proxy.JavaProxyReflectionObject this
         0: .line 103
            aload 0 /* this */
            invokevirtual org.jruby.javasupport.proxy.JavaProxyReflectionObject.getRuntime:()Lorg/jruby/Ruby;
            aload 0 /* this */
            invokevirtual org.jruby.javasupport.proxy.JavaProxyReflectionObject.hashCode:()I
            invokevirtual org.jruby.Ruby.newFixnum:(I)Lorg/jruby/RubyFixnum;
            areturn
        end local 0 // org.jruby.javasupport.proxy.JavaProxyReflectionObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/javasupport/proxy/JavaProxyReflectionObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.javasupport.proxy.JavaProxyReflectionObject this
         0: .line 108
            bipush 11
            aload 0 /* this */
            invokevirtual org.jruby.javasupport.proxy.JavaProxyReflectionObject.getJavaClass:()Ljava/lang/Class;
            invokevirtual java.lang.Object.hashCode:()I
            imul
            ireturn
        end local 0 // org.jruby.javasupport.proxy.JavaProxyReflectionObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/javasupport/proxy/JavaProxyReflectionObject;

  public org.jruby.runtime.builtin.IRubyObject to_s();
    descriptor: ()Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.javasupport.proxy.JavaProxyReflectionObject this
         0: .line 114
            aload 0 /* this */
            invokevirtual org.jruby.javasupport.proxy.JavaProxyReflectionObject.getRuntime:()Lorg/jruby/Ruby;
            aload 0 /* this */
            invokevirtual org.jruby.javasupport.proxy.JavaProxyReflectionObject.toString:()Ljava/lang/String;
            invokevirtual org.jruby.Ruby.newString:(Ljava/lang/String;)Lorg/jruby/RubyString;
            areturn
        end local 0 // org.jruby.javasupport.proxy.JavaProxyReflectionObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/javasupport/proxy/JavaProxyReflectionObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.javasupport.proxy.JavaProxyReflectionObject this
         0: .line 119
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            areturn
        end local 0 // org.jruby.javasupport.proxy.JavaProxyReflectionObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/javasupport/proxy/JavaProxyReflectionObject;

  public org.jruby.RubyString java_type();
    descriptor: ()Lorg/jruby/RubyString;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.javasupport.proxy.JavaProxyReflectionObject this
         0: .line 124
            aload 0 /* this */
            invokevirtual org.jruby.javasupport.proxy.JavaProxyReflectionObject.getRuntime:()Lorg/jruby/Ruby;
            aload 0 /* this */
            invokevirtual org.jruby.javasupport.proxy.JavaProxyReflectionObject.getJavaClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual org.jruby.Ruby.newString:(Ljava/lang/String;)Lorg/jruby/RubyString;
            areturn
        end local 0 // org.jruby.javasupport.proxy.JavaProxyReflectionObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/javasupport/proxy/JavaProxyReflectionObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()

  public org.jruby.javasupport.JavaClass java_class();
    descriptor: ()Lorg/jruby/javasupport/JavaClass;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.javasupport.proxy.JavaProxyReflectionObject this
         0: .line 129
            aload 0 /* this */
            invokevirtual org.jruby.javasupport.proxy.JavaProxyReflectionObject.getRuntime:()Lorg/jruby/Ruby;
            aload 0 /* this */
            invokevirtual org.jruby.javasupport.proxy.JavaProxyReflectionObject.getJavaClass:()Ljava/lang/Class;
            invokestatic org.jruby.javasupport.JavaClass.get:(Lorg/jruby/Ruby;Ljava/lang/Class;)Lorg/jruby/javasupport/JavaClass;
            areturn
        end local 0 // org.jruby.javasupport.proxy.JavaProxyReflectionObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/javasupport/proxy/JavaProxyReflectionObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()

  public org.jruby.RubyFixnum length();
    descriptor: ()Lorg/jruby/RubyFixnum;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.javasupport.proxy.JavaProxyReflectionObject this
         0: .line 134
            aload 0 /* this */
            invokevirtual org.jruby.javasupport.proxy.JavaProxyReflectionObject.getRuntime:()Lorg/jruby/Ruby;
            ldc "not a java array"
            invokevirtual org.jruby.Ruby.newTypeError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
        end local 0 // org.jruby.javasupport.proxy.JavaProxyReflectionObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/javasupport/proxy/JavaProxyReflectionObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()

  public org.jruby.runtime.builtin.IRubyObject aref(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.javasupport.proxy.JavaProxyReflectionObject this
        start local 1 // org.jruby.runtime.builtin.IRubyObject index
         0: .line 139
            aload 0 /* this */
            invokevirtual org.jruby.javasupport.proxy.JavaProxyReflectionObject.getRuntime:()Lorg/jruby/Ruby;
            ldc "not a java array"
            invokevirtual org.jruby.Ruby.newTypeError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
        end local 1 // org.jruby.runtime.builtin.IRubyObject index
        end local 0 // org.jruby.javasupport.proxy.JavaProxyReflectionObject this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/jruby/javasupport/proxy/JavaProxyReflectionObject;
            0    1     1  index  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"[]"})
    MethodParameters:
       Name  Flags
      index  

  public org.jruby.runtime.builtin.IRubyObject aset(org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jruby.javasupport.proxy.JavaProxyReflectionObject this
        start local 1 // org.jruby.runtime.builtin.IRubyObject index
        start local 2 // org.jruby.runtime.builtin.IRubyObject someValue
         0: .line 144
            aload 0 /* this */
            invokevirtual org.jruby.javasupport.proxy.JavaProxyReflectionObject.getRuntime:()Lorg/jruby/Ruby;
            ldc "not a java array"
            invokevirtual org.jruby.Ruby.newTypeError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
        end local 2 // org.jruby.runtime.builtin.IRubyObject someValue
        end local 1 // org.jruby.runtime.builtin.IRubyObject index
        end local 0 // org.jruby.javasupport.proxy.JavaProxyReflectionObject this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/jruby/javasupport/proxy/JavaProxyReflectionObject;
            0    1     1      index  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     2  someValue  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"[]="})
    MethodParameters:
           Name  Flags
      index      
      someValue  

  public org.jruby.runtime.builtin.IRubyObject is_java_proxy();
    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.JavaProxyReflectionObject this
         0: .line 149
            aload 0 /* this */
            invokevirtual org.jruby.javasupport.proxy.JavaProxyReflectionObject.getRuntime:()Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getFalse:()Lorg/jruby/RubyBoolean;
            areturn
        end local 0 // org.jruby.javasupport.proxy.JavaProxyReflectionObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/javasupport/proxy/JavaProxyReflectionObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"java_proxy?"})

  final org.jruby.RubyArray toRubyArray(org.jruby.runtime.builtin.IRubyObject[]);
    descriptor: ([Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyArray;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.javasupport.proxy.JavaProxyReflectionObject this
        start local 1 // org.jruby.runtime.builtin.IRubyObject[] elements
         0: .line 157
            aload 0 /* this */
            invokevirtual org.jruby.javasupport.proxy.JavaProxyReflectionObject.getRuntime:()Lorg/jruby/Ruby;
            aload 1 /* elements */
            invokestatic org.jruby.RubyArray.newArrayMayCopy:(Lorg/jruby/Ruby;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyArray;
            areturn
        end local 1 // org.jruby.runtime.builtin.IRubyObject[] elements
        end local 0 // org.jruby.javasupport.proxy.JavaProxyReflectionObject this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jruby/javasupport/proxy/JavaProxyReflectionObject;
            0    1     1  elements  [Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
          Name  Flags
      elements  final

  final org.jruby.RubyArray toRubyArray(java.lang.Class<?>[]);
    descriptor: ([Ljava/lang/Class;)Lorg/jruby/RubyArray;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.javasupport.proxy.JavaProxyReflectionObject this
        start local 1 // java.lang.Class[] classes
         0: .line 161
            aload 0 /* this */
            invokevirtual org.jruby.javasupport.proxy.JavaProxyReflectionObject.getRuntime:()Lorg/jruby/Ruby;
            aload 1 /* classes */
            invokestatic org.jruby.javasupport.JavaClass.toRubyArray:(Lorg/jruby/Ruby;[Ljava/lang/Class;)Lorg/jruby/RubyArray;
            areturn
        end local 1 // java.lang.Class[] classes
        end local 0 // org.jruby.javasupport.proxy.JavaProxyReflectionObject this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/javasupport/proxy/JavaProxyReflectionObject;
            0    1     1  classes  [Ljava/lang/Class;
    Signature: ([Ljava/lang/Class<*>;)Lorg/jruby/RubyArray;
    MethodParameters:
         Name  Flags
      classes  final

  public org.jruby.runtime.builtin.IRubyObject op_eqq(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual org.jruby.javasupport.proxy.JavaProxyReflectionObject.op_eqq:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyBoolean;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.jruby.runtime.builtin.IRubyObject op_equal(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual org.jruby.javasupport.proxy.JavaProxyReflectionObject.op_equal:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyBoolean;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "JavaProxyReflectionObject.java"
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyClass(name = {"Java::JavaProxyClass"})