Uses of Class
org.jruby.ext.ffi.AbstractInvoker
Packages that use AbstractInvoker
-
Uses of AbstractInvoker in org.jruby.ext.ffi
Fields in org.jruby.ext.ffi with type parameters of type AbstractInvokerModifier and TypeFieldDescriptionprivate final Map<DynamicMethod,AbstractInvoker> FFI.refmapReference map to keep libraries open for as long as there is a method mapped to that library.Methods in org.jruby.ext.ffi that return AbstractInvokerModifier and TypeMethodDescriptionabstract AbstractInvokerFactory.newFunction(Ruby runtime, Pointer address, CallbackInfo cbInfo) NoImplFactory.newFunction(Ruby runtime, Pointer address, CallbackInfo cbInfo) Methods in org.jruby.ext.ffi with parameters of type AbstractInvokerModifier and TypeMethodDescriptionvoidFFI.registerAttachedMethod(DynamicMethod method, AbstractInvoker invoker) -
Uses of AbstractInvoker in org.jruby.ext.ffi.jffi
Subclasses of AbstractInvoker in org.jruby.ext.ffi.jffiModifier and TypeClassDescriptionfinal classclass(package private) classWrapper around the native callback, to represent it as a ruby object