public final class org.jruby.internal.runtime.methods.UndefinedMethod extends org.jruby.internal.runtime.methods.DynamicMethod
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.jruby.internal.runtime.methods.UndefinedMethod
  super_class: org.jruby.internal.runtime.methods.DynamicMethod
{
  public static final org.jruby.internal.runtime.methods.UndefinedMethod INSTANCE;
    descriptor: Lorg/jruby/internal/runtime/methods/UndefinedMethod;
    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.UndefinedMethod
            dup
            invokespecial org.jruby.internal.runtime.methods.UndefinedMethod.<init>:()V
            putstatic org.jruby.internal.runtime.methods.UndefinedMethod.INSTANCE:Lorg/jruby/internal/runtime/methods/UndefinedMethod;
            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.UndefinedMethod this
         0: .line 52
            aload 0 /* this */
            ldc "(undefined)"
            invokespecial org.jruby.internal.runtime.methods.DynamicMethod.<init>:(Ljava/lang/String;)V
         1: .line 53
            return
        end local 0 // org.jruby.internal.runtime.methods.UndefinedMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/internal/runtime/methods/UndefinedMethod;

  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.UndefinedMethod 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 63
            new java.lang.UnsupportedOperationException
            dup
            ldc "BUG: invoking UndefinedMethod.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.UndefinedMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/internal/runtime/methods/UndefinedMethod;
            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.UndefinedMethod this
         0: .line 72
            getstatic org.jruby.internal.runtime.methods.UndefinedMethod.INSTANCE:Lorg/jruby/internal/runtime/methods/UndefinedMethod;
            areturn
        end local 0 // org.jruby.internal.runtime.methods.UndefinedMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/internal/runtime/methods/UndefinedMethod;

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

  public void setImplementationClass(org.jruby.RubyModule);
    descriptor: (Lorg/jruby/RubyModule;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.jruby.internal.runtime.methods.UndefinedMethod this
        start local 1 // org.jruby.RubyModule implClass
         0: .line 92
            return
        end local 1 // org.jruby.RubyModule implClass
        end local 0 // org.jruby.internal.runtime.methods.UndefinedMethod this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/jruby/internal/runtime/methods/UndefinedMethod;
            0    1     1  implClass  Lorg/jruby/RubyModule;
    MethodParameters:
           Name  Flags
      implClass  

  public void setDefinedClass(org.jruby.RubyModule);
    descriptor: (Lorg/jruby/RubyModule;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.jruby.internal.runtime.methods.UndefinedMethod this
        start local 1 // org.jruby.RubyModule definedClass
         0: .line 97
            return
        end local 1 // org.jruby.RubyModule definedClass
        end local 0 // org.jruby.internal.runtime.methods.UndefinedMethod this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/jruby/internal/runtime/methods/UndefinedMethod;
            0    1     1  definedClass  Lorg/jruby/RubyModule;
    MethodParameters:
              Name  Flags
      definedClass  

  public void setVisibility(org.jruby.runtime.Visibility);
    descriptor: (Lorg/jruby/runtime/Visibility;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.jruby.internal.runtime.methods.UndefinedMethod this
        start local 1 // org.jruby.runtime.Visibility visibility
         0: .line 107
            return
        end local 1 // org.jruby.runtime.Visibility visibility
        end local 0 // org.jruby.internal.runtime.methods.UndefinedMethod this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/jruby/internal/runtime/methods/UndefinedMethod;
            0    1     1  visibility  Lorg/jruby/runtime/Visibility;
    MethodParameters:
            Name  Flags
      visibility  

  public void setIsBuiltin(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.jruby.internal.runtime.methods.UndefinedMethod this
        start local 1 // boolean isBuiltin
         0: .line 112
            return
        end local 1 // boolean isBuiltin
        end local 0 // org.jruby.internal.runtime.methods.UndefinedMethod this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/jruby/internal/runtime/methods/UndefinedMethod;
            0    1     1  isBuiltin  Z
    MethodParameters:
           Name  Flags
      isBuiltin  

  public void setNotImplemented(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.jruby.internal.runtime.methods.UndefinedMethod this
        start local 1 // boolean setNotImplemented
         0: .line 117
            return
        end local 1 // boolean setNotImplemented
        end local 0 // org.jruby.internal.runtime.methods.UndefinedMethod this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lorg/jruby/internal/runtime/methods/UndefinedMethod;
            0    1     1  setNotImplemented  Z
    MethodParameters:
                   Name  Flags
      setNotImplemented  

  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.UndefinedMethod this
        start local 1 // org.jruby.runtime.builtin.IRubyObject caller
        start local 2 // org.jruby.runtime.CallType callType
         0: .line 129
            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.UndefinedMethod this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jruby/internal/runtime/methods/UndefinedMethod;
            0    1     1    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     2  callType  Lorg/jruby/runtime/CallType;
    MethodParameters:
          Name  Flags
      caller    
      callType  
}
SourceFile: "UndefinedMethod.java"