public class org.jruby.ext.ffi.NullMemoryIO extends org.jruby.ext.ffi.InvalidMemoryIO
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.ext.ffi.NullMemoryIO
  super_class: org.jruby.ext.ffi.InvalidMemoryIO
{
  public void <init>(org.jruby.Ruby);
    descriptor: (Lorg/jruby/Ruby;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.jruby.ext.ffi.NullMemoryIO this
        start local 1 // org.jruby.Ruby runtime
         0: .line 13
            aload 0 /* this */
            aload 1 /* runtime */
            iconst_1
            lconst_0
            ldc "NULL pointer access"
            invokespecial org.jruby.ext.ffi.InvalidMemoryIO.<init>:(Lorg/jruby/Ruby;ZJLjava/lang/String;)V
         1: .line 14
            return
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.ext.ffi.NullMemoryIO this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/ext/ffi/NullMemoryIO;
            0    2     1  runtime  Lorg/jruby/Ruby;
    MethodParameters:
         Name  Flags
      runtime  

  protected org.jruby.RubyClass getErrorClass(org.jruby.Ruby);
    descriptor: (Lorg/jruby/Ruby;)Lorg/jruby/RubyClass;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ext.ffi.NullMemoryIO this
        start local 1 // org.jruby.Ruby runtime
         0: .line 18
            aload 1 /* runtime */
            ldc "FFI"
            invokevirtual org.jruby.Ruby.getModule:(Ljava/lang/String;)Lorg/jruby/RubyModule;
            ldc "NullPointerError"
            invokevirtual org.jruby.RubyModule.getClass:(Ljava/lang/String;)Lorg/jruby/RubyClass;
            areturn
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.ext.ffi.NullMemoryIO this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/ext/ffi/NullMemoryIO;
            0    1     1  runtime  Lorg/jruby/Ruby;
    MethodParameters:
         Name  Flags
      runtime  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.jruby.ext.ffi.NullMemoryIO this
        start local 1 // java.lang.Object obj
         0: .line 23
            aload 1 /* obj */
            instanceof org.jruby.ext.ffi.MemoryIO
            ifeq 1
            aload 1 /* obj */
            checkcast org.jruby.ext.ffi.MemoryIO
            invokevirtual org.jruby.ext.ffi.MemoryIO.address:()J
            lconst_0
            lcmp
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // org.jruby.ext.ffi.NullMemoryIO this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/ext/ffi/NullMemoryIO;
            0    2     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ext.ffi.NullMemoryIO this
         0: .line 28
            iconst_0
            ireturn
        end local 0 // org.jruby.ext.ffi.NullMemoryIO this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ext/ffi/NullMemoryIO;
}
SourceFile: "NullMemoryIO.java"