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 start local 1 start local 2 start local 3 0: aload 0
aload 1
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
aload 1
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: aload 0
aload 1
putfield org.jruby.runtime.Helpers$MethodMissingMethod.entry:Lorg/jruby/runtime/callsite/CacheEntry;
2: aload 0
aload 3
putfield org.jruby.runtime.Helpers$MethodMissingMethod.lastCallStatus:Lorg/jruby/runtime/CallType;
3: aload 0
aload 2
putfield org.jruby.runtime.Helpers$MethodMissingMethod.lastVisibility:Lorg/jruby/runtime/Visibility;
4: return
end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 1
aload 0
getfield org.jruby.runtime.Helpers$MethodMissingMethod.lastCallStatus:Lorg/jruby/runtime/CallType;
aload 0
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: aload 0
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
aload 2
aload 0
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
aload 1
aload 4
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
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 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 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 0: aload 0
areturn
end local 0 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