public abstract class org.jruby.ext.ffi.MemoryObject extends org.jruby.RubyObject
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: org.jruby.ext.ffi.MemoryObject
super_class: org.jruby.RubyObject
{
private org.jruby.ext.ffi.MemoryIO memory;
descriptor: Lorg/jruby/ext/ffi/MemoryIO;
flags: (0x0002) ACC_PRIVATE
protected void <init>(org.jruby.Ruby, org.jruby.RubyClass);
descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokespecial org.jruby.RubyObject.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/ext/ffi/MemoryObject;
0 2 1 runtime Lorg/jruby/Ruby;
0 2 2 metaClass Lorg/jruby/RubyClass;
MethodParameters:
Name Flags
runtime
metaClass
public final org.jruby.ext.ffi.MemoryIO getMemoryIO();
descriptor: ()Lorg/jruby/ext/ffi/MemoryIO;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.jruby.ext.ffi.MemoryObject.memory:Lorg/jruby/ext/ffi/MemoryIO;
ifnull 1
aload 0
getfield org.jruby.ext.ffi.MemoryObject.memory:Lorg/jruby/ext/ffi/MemoryIO;
goto 2
StackMap locals:
StackMap stack:
1: aload 0
invokevirtual org.jruby.ext.ffi.MemoryObject.initMemoryIO:()Lorg/jruby/ext/ffi/MemoryIO;
StackMap locals:
StackMap stack: org.jruby.ext.ffi.MemoryIO
2: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/jruby/ext/ffi/MemoryObject;
protected final org.jruby.ext.ffi.MemoryIO setMemoryIO(org.jruby.ext.ffi.MemoryIO);
descriptor: (Lorg/jruby/ext/ffi/MemoryIO;)Lorg/jruby/ext/ffi/MemoryIO;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.jruby.ext.ffi.MemoryObject.memory:Lorg/jruby/ext/ffi/MemoryIO;
astore 2
start local 2 1: aload 0
aload 1
putfield org.jruby.ext.ffi.MemoryObject.memory:Lorg/jruby/ext/ffi/MemoryIO;
2: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/jruby/ext/ffi/MemoryObject;
0 3 1 memory Lorg/jruby/ext/ffi/MemoryIO;
1 3 2 old Lorg/jruby/ext/ffi/MemoryIO;
MethodParameters:
Name Flags
memory
private org.jruby.ext.ffi.MemoryIO initMemoryIO();
descriptor: ()Lorg/jruby/ext/ffi/MemoryIO;
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
aload 0
invokevirtual org.jruby.ext.ffi.MemoryObject.allocateMemoryIO:()Lorg/jruby/ext/ffi/MemoryIO;
dup_x1
putfield org.jruby.ext.ffi.MemoryObject.memory:Lorg/jruby/ext/ffi/MemoryIO;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/ext/ffi/MemoryObject;
protected abstract org.jruby.ext.ffi.MemoryIO allocateMemoryIO();
descriptor: ()Lorg/jruby/ext/ffi/MemoryIO;
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
}
SourceFile: "MemoryObject.java"