public class org.jruby.internal.runtime.methods.NullMethod extends org.jruby.internal.runtime.methods.DynamicMethod
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.internal.runtime.methods.NullMethod
  super_class: org.jruby.internal.runtime.methods.DynamicMethod
{
  public static final org.jruby.internal.runtime.methods.NullMethod INSTANCE;
    descriptor: Lorg/jruby/internal/runtime/methods/NullMethod;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 46
            new org.jruby.internal.runtime.methods.NullMethod
            dup
            invokespecial org.jruby.internal.runtime.methods.NullMethod.<init>:()V
            putstatic org.jruby.internal.runtime.methods.NullMethod.INSTANCE:Lorg/jruby/internal/runtime/methods/NullMethod;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.internal.runtime.methods.NullMethod this
         0: .line 52
            aload 0 /* this */
            ldc "null"
            invokespecial org.jruby.internal.runtime.methods.DynamicMethod.<init>:(Ljava/lang/String;)V
         1: .line 53
            return
        end local 0 // org.jruby.internal.runtime.methods.NullMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/internal/runtime/methods/NullMethod;

  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=3, locals=7, args_size=7
        start local 0 // org.jruby.internal.runtime.methods.NullMethod this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyModule klazz
        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 62
            new java.lang.UnsupportedOperationException
            dup
            ldc "BUG: invoking NullMethod.call; report at http://bugs.jruby.org"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        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 klazz
        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.NullMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/internal/runtime/methods/NullMethod;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
            0    1     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3    klazz  Lorg/jruby/RubyModule;
            0    1     4     name  Ljava/lang/String;
            0    1     5     args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     6    block  Lorg/jruby/runtime/Block;
    MethodParameters:
         Name  Flags
      context  
      self     
      klazz    
      name     
      args     
      block    

  public org.jruby.internal.runtime.methods.DynamicMethod dup();
    descriptor: ()Lorg/jruby/internal/runtime/methods/DynamicMethod;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.internal.runtime.methods.NullMethod this
         0: .line 71
            getstatic org.jruby.internal.runtime.methods.NullMethod.INSTANCE:Lorg/jruby/internal/runtime/methods/NullMethod;
            areturn
        end local 0 // org.jruby.internal.runtime.methods.NullMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/internal/runtime/methods/NullMethod;

  public static org.jruby.internal.runtime.methods.NullMethod getInstance();
    descriptor: ()Lorg/jruby/internal/runtime/methods/NullMethod;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 80
            getstatic org.jruby.internal.runtime.methods.NullMethod.INSTANCE:Lorg/jruby/internal/runtime/methods/NullMethod;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void setImplementationClass(org.jruby.RubyModule);
    descriptor: (Lorg/jruby/RubyModule;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.internal.runtime.methods.NullMethod this
        start local 1 // org.jruby.RubyModule implClass
         0: .line 90
            new java.lang.UnsupportedOperationException
            dup
            ldc "BUG: NullMethod is immutable: setImplmentationClass called; report at http://bugs.jruby.org"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // org.jruby.RubyModule implClass
        end local 0 // org.jruby.internal.runtime.methods.NullMethod this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/jruby/internal/runtime/methods/NullMethod;
            0    1     1  implClass  Lorg/jruby/RubyModule;
    MethodParameters:
           Name  Flags
      implClass  

  public void setVisibility(org.jruby.runtime.Visibility);
    descriptor: (Lorg/jruby/runtime/Visibility;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.internal.runtime.methods.NullMethod this
        start local 1 // org.jruby.runtime.Visibility visibility
         0: .line 101
            new java.lang.UnsupportedOperationException
            dup
            ldc "BUG: NullMethod is immutable: setVisibility called; report at http://bugs.jruby.org"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // org.jruby.runtime.Visibility visibility
        end local 0 // org.jruby.internal.runtime.methods.NullMethod this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/jruby/internal/runtime/methods/NullMethod;
            0    1     1  visibility  Lorg/jruby/runtime/Visibility;
    MethodParameters:
            Name  Flags
      visibility  

  public void setCallConfig(org.jruby.internal.runtime.methods.CallConfiguration);
    descriptor: (Lorg/jruby/internal/runtime/methods/CallConfiguration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.internal.runtime.methods.NullMethod this
        start local 1 // org.jruby.internal.runtime.methods.CallConfiguration callConfig
         0: .line 113
            new java.lang.UnsupportedOperationException
            dup
            ldc "BUG: NullMethod is immutable: setCallConfig called; report at http://bugs.jruby.org"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // org.jruby.internal.runtime.methods.CallConfiguration callConfig
        end local 0 // org.jruby.internal.runtime.methods.NullMethod this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/jruby/internal/runtime/methods/NullMethod;
            0    1     1  callConfig  Lorg/jruby/internal/runtime/methods/CallConfiguration;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      callConfig  

  public boolean isCallableFrom(org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.CallType);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/CallType;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.jruby.internal.runtime.methods.NullMethod this
        start local 1 // org.jruby.runtime.builtin.IRubyObject caller
        start local 2 // org.jruby.runtime.CallType callType
         0: .line 127
            iconst_1
            ireturn
        end local 2 // org.jruby.runtime.CallType callType
        end local 1 // org.jruby.runtime.builtin.IRubyObject caller
        end local 0 // org.jruby.internal.runtime.methods.NullMethod this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jruby/internal/runtime/methods/NullMethod;
            0    1     1    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     2  callType  Lorg/jruby/runtime/CallType;
    MethodParameters:
          Name  Flags
      caller    
      callType  
}
SourceFile: "NullMethod.java"