public class org.jruby.RubyModule$KindOf
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.jruby.RubyModule$KindOf
super_class: java.lang.Object
{
public static final org.jruby.RubyModule$KindOf DEFAULT_KIND_OF;
descriptor: Lorg/jruby/RubyModule$KindOf;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new org.jruby.RubyModule$KindOf
dup
invokespecial org.jruby.RubyModule$KindOf.<init>:()V
putstatic org.jruby.RubyModule$KindOf.DEFAULT_KIND_OF:Lorg/jruby/RubyModule$KindOf;
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/RubyModule$KindOf;
public boolean isKindOf(org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule);
descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 1
invokeinterface org.jruby.runtime.builtin.IRubyObject.getMetaClass:()Lorg/jruby/RubyClass;
astore 3
start local 3 1: aload 3
aload 2
invokevirtual org.jruby.RubyModule.getDelegate:()Lorg/jruby/RubyModule;
invokevirtual org.jruby.RubyModule.getNonIncludedClass:()Lorg/jruby/RubyModule;
invokevirtual org.jruby.RubyModule.searchAncestor:(Lorg/jruby/RubyModule;)Lorg/jruby/RubyModule;
ifnull 2
iconst_1
ireturn
StackMap locals: org.jruby.RubyModule
StackMap stack:
2: iconst_0
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/jruby/RubyModule$KindOf;
0 3 1 obj Lorg/jruby/runtime/builtin/IRubyObject;
0 3 2 type Lorg/jruby/RubyModule;
1 3 3 cl Lorg/jruby/RubyModule;
MethodParameters:
Name Flags
obj
type
}
SourceFile: "RubyModule.java"
NestHost: org.jruby.RubyModule
InnerClasses:
public KindOf = org.jruby.RubyModule$KindOf of org.jruby.RubyModule