|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.RubyBasicObject
org.jruby.RubyObject
org.jruby.ext.ffi.AbstractMemory
org.jruby.ext.ffi.Pointer
org.jruby.ext.ffi.AbstractMemoryPointer
org.jruby.ext.ffi.jna.JNABasePointer
org.jruby.ext.ffi.jna.JNAMemoryPointer
public class JNAMemoryPointer
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.jruby.RubyObject |
---|
RubyObject.ObjectMethods |
Nested classes/interfaces inherited from class org.jruby.RubyBasicObject |
---|
RubyBasicObject.BasicObjectMethods, RubyBasicObject.Finalizer, RubyBasicObject.VariableTableEntry |
Field Summary | |
---|---|
static java.lang.String |
MEMORY_POINTER_NAME
|
Fields inherited from class org.jruby.ext.ffi.jna.JNABasePointer |
---|
JNA_POINTER_NAME |
Fields inherited from class org.jruby.ext.ffi.AbstractMemoryPointer |
---|
className |
Fields inherited from class org.jruby.ext.ffi.AbstractMemory |
---|
ABSTRACT_MEMORY_RUBY_CLASS, io, offset, size |
Fields inherited from class org.jruby.RubyObject |
---|
OBJECT_ALLOCATOR |
Fields inherited from class org.jruby.RubyBasicObject |
---|
ALL_F, dataStruct, ERR_INSECURE_SET_INST_VAR, FALSE_F, FL_USHIFT, flags, FROZEN_F, metaClass, NEVER, NIL_F, TAINTED_F, UNDEF, USER0_F, USER1_F, USER2_F, USER3_F, USER4_F, USER5_F, USER6_F, USER7_F, VARIABLE_TABLE_DEFAULT_CAPACITY, VARIABLE_TABLE_EMPTY_TABLE, VARIABLE_TABLE_LOAD_FACTOR, VARIABLE_TABLE_MAXIMUM_CAPACITY, variableTable, variableTableSize, variableTableThreshold |
Fields inherited from interface org.jruby.runtime.builtin.IRubyObject |
---|
NULL_ARRAY |
Method Summary | |
---|---|
static JNAMemoryPointer |
allocateDirect(ThreadContext context,
IRubyObject recv,
IRubyObject sizeArg)
|
static JNAMemoryPointer |
allocateDirect(ThreadContext context,
IRubyObject recv,
IRubyObject sizeArg,
IRubyObject clearArg)
|
static RubyClass |
createMemoryPointerClass(Ruby runtime,
RubyModule module)
|
IRubyObject |
inspect(ThreadContext context)
|
IRubyObject |
to_s(ThreadContext context,
IRubyObject[] args)
|
Methods inherited from class org.jruby.ext.ffi.jna.JNABasePointer |
---|
address, createJNAPointerClass, getNativeMemory, getPointer, op_plus, put_pointer |
Methods inherited from class org.jruby.ext.ffi.AbstractMemoryPointer |
---|
autorelease, free |
Methods inherited from class org.jruby.ext.ffi.Pointer |
---|
createPointerClass, null_p |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.jruby.ext.ffi.jna.JNAMemory |
---|
getNativeMemory |
Field Detail |
---|
public static final java.lang.String MEMORY_POINTER_NAME
Method Detail |
---|
public static RubyClass createMemoryPointerClass(Ruby runtime, RubyModule module)
public static JNAMemoryPointer allocateDirect(ThreadContext context, IRubyObject recv, IRubyObject sizeArg)
public static JNAMemoryPointer allocateDirect(ThreadContext context, IRubyObject recv, IRubyObject sizeArg, IRubyObject clearArg)
public IRubyObject to_s(ThreadContext context, IRubyObject[] args)
to_s
in class JNABasePointer
public IRubyObject inspect(ThreadContext context)
inspect
in class JNABasePointer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |