Uses of Class
jnr.ffi.provider.jffi.NativeClosureProxy.Factory
Packages that use NativeClosureProxy.Factory
-
Uses of NativeClosureProxy.Factory in jnr.ffi.provider.jffi
Fields in jnr.ffi.provider.jffi declared as NativeClosureProxy.FactoryModifier and TypeFieldDescriptionprivate final NativeClosureProxy.Factory
NativeClosureFactory.closureProxyFactory
Methods in jnr.ffi.provider.jffi that return NativeClosureProxy.FactoryModifier and TypeMethodDescription(package private) static NativeClosureProxy.Factory
NativeClosureProxy.newProxyFactory
(Runtime runtime, Method callMethod, ToNativeType resultType, FromNativeType[] parameterTypes, AsmClassLoader classLoader) Constructors in jnr.ffi.provider.jffi with parameters of type NativeClosureProxy.FactoryModifierConstructorDescriptionprotected
NativeClosureFactory
(Runtime runtime, com.kenai.jffi.CallContext callContext, NativeClosureProxy.Factory closureProxyFactory)