Uses of Class
jnr.ffi.provider.jffi.NativeClosureProxy.Factory
-
Packages that use NativeClosureProxy.Factory Package Description jnr.ffi.provider.jffi -
-
Uses of NativeClosureProxy.Factory in jnr.ffi.provider.jffi
Fields in jnr.ffi.provider.jffi declared as NativeClosureProxy.Factory Modifier and Type Field Description private NativeClosureProxy.Factory
NativeClosureFactory. closureProxyFactory
Methods in jnr.ffi.provider.jffi that return NativeClosureProxy.Factory Modifier and Type Method Description (package private) static NativeClosureProxy.Factory
NativeClosureProxy. newProxyFactory(Runtime runtime, java.lang.reflect.Method callMethod, ToNativeType resultType, FromNativeType[] parameterTypes, AsmClassLoader classLoader)
Constructors in jnr.ffi.provider.jffi with parameters of type NativeClosureProxy.Factory Constructor Description NativeClosureFactory(Runtime runtime, com.kenai.jffi.CallContext callContext, NativeClosureProxy.Factory closureProxyFactory)
-