public class org.jruby.RubyKernel$MethodMissingMethod extends org.jruby.internal.runtime.methods.JavaMethod$JavaMethodNBlock
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.jruby.RubyKernel$MethodMissingMethod
super_class: org.jruby.internal.runtime.methods.JavaMethod$JavaMethodNBlock
{
private final org.jruby.runtime.Visibility visibility;
descriptor: Lorg/jruby/runtime/Visibility;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.jruby.runtime.CallType callType;
descriptor: Lorg/jruby/runtime/CallType;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(org.jruby.RubyModule, org.jruby.runtime.Visibility, org.jruby.runtime.CallType);
descriptor: (Lorg/jruby/RubyModule;Lorg/jruby/runtime/Visibility;Lorg/jruby/runtime/CallType;)V
flags: (0x0000)
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
getstatic org.jruby.runtime.Visibility.PRIVATE:Lorg/jruby/runtime/Visibility;
ldc "method_missing"
invokespecial org.jruby.internal.runtime.methods.JavaMethod$JavaMethodNBlock.<init>:(Lorg/jruby/RubyModule;Lorg/jruby/runtime/Visibility;Ljava/lang/String;)V
1: aload 0
aload 3
putfield org.jruby.RubyKernel$MethodMissingMethod.callType:Lorg/jruby/runtime/CallType;
2: aload 0
aload 2
putfield org.jruby.RubyKernel$MethodMissingMethod.visibility:Lorg/jruby/runtime/Visibility;
3: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/jruby/RubyKernel$MethodMissingMethod;
0 4 1 implementationClass Lorg/jruby/RubyModule;
0 4 2 visibility Lorg/jruby/runtime/Visibility;
0 4 3 callType Lorg/jruby/runtime/CallType;
MethodParameters:
Name Flags
implementationClass
visibility
callType
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=6, locals=7, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 1
aload 2
aload 4
aload 0
getfield org.jruby.RubyKernel$MethodMissingMethod.visibility:Lorg/jruby/runtime/Visibility;
aload 0
getfield org.jruby.RubyKernel$MethodMissingMethod.callType:Lorg/jruby/runtime/CallType;
aload 5
invokestatic org.jruby.RubyKernel.methodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/Visibility;Lorg/jruby/runtime/CallType;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/RubyKernel$MethodMissingMethod;
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 args [Lorg/jruby/runtime/builtin/IRubyObject;
0 1 6 block Lorg/jruby/runtime/Block;
MethodParameters:
Name Flags
context
self
clazz
name
args
block
}
SourceFile: "RubyKernel.java"
NestHost: org.jruby.RubyKernel
InnerClasses:
public MethodMissingMethod = org.jruby.RubyKernel$MethodMissingMethod of org.jruby.RubyKernel
public abstract JavaMethodNBlock = org.jruby.internal.runtime.methods.JavaMethod$JavaMethodNBlock of org.jruby.internal.runtime.methods.JavaMethod