Uses of Class
jnr.ffi.provider.jffi.NativeClosureProxy
Packages that use NativeClosureProxy
-
Uses of NativeClosureProxy in jnr.ffi.provider.jffi
Fields in jnr.ffi.provider.jffi declared as NativeClosureProxyModifier and TypeFieldDescription(package private) final NativeClosureProxy
NativeClosurePointer.proxy
Fields in jnr.ffi.provider.jffi with type parameters of type NativeClosureProxyModifier and TypeFieldDescriptionprivate final Constructor<? extends NativeClosureProxy>
NativeClosureProxy.Factory.constructor
Methods in jnr.ffi.provider.jffi that return NativeClosureProxyModifier and TypeMethodDescription(package private) NativeClosureProxy
NativeClosureProxy.Factory.newClosureProxy()
Constructors in jnr.ffi.provider.jffi with parameters of type NativeClosureProxyModifierConstructorDescriptionNativeClosurePointer
(Runtime runtime, com.kenai.jffi.Closure.Handle handle, NativeClosureProxy proxy) Constructor parameters in jnr.ffi.provider.jffi with type arguments of type NativeClosureProxyModifierConstructorDescription(package private)
Factory
(Runtime runtime, Constructor<? extends NativeClosureProxy> constructor, Method invokeMethod, Object[] objectFields)