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