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 TypeClassDescriptionclassA native function invokerclassclassFields in org.jruby.ext.ffi declared as PointerModifier and TypeFieldDescriptionfinal PointerFFI.nullPointerprivate final PointerPointer.NilToPointerMethod.nullPointerMethods in org.jruby.ext.ffi that return PointerModifier and TypeMethodDescriptionabstract PointerCallbackManager.getCallback(Ruby runtime, CallbackInfo cbInfo, Object proc) static final Pointerprotected abstract PointerAbstractMemory.getPointer(Ruby runtime, long offset) protected PointerBuffer.getPointer(Ruby runtime, long offset) protected PointerPointer.getPointer(Ruby runtime, long offset) Methods in org.jruby.ext.ffi with parameters of type PointerModifier and TypeMethodDescriptionabstract AbstractInvokerFactory.newFunction(Ruby runtime, Pointer address, CallbackInfo cbInfo) NoImplFactory.newFunction(Ruby runtime, Pointer address, CallbackInfo cbInfo) private voidAbstractMemory.putPointer(ThreadContext context, long offset, Pointer value) Constructors in org.jruby.ext.ffi with parameters of type PointerModifierConstructorDescriptionprivateNilToPointerMethod(RubyModule implementationClass, Pointer nullPointer, String name) -
Uses of Pointer in org.jruby.ext.ffi.jffi
Subclasses of Pointer in org.jruby.ext.ffi.jffiModifier and TypeClassDescriptionstatic final classfinal classclass(package private) classWrapper around the native callback, to represent it as a ruby objectFields in org.jruby.ext.ffi.jffi declared as PointerModifier and TypeFieldDescriptionprivate final PointerVariadicInvoker.addressprivate final PointerCodeMemoryIO.pointerMethods in org.jruby.ext.ffi.jffi that return PointerModifier and TypeMethodDescriptionfinal PointerCallbackManager.getCallback(Ruby runtime, CallbackInfo cbInfo, Object proc) final PointerNativeCallbackFactory.getCallback(RubyObject callable) final PointerNativeCallbackFactory.getCallback(IRubyObject callable, CachingCallSite callSite) private PointerNativeCallbackFactory.getCallbackPointer(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 PointerModifierConstructorDescriptionCodeMemoryIO(Ruby runtime, Pointer pointer) privateVariadicInvoker(Ruby runtime, IRubyObject klazz, Pointer address, FunctionInvoker functionInvoker, com.kenai.jffi.Type returnType, int fixedParamCount, com.kenai.jffi.CallingConvention convention, IRubyObject enums, boolean saveError)