public abstract class org.jruby.internal.runtime.methods.JavaMethod$JavaMethodN extends org.jruby.internal.runtime.methods.JavaMethod$JavaMethodNBlock
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.jruby.internal.runtime.methods.JavaMethod$JavaMethodN
  super_class: org.jruby.internal.runtime.methods.JavaMethod$JavaMethodNBlock
{
  public void <init>(org.jruby.RubyModule, org.jruby.runtime.Visibility, java.lang.String);
    descriptor: (Lorg/jruby/RubyModule;Lorg/jruby/runtime/Visibility;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.jruby.internal.runtime.methods.JavaMethod$JavaMethodN this
        start local 1 // org.jruby.RubyModule implementationClass
        start local 2 // org.jruby.runtime.Visibility visibility
        start local 3 // java.lang.String name
         0: .line 787
            aload 0 /* this */
            aload 1 /* implementationClass */
            aload 2 /* visibility */
            aload 3 /* name */
            invokespecial org.jruby.internal.runtime.methods.JavaMethod$JavaMethodNBlock.<init>:(Lorg/jruby/RubyModule;Lorg/jruby/runtime/Visibility;Ljava/lang/String;)V
         1: .line 788
            return
        end local 3 // java.lang.String name
        end local 2 // org.jruby.runtime.Visibility visibility
        end local 1 // org.jruby.RubyModule implementationClass
        end local 0 // org.jruby.internal.runtime.methods.JavaMethod$JavaMethodN this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lorg/jruby/internal/runtime/methods/JavaMethod$JavaMethodN;
            0    2     1  implementationClass  Lorg/jruby/RubyModule;
            0    2     2           visibility  Lorg/jruby/runtime/Visibility;
            0    2     3                 name  Ljava/lang/String;
    MethodParameters:
                     Name  Flags
      implementationClass  
      visibility           
      name                 

  public void <init>(org.jruby.RubyModule, org.jruby.runtime.Visibility);
    descriptor: (Lorg/jruby/RubyModule;Lorg/jruby/runtime/Visibility;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.internal.runtime.methods.JavaMethod$JavaMethodN this
        start local 1 // org.jruby.RubyModule implementationClass
        start local 2 // org.jruby.runtime.Visibility visibility
         0: .line 791
            aload 0 /* this */
            aload 1 /* implementationClass */
            aload 2 /* visibility */
            invokespecial org.jruby.internal.runtime.methods.JavaMethod$JavaMethodNBlock.<init>:(Lorg/jruby/RubyModule;Lorg/jruby/runtime/Visibility;)V
         1: .line 792
            return
        end local 2 // org.jruby.runtime.Visibility visibility
        end local 1 // org.jruby.RubyModule implementationClass
        end local 0 // org.jruby.internal.runtime.methods.JavaMethod$JavaMethodN this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lorg/jruby/internal/runtime/methods/JavaMethod$JavaMethodN;
            0    2     1  implementationClass  Lorg/jruby/RubyModule;
            0    2     2           visibility  Lorg/jruby/runtime/Visibility;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                     Name  Flags
      implementationClass  
      visibility           

  public void <init>(org.jruby.RubyModule, org.jruby.runtime.Visibility, org.jruby.internal.runtime.methods.CallConfiguration);
    descriptor: (Lorg/jruby/RubyModule;Lorg/jruby/runtime/Visibility;Lorg/jruby/internal/runtime/methods/CallConfiguration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.jruby.internal.runtime.methods.JavaMethod$JavaMethodN this
        start local 1 // org.jruby.RubyModule implementationClass
        start local 2 // org.jruby.runtime.Visibility visibility
        start local 3 // org.jruby.internal.runtime.methods.CallConfiguration callConfig
         0: .line 795
            aload 0 /* this */
            aload 1 /* implementationClass */
            aload 2 /* visibility */
            invokespecial org.jruby.internal.runtime.methods.JavaMethod$JavaMethodNBlock.<init>:(Lorg/jruby/RubyModule;Lorg/jruby/runtime/Visibility;)V
         1: .line 796
            return
        end local 3 // org.jruby.internal.runtime.methods.CallConfiguration callConfig
        end local 2 // org.jruby.runtime.Visibility visibility
        end local 1 // org.jruby.RubyModule implementationClass
        end local 0 // org.jruby.internal.runtime.methods.JavaMethod$JavaMethodN this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lorg/jruby/internal/runtime/methods/JavaMethod$JavaMethodN;
            0    2     1  implementationClass  Lorg/jruby/RubyModule;
            0    2     2           visibility  Lorg/jruby/runtime/Visibility;
            0    2     3           callConfig  Lorg/jruby/internal/runtime/methods/CallConfiguration;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                     Name  Flags
      implementationClass  
      visibility           
      callConfig           

  public void <init>(org.jruby.RubyModule, org.jruby.runtime.Visibility, org.jruby.internal.runtime.methods.CallConfiguration, java.lang.String);
    descriptor: (Lorg/jruby/RubyModule;Lorg/jruby/runtime/Visibility;Lorg/jruby/internal/runtime/methods/CallConfiguration;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // org.jruby.internal.runtime.methods.JavaMethod$JavaMethodN this
        start local 1 // org.jruby.RubyModule implementationClass
        start local 2 // org.jruby.runtime.Visibility visibility
        start local 3 // org.jruby.internal.runtime.methods.CallConfiguration callConfig
        start local 4 // java.lang.String name
         0: .line 799
            aload 0 /* this */
            aload 1 /* implementationClass */
            aload 2 /* visibility */
            aload 4 /* name */
            invokespecial org.jruby.internal.runtime.methods.JavaMethod$JavaMethodNBlock.<init>:(Lorg/jruby/RubyModule;Lorg/jruby/runtime/Visibility;Ljava/lang/String;)V
         1: .line 800
            return
        end local 4 // java.lang.String name
        end local 3 // org.jruby.internal.runtime.methods.CallConfiguration callConfig
        end local 2 // org.jruby.runtime.Visibility visibility
        end local 1 // org.jruby.RubyModule implementationClass
        end local 0 // org.jruby.internal.runtime.methods.JavaMethod$JavaMethodN this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lorg/jruby/internal/runtime/methods/JavaMethod$JavaMethodN;
            0    2     1  implementationClass  Lorg/jruby/RubyModule;
            0    2     2           visibility  Lorg/jruby/runtime/Visibility;
            0    2     3           callConfig  Lorg/jruby/internal/runtime/methods/CallConfiguration;
            0    2     4                 name  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                     Name  Flags
      implementationClass  
      visibility           
      callConfig           
      name                 

  public abstract org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.builtin.IRubyObject[]);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      name     
      args     

  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.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: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // org.jruby.internal.runtime.methods.JavaMethod$JavaMethodN 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 811
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* clazz */
            aload 4 /* name */
            getstatic org.jruby.runtime.builtin.IRubyObject.NULL_ARRAY:[Lorg/jruby/runtime/builtin/IRubyObject;
            invokevirtual org.jruby.internal.runtime.methods.JavaMethod$JavaMethodN.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            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.internal.runtime.methods.JavaMethod$JavaMethodN this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/internal/runtime/methods/JavaMethod$JavaMethodN;
            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.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=9, locals=7, args_size=7
        start local 0 // org.jruby.internal.runtime.methods.JavaMethod$JavaMethodN this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyModule clazz
        start local 4 // java.lang.String name
        start local 5 // org.jruby.runtime.builtin.IRubyObject arg0
        start local 6 // org.jruby.runtime.Block block
         0: .line 815
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* clazz */
            aload 4 /* name */
            iconst_1
            anewarray org.jruby.runtime.builtin.IRubyObject
            dup
            iconst_0
            aload 5 /* arg0 */
            aastore
            invokevirtual org.jruby.internal.runtime.methods.JavaMethod$JavaMethodN.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 6 // org.jruby.runtime.Block block
        end local 5 // org.jruby.runtime.builtin.IRubyObject arg0
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyModule clazz
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.internal.runtime.methods.JavaMethod$JavaMethodN this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/internal/runtime/methods/JavaMethod$JavaMethodN;
            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     arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     6    block  Lorg/jruby/runtime/Block;
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      name     
      arg0     
      block    

  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.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/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=8, args_size=8
        start local 0 // org.jruby.internal.runtime.methods.JavaMethod$JavaMethodN this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyModule clazz
        start local 4 // java.lang.String name
        start local 5 // org.jruby.runtime.builtin.IRubyObject arg0
        start local 6 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 7 // org.jruby.runtime.Block block
         0: .line 819
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* clazz */
            aload 4 /* name */
            iconst_2
            anewarray org.jruby.runtime.builtin.IRubyObject
            dup
            iconst_0
            aload 5 /* arg0 */
            aastore
            dup
            iconst_1
            aload 6 /* arg1 */
            aastore
            invokevirtual org.jruby.internal.runtime.methods.JavaMethod$JavaMethodN.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 7 // org.jruby.runtime.Block block
        end local 6 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 5 // org.jruby.runtime.builtin.IRubyObject arg0
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyModule clazz
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.internal.runtime.methods.JavaMethod$JavaMethodN this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/internal/runtime/methods/JavaMethod$JavaMethodN;
            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     arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     6     arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     7    block  Lorg/jruby/runtime/Block;
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      name     
      arg0     
      arg1     
      block    

  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.builtin.IRubyObject, 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/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=9, args_size=9
        start local 0 // org.jruby.internal.runtime.methods.JavaMethod$JavaMethodN this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyModule clazz
        start local 4 // java.lang.String name
        start local 5 // org.jruby.runtime.builtin.IRubyObject arg0
        start local 6 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 7 // org.jruby.runtime.builtin.IRubyObject arg2
        start local 8 // org.jruby.runtime.Block block
         0: .line 823
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* clazz */
            aload 4 /* name */
            iconst_3
            anewarray org.jruby.runtime.builtin.IRubyObject
            dup
            iconst_0
            aload 5 /* arg0 */
            aastore
            dup
            iconst_1
            aload 6 /* arg1 */
            aastore
            dup
            iconst_2
            aload 7 /* arg2 */
            aastore
            invokevirtual org.jruby.internal.runtime.methods.JavaMethod$JavaMethodN.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 8 // org.jruby.runtime.Block block
        end local 7 // org.jruby.runtime.builtin.IRubyObject arg2
        end local 6 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 5 // org.jruby.runtime.builtin.IRubyObject arg0
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyModule clazz
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.internal.runtime.methods.JavaMethod$JavaMethodN this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/internal/runtime/methods/JavaMethod$JavaMethodN;
            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     arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     6     arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     7     arg2  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     8    block  Lorg/jruby/runtime/Block;
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      name     
      arg0     
      arg1     
      arg2     
      block    

  public final org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.builtin.IRubyObject[], 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: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=8, locals=7, args_size=7
        start local 0 // org.jruby.internal.runtime.methods.JavaMethod$JavaMethodN 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 827
            aload 5 /* args */
            arraylength
            tableswitch { // 0 - 2
                    0: 1
                    1: 2
                    2: 3
              default: 4
          }
         1: .line 831
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* clazz */
            aload 4 /* name */
            invokevirtual org.jruby.internal.runtime.methods.JavaMethod$JavaMethodN.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         2: .line 833
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* clazz */
            aload 4 /* name */
            aload 5 /* args */
            iconst_0
            aaload
            invokevirtual org.jruby.internal.runtime.methods.JavaMethod$JavaMethodN.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         3: .line 835
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* clazz */
            aload 4 /* name */
            aload 5 /* args */
            iconst_0
            aaload
            aload 5 /* args */
            iconst_1
            aaload
            invokevirtual org.jruby.internal.runtime.methods.JavaMethod$JavaMethodN.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         4: .line 837
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* clazz */
            aload 4 /* name */
            aload 5 /* args */
            invokevirtual org.jruby.internal.runtime.methods.JavaMethod$JavaMethodN.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            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.internal.runtime.methods.JavaMethod$JavaMethodN this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/jruby/internal/runtime/methods/JavaMethod$JavaMethodN;
            0    5     1  context  Lorg/jruby/runtime/ThreadContext;
            0    5     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     3    clazz  Lorg/jruby/RubyModule;
            0    5     4     name  Ljava/lang/String;
            0    5     5     args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     6    block  Lorg/jruby/runtime/Block;
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      name     
      args     
      block    
}
SourceFile: "JavaMethod.java"
NestHost: org.jruby.internal.runtime.methods.JavaMethod
InnerClasses:
  public abstract JavaMethodN = org.jruby.internal.runtime.methods.JavaMethod$JavaMethodN of org.jruby.internal.runtime.methods.JavaMethod
  public abstract JavaMethodNBlock = org.jruby.internal.runtime.methods.JavaMethod$JavaMethodNBlock of org.jruby.internal.runtime.methods.JavaMethod