class org.jruby.javasupport.Java$JavaAccessor extends org.jruby.internal.runtime.methods.JavaMethod
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.javasupport.Java$JavaAccessor
  super_class: org.jruby.internal.runtime.methods.JavaMethod
{
  private final org.jruby.RubyModule packageOrClass;
    descriptor: Lorg/jruby/RubyModule;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.jruby.RubyModule parentPackage;
    descriptor: Lorg/jruby/RubyModule;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(org.jruby.RubyClass, org.jruby.RubyModule, org.jruby.RubyModule, java.lang.String);
    descriptor: (Lorg/jruby/RubyClass;Lorg/jruby/RubyModule;Lorg/jruby/RubyModule;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // org.jruby.javasupport.Java$JavaAccessor this
        start local 1 // org.jruby.RubyClass singleton
        start local 2 // org.jruby.RubyModule packageOrClass
        start local 3 // org.jruby.RubyModule parentPackage
        start local 4 // java.lang.String name
         0: .line 1087
            aload 0 /* this */
            aload 1 /* singleton */
            getstatic org.jruby.runtime.Visibility.PUBLIC:Lorg/jruby/runtime/Visibility;
            aload 4 /* name */
            invokespecial org.jruby.internal.runtime.methods.JavaMethod.<init>:(Lorg/jruby/RubyModule;Lorg/jruby/runtime/Visibility;Ljava/lang/String;)V
         1: .line 1088
            aload 0 /* this */
            aload 3 /* parentPackage */
            putfield org.jruby.javasupport.Java$JavaAccessor.parentPackage:Lorg/jruby/RubyModule;
            aload 0 /* this */
            aload 2 /* packageOrClass */
            putfield org.jruby.javasupport.Java$JavaAccessor.packageOrClass:Lorg/jruby/RubyModule;
         2: .line 1089
            return
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyModule parentPackage
        end local 2 // org.jruby.RubyModule packageOrClass
        end local 1 // org.jruby.RubyClass singleton
        end local 0 // org.jruby.javasupport.Java$JavaAccessor this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lorg/jruby/javasupport/Java$JavaAccessor;
            0    3     1       singleton  Lorg/jruby/RubyClass;
            0    3     2  packageOrClass  Lorg/jruby/RubyModule;
            0    3     3   parentPackage  Lorg/jruby/RubyModule;
            0    3     4            name  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      singleton       final
      packageOrClass  final
      parentPackage   final
      name            final

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=7
        start local 0 // org.jruby.javasupport.Java$JavaAccessor this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyModule clazz
        start local 4 // java.lang.String name
        start local 5 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 6 // org.jruby.runtime.Block block
         0: .line 1093
            aload 5 /* args */
            arraylength
            ifeq 2
         1: .line 1094
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 0 /* this */
            getfield org.jruby.javasupport.Java$JavaAccessor.parentPackage:Lorg/jruby/RubyModule;
            aload 4 /* name */
            aload 5 /* args */
            arraylength
            invokestatic org.jruby.javasupport.JavaPackage.packageMethodArgumentMismatch:(Lorg/jruby/Ruby;Lorg/jruby/RubyModule;Ljava/lang/String;I)Lorg/jruby/exceptions/RaiseException;
            athrow
         2: .line 1096
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* clazz */
            aload 4 /* name */
            invokevirtual org.jruby.javasupport.Java$JavaAccessor.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 6 // org.jruby.runtime.Block block
        end local 5 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyModule clazz
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.javasupport.Java$JavaAccessor this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/javasupport/Java$JavaAccessor;
            0    3     1  context  Lorg/jruby/runtime/ThreadContext;
            0    3     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     3    clazz  Lorg/jruby/RubyModule;
            0    3     4     name  Ljava/lang/String;
            0    3     5     args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     6    block  Lorg/jruby/runtime/Block;
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      name     
      args     
      block    

  public final org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=5, args_size=5
        start local 0 // org.jruby.javasupport.Java$JavaAccessor 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
         0: .line 1101
            aload 0 /* this */
            getfield org.jruby.javasupport.Java$JavaAccessor.packageOrClass:Lorg/jruby/RubyModule;
            areturn
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyModule clazz
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.javasupport.Java$JavaAccessor this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/javasupport/Java$JavaAccessor;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
            0    1     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3    clazz  Lorg/jruby/RubyModule;
            0    1     4     name  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      name     

  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.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=6, args_size=6
        start local 0 // org.jruby.javasupport.Java$JavaAccessor 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.Block block
         0: .line 1106
            aload 0 /* this */
            getfield org.jruby.javasupport.Java$JavaAccessor.packageOrClass:Lorg/jruby/RubyModule;
            areturn
        end local 5 // org.jruby.runtime.Block block
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyModule clazz
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.javasupport.Java$JavaAccessor this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/javasupport/Java$JavaAccessor;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
            0    1     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3    clazz  Lorg/jruby/RubyModule;
            0    1     4     name  Ljava/lang/String;
            0    1     5    block  Lorg/jruby/runtime/Block;
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      name     
      block    

  public org.jruby.runtime.Arity getArity();
    descriptor: ()Lorg/jruby/runtime/Arity;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.javasupport.Java$JavaAccessor this
         0: .line 1110
            invokestatic org.jruby.runtime.Arity.noArguments:()Lorg/jruby/runtime/Arity;
            areturn
        end local 0 // org.jruby.javasupport.Java$JavaAccessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/javasupport/Java$JavaAccessor;
}
SourceFile: "Java.java"
NestHost: org.jruby.javasupport.Java
InnerClasses:
  private JavaAccessor = org.jruby.javasupport.Java$JavaAccessor of org.jruby.javasupport.Java