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=3, locals=4, args_size=4
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tThe type jnr.ffi.byref.IntByReference cannot be resolved. It is indirectly referenced from required .class files\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/RubyKernel$MethodMissingMethod;
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=3, locals=7, args_size=7
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/RubyKernel$MethodMissingMethod;
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