public class org.jruby.javasupport.ext.JavaLangReflect$Constructor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.javasupport.ext.JavaLangReflect$Constructor
  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.JavaLangReflect$Constructor this
         0: .line 58
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.javasupport.ext.JavaLangReflect$Constructor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/javasupport/ext/JavaLangReflect$Constructor;

  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 61
            aload 1 /* proxy */
            ldc Lorg/jruby/javasupport/ext/JavaLangReflect$Constructor;
            invokevirtual org.jruby.RubyClass.defineAnnotatedMethods:(Ljava/lang/Class;)V
         1: .line 62
            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    2     0  runtime  Lorg/jruby/Ruby;
            0    2     1    proxy  Lorg/jruby/RubyClass;
    MethodParameters:
         Name  Flags
      runtime  final
      proxy    final

  public static org.jruby.runtime.builtin.IRubyObject return_type(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=1, locals=2, args_size=2
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
         0: .line 67
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  context  Lorg/jruby/runtime/ThreadContext;
            0    1     1     self  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  final
      self     final

  public static org.jruby.runtime.builtin.IRubyObject argument_types(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 72
            aload 1 /* self */
            invokestatic org.jruby.javasupport.JavaUtil.unwrapJavaObject:(Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/Object;
            checkcast java.lang.reflect.Constructor
            astore 2 /* thiz */
        start local 2 // java.lang.reflect.Constructor thiz
         1: .line 73
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 2 /* thiz */
            invokevirtual java.lang.reflect.Constructor.getParameterTypes:()[Ljava/lang/Class;
            invokestatic org.jruby.javasupport.JavaUtil.convertJavaToUsableRubyObject:(Lorg/jruby/Ruby;Ljava/lang/Object;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 2 // java.lang.reflect.Constructor thiz
        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     thiz  Ljava/lang/reflect/Constructor;
    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 80
            aload 1 /* self */
            invokestatic org.jruby.javasupport.JavaUtil.unwrapJavaObject:(Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/Object;
            checkcast java.lang.reflect.AccessibleObject
            astore 2 /* thiz */
        start local 2 // java.lang.reflect.AccessibleObject thiz
         1: .line 81
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 2 /* thiz */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokestatic org.jruby.RubyString.newString:(Lorg/jruby/Ruby;Ljava/lang/String;)Lorg/jruby/RubyString;
            areturn
        end local 2 // java.lang.reflect.AccessibleObject thiz
        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     thiz  Ljava/lang/reflect/AccessibleObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  final
      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 88
            aload 0 /* self */
            invokestatic org.jruby.javasupport.JavaUtil.unwrapJavaObject:(Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/Object;
            checkcast java.lang.reflect.Constructor
            astore 1 /* thiz */
        start local 1 // java.lang.reflect.Constructor thiz
         1: .line 89
            aload 0 /* self */
            aload 1 /* thiz */
            invokevirtual java.lang.reflect.Constructor.getModifiers:()I
            invokestatic org.jruby.javasupport.ext.JavaLangReflect.isPublic:(Lorg/jruby/runtime/builtin/IRubyObject;I)Lorg/jruby/RubyBoolean;
            areturn
        end local 1 // java.lang.reflect.Constructor thiz
        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  thiz  Ljava/lang/reflect/Constructor;
    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 94
            aload 0 /* self */
            invokestatic org.jruby.javasupport.JavaUtil.unwrapJavaObject:(Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/Object;
            checkcast java.lang.reflect.Constructor
            astore 1 /* thiz */
        start local 1 // java.lang.reflect.Constructor thiz
         1: .line 95
            aload 0 /* self */
            aload 1 /* thiz */
            invokevirtual java.lang.reflect.Constructor.getModifiers:()I
            invokestatic org.jruby.javasupport.ext.JavaLangReflect.isProtected:(Lorg/jruby/runtime/builtin/IRubyObject;I)Lorg/jruby/RubyBoolean;
            areturn
        end local 1 // java.lang.reflect.Constructor thiz
        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  thiz  Ljava/lang/reflect/Constructor;
    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 100
            aload 0 /* self */
            invokestatic org.jruby.javasupport.JavaUtil.unwrapJavaObject:(Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/Object;
            checkcast java.lang.reflect.Constructor
            astore 1 /* thiz */
        start local 1 // java.lang.reflect.Constructor thiz
         1: .line 101
            aload 0 /* self */
            aload 1 /* thiz */
            invokevirtual java.lang.reflect.Constructor.getModifiers:()I
            invokestatic org.jruby.javasupport.ext.JavaLangReflect.isPrivate:(Lorg/jruby/runtime/builtin/IRubyObject;I)Lorg/jruby/RubyBoolean;
            areturn
        end local 1 // java.lang.reflect.Constructor thiz
        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  thiz  Ljava/lang/reflect/Constructor;
    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 106
            aload 0 /* self */
            invokestatic org.jruby.javasupport.JavaUtil.unwrapJavaObject:(Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/Object;
            checkcast java.lang.reflect.Constructor
            astore 1 /* thiz */
        start local 1 // java.lang.reflect.Constructor thiz
         1: .line 107
            aload 0 /* self */
            aload 1 /* thiz */
            invokevirtual java.lang.reflect.Constructor.getModifiers:()I
            invokestatic org.jruby.javasupport.ext.JavaLangReflect.isFinal:(Lorg/jruby/runtime/builtin/IRubyObject;I)Lorg/jruby/RubyBoolean;
            areturn
        end local 1 // java.lang.reflect.Constructor thiz
        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  thiz  Ljava/lang/reflect/Constructor;
    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 112
            aload 0 /* self */
            invokestatic org.jruby.javasupport.JavaUtil.unwrapJavaObject:(Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/Object;
            checkcast java.lang.reflect.Constructor
            astore 1 /* thiz */
        start local 1 // java.lang.reflect.Constructor thiz
         1: .line 113
            aload 0 /* self */
            aload 1 /* thiz */
            invokevirtual java.lang.reflect.Constructor.getModifiers:()I
            invokestatic org.jruby.javasupport.ext.JavaLangReflect.isStatic:(Lorg/jruby/runtime/builtin/IRubyObject;I)Lorg/jruby/RubyBoolean;
            areturn
        end local 1 // java.lang.reflect.Constructor thiz
        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  thiz  Ljava/lang/reflect/Constructor;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"static?"})
    MethodParameters:
      Name  Flags
      self  final
}
SourceFile: "JavaLangReflect.java"
NestHost: org.jruby.javasupport.ext.JavaLangReflect
InnerClasses:
  public Constructor = org.jruby.javasupport.ext.JavaLangReflect$Constructor of org.jruby.javasupport.ext.JavaLangReflect
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyClass(name = {"Java::JavaLangReflect::Constructor"})