public class org.jruby.RubyModule$RespondToMissingMethod 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.RubyModule$RespondToMissingMethod
super_class: org.jruby.internal.runtime.methods.JavaMethod$JavaMethodNBlock
{
final java.lang.String methodName;
descriptor: Ljava/lang/String;
flags: (0x0010) ACC_FINAL
public void <init>(org.jruby.RubyModule, org.jruby.runtime.Visibility, java.lang.String);
descriptor: (Lorg/jruby/RubyModule;Lorg/jruby/runtime/Visibility;Ljava/lang/String;)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
aload 2
aload 3
invokespecial org.jruby.internal.runtime.methods.JavaMethod$JavaMethodNBlock.<init>:(Lorg/jruby/RubyModule;Lorg/jruby/runtime/Visibility;Ljava/lang/String;)V
1: aload 0
getstatic org.jruby.RubyModule$RespondToMissingMethod.REST:[Ljava/lang/String;
invokevirtual org.jruby.RubyModule$RespondToMissingMethod.setParameterList:([Ljava/lang/String;)V
2: aload 0
aload 3
putfield org.jruby.RubyModule$RespondToMissingMethod.methodName:Ljava/lang/String;
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/RubyModule$RespondToMissingMethod;
0 4 1 implClass Lorg/jruby/RubyModule;
0 4 2 visibility Lorg/jruby/runtime/Visibility;
0 4 3 methodName Ljava/lang/String;
MethodParameters:
Name Flags
implClass
visibility
methodName
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=7, 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 0
invokevirtual org.jruby.RubyModule$RespondToMissingMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
aload 4
getstatic org.jruby.runtime.CallType.UNKNOWN:Lorg/jruby/runtime/CallType;
aload 5
aload 6
invokestatic org.jruby.runtime.Helpers.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Visibility;Ljava/lang/String;Lorg/jruby/runtime/CallType;[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 1 0 this Lorg/jruby/RubyModule$RespondToMissingMethod;
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
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
if_acmpeq 4
1: aload 1
instanceof org.jruby.RubyModule$RespondToMissingMethod
ifeq 3
2: aload 1
checkcast org.jruby.RubyModule$RespondToMissingMethod
getfield org.jruby.RubyModule$RespondToMissingMethod.methodName:Ljava/lang/String;
aload 0
getfield org.jruby.RubyModule$RespondToMissingMethod.methodName:Ljava/lang/String;
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifne 4
3: StackMap locals:
StackMap stack:
iconst_0
ireturn
StackMap locals:
StackMap stack:
4: iconst_1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/jruby/RubyModule$RespondToMissingMethod;
0 5 1 other Ljava/lang/Object;
MethodParameters:
Name Flags
other
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.jruby.RubyModule$RespondToMissingMethod.methodName:Ljava/lang/String;
invokevirtual java.lang.String.hashCode:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/RubyModule$RespondToMissingMethod;
}
SourceFile: "RubyModule.java"
NestHost: org.jruby.RubyModule
InnerClasses:
public RespondToMissingMethod = org.jruby.RubyModule$RespondToMissingMethod of org.jruby.RubyModule
public abstract JavaMethodNBlock = org.jruby.internal.runtime.methods.JavaMethod$JavaMethodNBlock of org.jruby.internal.runtime.methods.JavaMethod