Uses of Class
org.jruby.ext.ffi.jffi.NativeInvoker
Packages that use NativeInvoker
-
Uses of NativeInvoker in org.jruby.ext.ffi.jffi
Subclasses of NativeInvoker in org.jruby.ext.ffi.jffiMethods in org.jruby.ext.ffi.jffi that return NativeInvokerModifier and TypeMethodDescriptionfinal NativeInvokerDefaultMethod.forceCompilation()protected final NativeInvokerDefaultMethod.getNativeInvoker()Deprecated.protected final NativeInvokerDefaultMethod.getNativeInvoker(ThreadContext context) Constructors in org.jruby.ext.ffi.jffi with parameters of type NativeInvokerModifierConstructorDescriptionDefaultMethod(RubyModule implementationClass, com.kenai.jffi.Function function, org.jruby.ext.ffi.jffi.Signature signature, NativeInvoker defaultInvoker)