public abstract class org.jruby.internal.runtime.methods.JavaMethod$JavaMethodNBlock extends org.jruby.internal.runtime.methods.JavaMethod
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.jruby.internal.runtime.methods.JavaMethod$JavaMethodNBlock
  super_class: org.jruby.internal.runtime.methods.JavaMethod
{
  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$JavaMethodNBlock 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 294
            aload 0 /* this */
            aload 1 /* implementationClass */
            aload 2 /* visibility */
            aload 3 /* name */
            invokespecial org.jruby.internal.runtime.methods.JavaMethod.<init>:(Lorg/jruby/RubyModule;Lorg/jruby/runtime/Visibility;Ljava/lang/String;)V
         1: .line 295
            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$JavaMethodNBlock this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lorg/jruby/internal/runtime/methods/JavaMethod$JavaMethodNBlock;
            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$JavaMethodNBlock this
        start local 1 // org.jruby.RubyModule implementationClass
        start local 2 // org.jruby.runtime.Visibility visibility
         0: .line 298
            aload 0 /* this */
            aload 1 /* implementationClass */
            aload 2 /* visibility */
            invokespecial org.jruby.internal.runtime.methods.JavaMethod.<init>:(Lorg/jruby/RubyModule;Lorg/jruby/runtime/Visibility;)V
         1: .line 299
            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$JavaMethodNBlock this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lorg/jruby/internal/runtime/methods/JavaMethod$JavaMethodNBlock;
            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$JavaMethodNBlock 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 302
            aload 0 /* this */
            aload 1 /* implementationClass */
            aload 2 /* visibility */
            invokespecial org.jruby.internal.runtime.methods.JavaMethod.<init>:(Lorg/jruby/RubyModule;Lorg/jruby/runtime/Visibility;)V
         1: .line 303
            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$JavaMethodNBlock this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lorg/jruby/internal/runtime/methods/JavaMethod$JavaMethodNBlock;
            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$JavaMethodNBlock 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 306
            aload 0 /* this */
            aload 1 /* implementationClass */
            aload 2 /* 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 307
            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$JavaMethodNBlock this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lorg/jruby/internal/runtime/methods/JavaMethod$JavaMethodNBlock;
            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                 
}
SourceFile: "JavaMethod.java"
NestHost: org.jruby.internal.runtime.methods.JavaMethod
InnerClasses:
  public abstract JavaMethodNBlock = org.jruby.internal.runtime.methods.JavaMethod$JavaMethodNBlock of org.jruby.internal.runtime.methods.JavaMethod