class org.jruby.ext.ffi.Struct$1 extends org.jruby.RubyModule$KindOf
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.jruby.ext.ffi.Struct$1
super_class: org.jruby.RubyModule$KindOf
{
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial org.jruby.RubyModule$KindOf.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/ext/ffi/Struct$1;
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=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
instanceof org.jruby.ext.ffi.Struct
ifeq 1
aload 0
aload 1
aload 2
invokespecial org.jruby.RubyModule$KindOf.isKindOf:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;)Z
ifeq 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/ext/ffi/Struct$1;
0 2 1 obj Lorg/jruby/runtime/builtin/IRubyObject;
0 2 2 type Lorg/jruby/RubyModule;
MethodParameters:
Name Flags
obj
type
}
SourceFile: "Struct.java"
EnclosingMethod: org.jruby.ext.ffi.Struct.createStructClass:(Lorg/jruby/Ruby;Lorg/jruby/RubyModule;)Lorg/jruby/RubyClass;
NestHost: org.jruby.ext.ffi.Struct
InnerClasses:
public KindOf = org.jruby.RubyModule$KindOf of org.jruby.RubyModule
org.jruby.ext.ffi.Struct$1