Uses of Class
org.jruby.ext.ffi.jffi.DefaultMethodFactory.BaseInvoker
Packages that use DefaultMethodFactory.BaseInvoker
-
Uses of DefaultMethodFactory.BaseInvoker in org.jruby.ext.ffi.jffi
Subclasses of DefaultMethodFactory.BaseInvoker in org.jruby.ext.ffi.jffiModifier and TypeClassDescriptionprivate static final classInvokes the native function with a boolean return value.private static final classInvokes the native function, then passes the return value off to a conversion method to massage it to a custom ruby type.private static final classInvokes the native function with a 128 bit float return value.private static final classInvokes the native function with a 32 bit float return value.private static final classInvokes the native function with a 64 bit float return value.private static final classInvokes the native function with a native pointer return value.private static final classInvokes the native function with a native pointer return value.private static final classInvokes the native function with n signed 8 bit integer return value.private static final classInvokes the native function with a 32 bit integer return value.private static final classInvokes the native function with a 64 bit integer return value.private static final classInvokes the native function with n signed 8 bit integer return value.private static final classInvokes the native function with a native string return value.private static final classInvokes the native function with a native struct return value.private static final classInvokes the native function with an unsigned 32 bit integer return value.private static final classInvokes the native function with an unsigned 32 bit integer return value.private static final classInvokes the native function with a 64 bit unsigned integer return value.private static final classInvokes the native function with an unsigned 8 bit integer return value.private static final classInvokes the native function with no return type, and returns nil to ruby.