Uses of Class
org.jruby.ext.ffi.Pointer
Packages that use Pointer
-
Uses of Pointer in org.jruby.ext.ffi
Subclasses of Pointer in org.jruby.ext.ffiModifier and TypeClassDescriptionclass
A native function invokerclass
class
Fields in org.jruby.ext.ffi declared as PointerMethods in org.jruby.ext.ffi that return PointerModifier and TypeMethodDescriptionCallbackManager.getCallback
(Ruby runtime, CallbackInfo cbInfo, Object proc) Deprecated.abstract Pointer
CallbackManager.getCallback
(ThreadContext context, CallbackInfo cbInfo, Object proc) static final Pointer
protected abstract Pointer
AbstractMemory.getPointer
(Ruby runtime, long offset) protected Pointer
Buffer.getPointer
(Ruby runtime, long offset) protected Pointer
Pointer.getPointer
(Ruby runtime, long offset) Methods in org.jruby.ext.ffi with parameters of type PointerModifier and TypeMethodDescriptionabstract AbstractInvoker
Factory.newFunction
(Ruby runtime, Pointer address, CallbackInfo cbInfo) NoImplFactory.newFunction
(Ruby runtime, Pointer address, CallbackInfo cbInfo) -
Uses of Pointer in org.jruby.ext.ffi.jffi
Subclasses of Pointer in org.jruby.ext.ffi.jffiModifier and TypeClassDescriptionstatic final class
final class
class
Methods in org.jruby.ext.ffi.jffi that return PointerModifier and TypeMethodDescriptionfinal Pointer
CallbackManager.getCallback
(ThreadContext context, CallbackInfo cbInfo, Object proc) final Pointer
NativeCallbackFactory.getCallback
(RubyObject callable) final Pointer
NativeCallbackFactory.getCallback
(IRubyObject callable, CachingCallSite callSite) Methods in org.jruby.ext.ffi.jffi with parameters of type PointerModifier and TypeMethodDescriptionFactory.newFunction
(Ruby runtime, Pointer address, CallbackInfo cbInfo) Constructors in org.jruby.ext.ffi.jffi with parameters of type Pointer