public class org.jruby.javasupport.ext.JavaLang$Class
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.javasupport.ext.JavaLang$Class
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.javasupport.ext.JavaLang$Class this
         0: .line 434
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.javasupport.ext.JavaLang$Class this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/javasupport/ext/JavaLang$Class;

  static org.jruby.RubyClass define(org.jruby.Ruby, org.jruby.RubyClass);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)Lorg/jruby/RubyClass;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.Ruby runtime
        start local 1 // org.jruby.RubyClass proxy
         0: .line 437
            aload 1 /* proxy */
            aload 0 /* runtime */
            invokevirtual org.jruby.Ruby.getComparable:()Lorg/jruby/RubyModule;
            invokevirtual org.jruby.RubyClass.includeModule:(Lorg/jruby/runtime/builtin/IRubyObject;)V
         1: .line 438
            aload 1 /* proxy */
            ldc Lorg/jruby/javasupport/ext/JavaLang$Class;
            invokevirtual org.jruby.RubyClass.defineAnnotatedMethods:(Ljava/lang/Class;)V
         2: .line 439
            aload 1 /* proxy */
            areturn
        end local 1 // org.jruby.RubyClass proxy
        end local 0 // org.jruby.Ruby runtime
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0  runtime  Lorg/jruby/Ruby;
            0    3     1    proxy  Lorg/jruby/RubyClass;
    MethodParameters:
         Name  Flags
      runtime  final
      proxy    final

  public static org.jruby.runtime.builtin.IRubyObject proxy_class(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: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
         0: .line 444
            aload 1 /* self */
            invokestatic org.jruby.javasupport.JavaUtil.unwrapJavaObject:(Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/Object;
            checkcast java.lang.Class
            astore 2 /* klass */
        start local 2 // java.lang.Class klass
         1: .line 445
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getJavaSupport:()Lorg/jruby/javasupport/JavaSupport;
            aload 2 /* klass */
            invokevirtual org.jruby.javasupport.JavaSupport.getProxyClassFromCache:(Ljava/lang/Class;)Lorg/jruby/RubyModule;
            areturn
        end local 2 // java.lang.Class klass
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0  context  Lorg/jruby/runtime/ThreadContext;
            0    2     1     self  Lorg/jruby/runtime/builtin/IRubyObject;
            1    2     2    klass  Ljava/lang/Class;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"ruby_class"})
    MethodParameters:
         Name  Flags
      context  final
      self     final

  public static org.jruby.runtime.builtin.IRubyObject resource_as_stream(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: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=5, 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 name
         0: .line 450
            aload 1 /* self */
            invokestatic org.jruby.javasupport.JavaUtil.unwrapJavaObject:(Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/Object;
            checkcast java.lang.Class
            astore 3 /* klass */
        start local 3 // java.lang.Class klass
         1: .line 451
            aload 2 /* name */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.convertToString:()Lorg/jruby/RubyString;
            invokevirtual org.jruby.RubyString.toString:()Ljava/lang/String;
            astore 4 /* resName */
        start local 4 // java.lang.String resName
         2: .line 452
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 3 /* klass */
            aload 4 /* resName */
            invokevirtual java.lang.Class.getResourceAsStream:(Ljava/lang/String;)Ljava/io/InputStream;
            invokestatic org.jruby.javasupport.JavaUtil.convertJavaToUsableRubyObject:(Lorg/jruby/Ruby;Ljava/lang/Object;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 4 // java.lang.String resName
        end local 3 // java.lang.Class klass
        end local 2 // org.jruby.runtime.builtin.IRubyObject name
        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     name  Lorg/jruby/runtime/builtin/IRubyObject;
            1    3     3    klass  Ljava/lang/Class;
            2    3     4  resName  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  final
      self     final
      name     final

  public static org.jruby.runtime.builtin.IRubyObject resource_as_string(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: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=5, 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 name
         0: .line 457
            aload 1 /* self */
            invokestatic org.jruby.javasupport.JavaUtil.unwrapJavaObject:(Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/Object;
            checkcast java.lang.Class
            astore 3 /* klass */
        start local 3 // java.lang.Class klass
         1: .line 458
            aload 2 /* name */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.convertToString:()Lorg/jruby/RubyString;
            invokevirtual org.jruby.RubyString.toString:()Ljava/lang/String;
            astore 4 /* resName */
        start local 4 // java.lang.String resName
         2: .line 459
            new org.jruby.RubyIO
            dup
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 3 /* klass */
            aload 4 /* resName */
            invokevirtual java.lang.Class.getResourceAsStream:(Ljava/lang/String;)Ljava/io/InputStream;
            invokespecial org.jruby.RubyIO.<init>:(Lorg/jruby/Ruby;Ljava/io/InputStream;)V
            aload 0 /* context */
            invokevirtual org.jruby.RubyIO.read:(Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 4 // java.lang.String resName
        end local 3 // java.lang.Class klass
        end local 2 // org.jruby.runtime.builtin.IRubyObject name
        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     name  Lorg/jruby/runtime/builtin/IRubyObject;
            1    3     3    klass  Ljava/lang/Class;
            2    3     4  resName  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  final
      self     final
      name     final

  public static org.jruby.runtime.builtin.IRubyObject to_s(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: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
         0: .line 464
            aload 1 /* self */
            invokestatic org.jruby.javasupport.JavaUtil.unwrapJavaObject:(Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/Object;
            checkcast java.lang.Class
            astore 2 /* klass */
        start local 2 // java.lang.Class klass
         1: .line 465
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 2 /* klass */
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokestatic org.jruby.RubyString.newString:(Lorg/jruby/Ruby;Ljava/lang/String;)Lorg/jruby/RubyString;
            areturn
        end local 2 // java.lang.Class klass
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0  context  Lorg/jruby/runtime/ThreadContext;
            0    2     1     self  Lorg/jruby/runtime/builtin/IRubyObject;
            1    2     2    klass  Ljava/lang/Class;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  final
      self     final

  public static org.jruby.runtime.builtin.IRubyObject inspect(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: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
         0: .line 470
            aload 1 /* self */
            invokestatic org.jruby.javasupport.JavaUtil.unwrapJavaObject:(Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/Object;
            checkcast java.lang.Class
            astore 2 /* klass */
        start local 2 // java.lang.Class klass
         1: .line 471
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 2 /* klass */
            invokevirtual java.lang.Class.toString:()Ljava/lang/String;
            invokestatic org.jruby.RubyString.newString:(Lorg/jruby/Ruby;Ljava/lang/String;)Lorg/jruby/RubyString;
            areturn
        end local 2 // java.lang.Class klass
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0  context  Lorg/jruby/runtime/ThreadContext;
            0    2     1     self  Lorg/jruby/runtime/builtin/IRubyObject;
            1    2     2    klass  Ljava/lang/Class;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  final
      self     final

  public static org.jruby.runtime.builtin.IRubyObject annotations_p(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: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
         0: .line 476
            aload 1 /* self */
            invokestatic org.jruby.javasupport.JavaUtil.unwrapJavaObject:(Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/Object;
            checkcast java.lang.Class
            astore 2 /* klass */
        start local 2 // java.lang.Class klass
         1: .line 477
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 2 /* klass */
            invokevirtual java.lang.Class.getAnnotations:()[Ljava/lang/annotation/Annotation;
            arraylength
            ifle 2
            iconst_1
            goto 3
      StackMap locals: org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject java.lang.Class
      StackMap stack: org.jruby.Ruby
         2: iconst_0
      StackMap locals: org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject java.lang.Class
      StackMap stack: org.jruby.Ruby int
         3: invokevirtual org.jruby.Ruby.newBoolean:(Z)Lorg/jruby/RubyBoolean;
            areturn
        end local 2 // java.lang.Class klass
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0  context  Lorg/jruby/runtime/ThreadContext;
            0    4     1     self  Lorg/jruby/runtime/builtin/IRubyObject;
            1    4     2    klass  Ljava/lang/Class;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"annotations?"})
    MethodParameters:
         Name  Flags
      context  final
      self     final

  public static org.jruby.runtime.builtin.IRubyObject declared_annotations_p(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: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
         0: .line 482
            aload 1 /* self */
            invokestatic org.jruby.javasupport.JavaUtil.unwrapJavaObject:(Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/Object;
            checkcast java.lang.Class
            astore 2 /* klass */
        start local 2 // java.lang.Class klass
         1: .line 483
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 2 /* klass */
            invokevirtual java.lang.Class.getDeclaredAnnotations:()[Ljava/lang/annotation/Annotation;
            arraylength
            ifle 2
            iconst_1
            goto 3
      StackMap locals: org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject java.lang.Class
      StackMap stack: org.jruby.Ruby
         2: iconst_0
      StackMap locals: org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject java.lang.Class
      StackMap stack: org.jruby.Ruby int
         3: invokevirtual org.jruby.Ruby.newBoolean:(Z)Lorg/jruby/RubyBoolean;
            areturn
        end local 2 // java.lang.Class klass
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0  context  Lorg/jruby/runtime/ThreadContext;
            0    4     1     self  Lorg/jruby/runtime/builtin/IRubyObject;
            1    4     2    klass  Ljava/lang/Class;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"declared_annotations?"})
    MethodParameters:
         Name  Flags
      context  final
      self     final

  public static org.jruby.runtime.builtin.IRubyObject java_instance_methods(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: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=8, args_size=2
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
         0: .line 488
            aload 1 /* self */
            invokestatic org.jruby.javasupport.JavaUtil.unwrapJavaObject:(Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/Object;
            checkcast java.lang.Class
            astore 2 /* klass */
        start local 2 // java.lang.Class klass
         1: .line 489
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            invokestatic org.jruby.RubyArray.newArray:(Lorg/jruby/Ruby;)Lorg/jruby/RubyArray;
            astore 3 /* methods */
        start local 3 // org.jruby.RubyArray methods
         2: .line 490
            aload 2 /* klass */
            invokevirtual java.lang.Class.getMethods:()[Ljava/lang/reflect/Method;
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 6
      StackMap locals: org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject java.lang.Class org.jruby.RubyArray top int int java.lang.reflect.Method[]
      StackMap stack:
         3: aload 7
            iload 5
            aaload
            astore 4 /* method */
        start local 4 // java.lang.reflect.Method method
         4: .line 491
            aload 4 /* method */
            invokevirtual java.lang.reflect.Method.getModifiers:()I
            invokestatic java.lang.reflect.Modifier.isStatic:(I)Z
            ifne 5
            aload 3 /* methods */
            aload 4 /* method */
            invokevirtual org.jruby.RubyArray.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // java.lang.reflect.Method method
         5: .line 490
      StackMap locals:
      StackMap stack:
            iinc 5 1
      StackMap locals:
      StackMap stack:
         6: iload 5
            iload 6
            if_icmplt 3
         7: .line 493
            aload 3 /* methods */
            areturn
        end local 3 // org.jruby.RubyArray methods
        end local 2 // java.lang.Class klass
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0  context  Lorg/jruby/runtime/ThreadContext;
            0    8     1     self  Lorg/jruby/runtime/builtin/IRubyObject;
            1    8     2    klass  Ljava/lang/Class;
            2    8     3  methods  Lorg/jruby/RubyArray;
            4    5     4   method  Ljava/lang/reflect/Method;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  final
      self     final

  public static org.jruby.runtime.builtin.IRubyObject declared_instance_methods(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: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=8, args_size=2
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
         0: .line 498
            aload 1 /* self */
            invokestatic org.jruby.javasupport.JavaUtil.unwrapJavaObject:(Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/Object;
            checkcast java.lang.Class
            astore 2 /* klass */
        start local 2 // java.lang.Class klass
         1: .line 499
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            invokestatic org.jruby.RubyArray.newArray:(Lorg/jruby/Ruby;)Lorg/jruby/RubyArray;
            astore 3 /* methods */
        start local 3 // org.jruby.RubyArray methods
         2: .line 500
            aload 2 /* klass */
            invokevirtual java.lang.Class.getDeclaredMethods:()[Ljava/lang/reflect/Method;
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 6
      StackMap locals: org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject java.lang.Class org.jruby.RubyArray top int int java.lang.reflect.Method[]
      StackMap stack:
         3: aload 7
            iload 5
            aaload
            astore 4 /* method */
        start local 4 // java.lang.reflect.Method method
         4: .line 501
            aload 4 /* method */
            invokevirtual java.lang.reflect.Method.getModifiers:()I
            invokestatic java.lang.reflect.Modifier.isStatic:(I)Z
            ifne 5
            aload 3 /* methods */
            aload 4 /* method */
            invokevirtual org.jruby.RubyArray.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // java.lang.reflect.Method method
         5: .line 500
      StackMap locals:
      StackMap stack:
            iinc 5 1
      StackMap locals:
      StackMap stack:
         6: iload 5
            iload 6
            if_icmplt 3
         7: .line 503
            aload 3 /* methods */
            areturn
        end local 3 // org.jruby.RubyArray methods
        end local 2 // java.lang.Class klass
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0  context  Lorg/jruby/runtime/ThreadContext;
            0    8     1     self  Lorg/jruby/runtime/builtin/IRubyObject;
            1    8     2    klass  Ljava/lang/Class;
            2    8     3  methods  Lorg/jruby/RubyArray;
            4    5     4   method  Ljava/lang/reflect/Method;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  final
      self     final

  public static org.jruby.runtime.builtin.IRubyObject java_class_methods(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: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=8, args_size=2
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
         0: .line 508
            aload 1 /* self */
            invokestatic org.jruby.javasupport.JavaUtil.unwrapJavaObject:(Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/Object;
            checkcast java.lang.Class
            astore 2 /* klass */
        start local 2 // java.lang.Class klass
         1: .line 509
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            invokestatic org.jruby.RubyArray.newArray:(Lorg/jruby/Ruby;)Lorg/jruby/RubyArray;
            astore 3 /* methods */
        start local 3 // org.jruby.RubyArray methods
         2: .line 510
            aload 2 /* klass */
            invokevirtual java.lang.Class.getMethods:()[Ljava/lang/reflect/Method;
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 6
      StackMap locals: org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject java.lang.Class org.jruby.RubyArray top int int java.lang.reflect.Method[]
      StackMap stack:
         3: aload 7
            iload 5
            aaload
            astore 4 /* method */
        start local 4 // java.lang.reflect.Method method
         4: .line 511
            aload 4 /* method */
            invokevirtual java.lang.reflect.Method.getModifiers:()I
            invokestatic java.lang.reflect.Modifier.isStatic:(I)Z
            ifeq 5
            aload 3 /* methods */
            aload 4 /* method */
            invokevirtual org.jruby.RubyArray.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // java.lang.reflect.Method method
         5: .line 510
      StackMap locals:
      StackMap stack:
            iinc 5 1
      StackMap locals:
      StackMap stack:
         6: iload 5
            iload 6
            if_icmplt 3
         7: .line 513
            aload 3 /* methods */
            areturn
        end local 3 // org.jruby.RubyArray methods
        end local 2 // java.lang.Class klass
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0  context  Lorg/jruby/runtime/ThreadContext;
            0    8     1     self  Lorg/jruby/runtime/builtin/IRubyObject;
            1    8     2    klass  Ljava/lang/Class;
            2    8     3  methods  Lorg/jruby/RubyArray;
            4    5     4   method  Ljava/lang/reflect/Method;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  final
      self     final

  public static org.jruby.runtime.builtin.IRubyObject declared_class_methods(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: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=8, args_size=2
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
         0: .line 518
            aload 1 /* self */
            invokestatic org.jruby.javasupport.JavaUtil.unwrapJavaObject:(Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/Object;
            checkcast java.lang.Class
            astore 2 /* klass */
        start local 2 // java.lang.Class klass
         1: .line 519
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            invokestatic org.jruby.RubyArray.newArray:(Lorg/jruby/Ruby;)Lorg/jruby/RubyArray;
            astore 3 /* methods */
        start local 3 // org.jruby.RubyArray methods
         2: .line 520
            aload 2 /* klass */
            invokevirtual java.lang.Class.getDeclaredMethods:()[Ljava/lang/reflect/Method;
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 6
      StackMap locals: org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject java.lang.Class org.jruby.RubyArray top int int java.lang.reflect.Method[]
      StackMap stack:
         3: aload 7
            iload 5
            aaload
            astore 4 /* method */
        start local 4 // java.lang.reflect.Method method
         4: .line 521
            aload 4 /* method */
            invokevirtual java.lang.reflect.Method.getModifiers:()I
            invokestatic java.lang.reflect.Modifier.isStatic:(I)Z
            ifeq 5
            aload 3 /* methods */
            aload 4 /* method */
            invokevirtual org.jruby.RubyArray.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // java.lang.reflect.Method method
         5: .line 520
      StackMap locals:
      StackMap stack:
            iinc 5 1
      StackMap locals:
      StackMap stack:
         6: iload 5
            iload 6
            if_icmplt 3
         7: .line 523
            aload 3 /* methods */
            areturn
        end local 3 // org.jruby.RubyArray methods
        end local 2 // java.lang.Class klass
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0  context  Lorg/jruby/runtime/ThreadContext;
            0    8     1     self  Lorg/jruby/runtime/builtin/IRubyObject;
            1    8     2    klass  Ljava/lang/Class;
            2    8     3  methods  Lorg/jruby/RubyArray;
            4    5     4   method  Ljava/lang/reflect/Method;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  final
      self     final

  public static org.jruby.runtime.builtin.IRubyObject cmp(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: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=5, 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 other
         0: .line 529
            aload 2 /* other */
            instanceof org.jruby.javasupport.JavaClass
            ifeq 3
         1: .line 530
            aload 2 /* other */
            checkcast org.jruby.javasupport.JavaClass
            invokevirtual org.jruby.javasupport.JavaClass.getJavaClass:()Ljava/lang/Class;
            astore 3 /* that */
        start local 3 // java.lang.Class that
         2: .line 531
            goto 7
        end local 3 // java.lang.Class that
         3: .line 532
      StackMap locals:
      StackMap stack:
            aload 2 /* other */
            invokestatic org.jruby.javasupport.JavaUtil.isJavaObject:(Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ifeq 6
         4: .line 533
            aload 2 /* other */
            invokestatic org.jruby.javasupport.JavaUtil.unwrapJavaObject:(Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/Object;
            checkcast java.lang.Class
            astore 3 /* that */
        start local 3 // java.lang.Class that
         5: .line 534
            goto 7
        end local 3 // java.lang.Class that
         6: .line 536
      StackMap locals:
      StackMap stack:
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        start local 3 // java.lang.Class that
         7: .line 539
      StackMap locals: java.lang.Class
      StackMap stack:
            aload 1 /* self */
            invokestatic org.jruby.javasupport.JavaUtil.unwrapJavaObject:(Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/Object;
            checkcast java.lang.Class
            astore 4 /* thiz */
        start local 4 // java.lang.Class thiz
         8: .line 541
            aload 4 /* thiz */
            aload 3 /* that */
            if_acmpne 9
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            iconst_0
            invokevirtual org.jruby.Ruby.newFixnum:(I)Lorg/jruby/RubyFixnum;
            areturn
         9: .line 542
      StackMap locals: java.lang.Class
      StackMap stack:
            aload 4 /* thiz */
            aload 3 /* that */
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifeq 10
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            iconst_1
            invokevirtual org.jruby.Ruby.newFixnum:(I)Lorg/jruby/RubyFixnum;
            areturn
        10: .line 543
      StackMap locals:
      StackMap stack:
            aload 3 /* that */
            aload 4 /* thiz */
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifeq 11
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            iconst_m1
            invokevirtual org.jruby.Ruby.newFixnum:(I)Lorg/jruby/RubyFixnum;
            areturn
        11: .line 545
      StackMap locals:
      StackMap stack:
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 4 // java.lang.Class thiz
        end local 3 // java.lang.Class that
        end local 2 // org.jruby.runtime.builtin.IRubyObject other
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   12     0  context  Lorg/jruby/runtime/ThreadContext;
            0   12     1     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0   12     2    other  Lorg/jruby/runtime/builtin/IRubyObject;
            2    3     3     that  Ljava/lang/Class;
            5    6     3     that  Ljava/lang/Class;
            7   12     3     that  Ljava/lang/Class;
            8   12     4     thiz  Ljava/lang/Class;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"<=>"})
    MethodParameters:
         Name  Flags
      context  final
      self     final
      other    final

  public static org.jruby.runtime.builtin.IRubyObject anonymous_p(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.jruby.runtime.builtin.IRubyObject self
         0: .line 550
            aload 0 /* self */
            invokestatic org.jruby.javasupport.JavaUtil.unwrapJavaObject:(Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/Object;
            checkcast java.lang.Class
            astore 1 /* klass */
        start local 1 // java.lang.Class klass
         1: .line 551
            aload 0 /* self */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.getRuntime:()Lorg/jruby/Ruby;
            aload 1 /* klass */
            invokevirtual java.lang.Class.isAnonymousClass:()Z
            invokevirtual org.jruby.Ruby.newBoolean:(Z)Lorg/jruby/RubyBoolean;
            areturn
        end local 1 // java.lang.Class klass
        end local 0 // org.jruby.runtime.builtin.IRubyObject self
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   self  Lorg/jruby/runtime/builtin/IRubyObject;
            1    2     1  klass  Ljava/lang/Class;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"anonymous?"})
    MethodParameters:
      Name  Flags
      self  final

  public static org.jruby.runtime.builtin.IRubyObject abstract_p(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.jruby.runtime.builtin.IRubyObject self
         0: .line 556
            aload 0 /* self */
            invokestatic org.jruby.javasupport.JavaUtil.unwrapJavaObject:(Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/Object;
            checkcast java.lang.Class
            astore 1 /* klass */
        start local 1 // java.lang.Class klass
         1: .line 557
            aload 0 /* self */
            aload 1 /* klass */
            invokevirtual java.lang.Class.getModifiers:()I
            invokestatic org.jruby.javasupport.ext.JavaLangReflect.isAbstract:(Lorg/jruby/runtime/builtin/IRubyObject;I)Lorg/jruby/RubyBoolean;
            areturn
        end local 1 // java.lang.Class klass
        end local 0 // org.jruby.runtime.builtin.IRubyObject self
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   self  Lorg/jruby/runtime/builtin/IRubyObject;
            1    2     1  klass  Ljava/lang/Class;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"abstract?"})
    MethodParameters:
      Name  Flags
      self  final

  public static org.jruby.runtime.builtin.IRubyObject public_p(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.jruby.runtime.builtin.IRubyObject self
         0: .line 564
            aload 0 /* self */
            invokestatic org.jruby.javasupport.JavaUtil.unwrapJavaObject:(Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/Object;
            checkcast java.lang.Class
            astore 1 /* klass */
        start local 1 // java.lang.Class klass
         1: .line 565
            aload 0 /* self */
            aload 1 /* klass */
            invokevirtual java.lang.Class.getModifiers:()I
            invokestatic org.jruby.javasupport.ext.JavaLangReflect.isPublic:(Lorg/jruby/runtime/builtin/IRubyObject;I)Lorg/jruby/RubyBoolean;
            areturn
        end local 1 // java.lang.Class klass
        end local 0 // org.jruby.runtime.builtin.IRubyObject self
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   self  Lorg/jruby/runtime/builtin/IRubyObject;
            1    2     1  klass  Ljava/lang/Class;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"public?"})
    MethodParameters:
      Name  Flags
      self  final

  public static org.jruby.runtime.builtin.IRubyObject protected_p(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.jruby.runtime.builtin.IRubyObject self
         0: .line 570
            aload 0 /* self */
            invokestatic org.jruby.javasupport.JavaUtil.unwrapJavaObject:(Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/Object;
            checkcast java.lang.Class
            astore 1 /* klass */
        start local 1 // java.lang.Class klass
         1: .line 571
            aload 0 /* self */
            aload 1 /* klass */
            invokevirtual java.lang.Class.getModifiers:()I
            invokestatic org.jruby.javasupport.ext.JavaLangReflect.isProtected:(Lorg/jruby/runtime/builtin/IRubyObject;I)Lorg/jruby/RubyBoolean;
            areturn
        end local 1 // java.lang.Class klass
        end local 0 // org.jruby.runtime.builtin.IRubyObject self
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   self  Lorg/jruby/runtime/builtin/IRubyObject;
            1    2     1  klass  Ljava/lang/Class;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"protected?"})
    MethodParameters:
      Name  Flags
      self  final

  public static org.jruby.runtime.builtin.IRubyObject private_p(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.jruby.runtime.builtin.IRubyObject self
         0: .line 576
            aload 0 /* self */
            invokestatic org.jruby.javasupport.JavaUtil.unwrapJavaObject:(Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/Object;
            checkcast java.lang.Class
            astore 1 /* klass */
        start local 1 // java.lang.Class klass
         1: .line 577
            aload 0 /* self */
            aload 1 /* klass */
            invokevirtual java.lang.Class.getModifiers:()I
            invokestatic org.jruby.javasupport.ext.JavaLangReflect.isPrivate:(Lorg/jruby/runtime/builtin/IRubyObject;I)Lorg/jruby/RubyBoolean;
            areturn
        end local 1 // java.lang.Class klass
        end local 0 // org.jruby.runtime.builtin.IRubyObject self
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   self  Lorg/jruby/runtime/builtin/IRubyObject;
            1    2     1  klass  Ljava/lang/Class;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"private?"})
    MethodParameters:
      Name  Flags
      self  final

  public static org.jruby.runtime.builtin.IRubyObject final_p(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.jruby.runtime.builtin.IRubyObject self
         0: .line 582
            aload 0 /* self */
            invokestatic org.jruby.javasupport.JavaUtil.unwrapJavaObject:(Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/Object;
            checkcast java.lang.Class
            astore 1 /* klass */
        start local 1 // java.lang.Class klass
         1: .line 583
            aload 0 /* self */
            aload 1 /* klass */
            invokevirtual java.lang.Class.getModifiers:()I
            invokestatic org.jruby.javasupport.ext.JavaLangReflect.isFinal:(Lorg/jruby/runtime/builtin/IRubyObject;I)Lorg/jruby/RubyBoolean;
            areturn
        end local 1 // java.lang.Class klass
        end local 0 // org.jruby.runtime.builtin.IRubyObject self
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   self  Lorg/jruby/runtime/builtin/IRubyObject;
            1    2     1  klass  Ljava/lang/Class;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"final?"})
    MethodParameters:
      Name  Flags
      self  final

  public static org.jruby.runtime.builtin.IRubyObject static_p(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.jruby.runtime.builtin.IRubyObject self
         0: .line 588
            aload 0 /* self */
            invokestatic org.jruby.javasupport.JavaUtil.unwrapJavaObject:(Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/Object;
            checkcast java.lang.Class
            astore 1 /* klass */
        start local 1 // java.lang.Class klass
         1: .line 589
            aload 0 /* self */
            aload 1 /* klass */
            invokevirtual java.lang.Class.getModifiers:()I
            invokestatic org.jruby.javasupport.ext.JavaLangReflect.isStatic:(Lorg/jruby/runtime/builtin/IRubyObject;I)Lorg/jruby/RubyBoolean;
            areturn
        end local 1 // java.lang.Class klass
        end local 0 // org.jruby.runtime.builtin.IRubyObject self
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   self  Lorg/jruby/runtime/builtin/IRubyObject;
            1    2     1  klass  Ljava/lang/Class;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"static?"})
    MethodParameters:
      Name  Flags
      self  final
}
SourceFile: "JavaLang.java"
NestHost: org.jruby.javasupport.ext.JavaLang
InnerClasses:
  public Class = org.jruby.javasupport.ext.JavaLang$Class of org.jruby.javasupport.ext.JavaLang
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyClass(name = {"Java::JavaLang::Class"})