class org.jruby.runtime.Helpers$MethodMissingMethod extends org.jruby.internal.runtime.methods.DynamicMethod
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.runtime.Helpers$MethodMissingMethod
  super_class: org.jruby.internal.runtime.methods.DynamicMethod
{
  private final org.jruby.runtime.callsite.CacheEntry entry;
    descriptor: Lorg/jruby/runtime/callsite/CacheEntry;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.jruby.runtime.CallType lastCallStatus;
    descriptor: Lorg/jruby/runtime/CallType;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.jruby.runtime.Visibility lastVisibility;
    descriptor: Lorg/jruby/runtime/Visibility;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.jruby.runtime.callsite.CacheEntry, org.jruby.runtime.Visibility, org.jruby.runtime.CallType);
    descriptor: (Lorg/jruby/runtime/callsite/CacheEntry;Lorg/jruby/runtime/Visibility;Lorg/jruby/runtime/CallType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.jruby.runtime.Helpers$MethodMissingMethod this
        start local 1 // org.jruby.runtime.callsite.CacheEntry entry
        start local 2 // org.jruby.runtime.Visibility lastVisibility
        start local 3 // org.jruby.runtime.CallType lastCallStatus
         0: .line 394
            aload 0 /* this */
            aload 1 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getImplementationClass:()Lorg/jruby/RubyModule;
            aload 2 /* lastVisibility */
            aload 1 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getName:()Ljava/lang/String;
            invokespecial org.jruby.internal.runtime.methods.DynamicMethod.<init>:(Lorg/jruby/RubyModule;Lorg/jruby/runtime/Visibility;Ljava/lang/String;)V
         1: .line 395
            aload 0 /* this */
            aload 1 /* entry */
            putfield org.jruby.runtime.Helpers$MethodMissingMethod.entry:Lorg/jruby/runtime/callsite/CacheEntry;
         2: .line 396
            aload 0 /* this */
            aload 3 /* lastCallStatus */
            putfield org.jruby.runtime.Helpers$MethodMissingMethod.lastCallStatus:Lorg/jruby/runtime/CallType;
         3: .line 397
            aload 0 /* this */
            aload 2 /* lastVisibility */
            putfield org.jruby.runtime.Helpers$MethodMissingMethod.lastVisibility:Lorg/jruby/runtime/Visibility;
         4: .line 398
            return
        end local 3 // org.jruby.runtime.CallType lastCallStatus
        end local 2 // org.jruby.runtime.Visibility lastVisibility
        end local 1 // org.jruby.runtime.callsite.CacheEntry entry
        end local 0 // org.jruby.runtime.Helpers$MethodMissingMethod this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0            this  Lorg/jruby/runtime/Helpers$MethodMissingMethod;
            0    5     1           entry  Lorg/jruby/runtime/callsite/CacheEntry;
            0    5     2  lastVisibility  Lorg/jruby/runtime/Visibility;
            0    5     3  lastCallStatus  Lorg/jruby/runtime/CallType;
    MethodParameters:
                Name  Flags
      entry           
      lastVisibility  
      lastCallStatus  

  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=8, locals=7, args_size=7
        start local 0 // org.jruby.runtime.Helpers$MethodMissingMethod 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 402
            aload 1 /* context */
            aload 0 /* this */
            getfield org.jruby.runtime.Helpers$MethodMissingMethod.lastCallStatus:Lorg/jruby/runtime/CallType;
            aload 0 /* this */
            getfield org.jruby.runtime.Helpers$MethodMissingMethod.lastVisibility:Lorg/jruby/runtime/Visibility;
            invokevirtual org.jruby.runtime.ThreadContext.setLastCallStatusAndVisibility:(Lorg/jruby/runtime/CallType;Lorg/jruby/runtime/Visibility;)V
         1: .line 403
            aload 0 /* this */
            getfield org.jruby.runtime.Helpers$MethodMissingMethod.entry:Lorg/jruby/runtime/callsite/CacheEntry;
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            aload 1 /* context */
            aload 2 /* self */
            aload 0 /* this */
            getfield org.jruby.runtime.Helpers$MethodMissingMethod.entry:Lorg/jruby/runtime/callsite/CacheEntry;
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            ldc "method_missing"
            aload 5 /* args */
            aload 1 /* context */
            aload 4 /* name */
            invokestatic org.jruby.runtime.Helpers.prepareMethodMissingArgs:([Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/ThreadContext;Ljava/lang/String;)[Lorg/jruby/runtime/builtin/IRubyObject;
            aload 6 /* block */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(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;
            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.runtime.Helpers$MethodMissingMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/runtime/Helpers$MethodMissingMethod;
            0    2     1  context  Lorg/jruby/runtime/ThreadContext;
            0    2     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    2     3    clazz  Lorg/jruby/RubyModule;
            0    2     4     name  Ljava/lang/String;
            0    2     5     args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    2     6    block  Lorg/jruby/runtime/Block;
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      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.runtime.Helpers$MethodMissingMethod this
         0: .line 408
            aload 0 /* this */
            areturn
        end local 0 // org.jruby.runtime.Helpers$MethodMissingMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/Helpers$MethodMissingMethod;
}
SourceFile: "Helpers.java"
NestHost: org.jruby.runtime.Helpers
InnerClasses:
  private MethodMissingMethod = org.jruby.runtime.Helpers$MethodMissingMethod of org.jruby.runtime.Helpers