Uses of Class
jnr.ffi.provider.jffi.NativeClosureFactory
Packages that use NativeClosureFactory
-
Uses of NativeClosureFactory in jnr.ffi.provider.jffi
Fields in jnr.ffi.provider.jffi declared as NativeClosureFactoryModifier and TypeFieldDescriptionprivate final NativeClosureFactory
NativeClosureFactory.ClosureReference.factory
private final NativeClosureFactory<T>
NativeClosureManager.ClosureSite.factory
Fields in jnr.ffi.provider.jffi with type parameters of type NativeClosureFactoryModifier and TypeFieldDescriptionprivate Map<Class<?>,
NativeClosureFactory> NativeClosureManager.factories
Methods in jnr.ffi.provider.jffi that return NativeClosureFactoryModifier and TypeMethodDescription(package private) <T> NativeClosureFactory<T>
NativeClosureManager.getClosureFactory
(Class<T> closureClass) (package private) <T> NativeClosureFactory<T>
NativeClosureManager.initClosureFactory
(Class<T> closureClass, AsmClassLoader classLoader) (package private) static <T> NativeClosureFactory
NativeClosureFactory.newClosureFactory
(Runtime runtime, Class<T> closureClass, SignatureTypeMapper typeMapper, AsmClassLoader classLoader) Constructors in jnr.ffi.provider.jffi with parameters of type NativeClosureFactoryModifierConstructorDescriptionprivate
ClosureReference
(Object referent, Integer key, NativeClosureFactory factory, NativeClosurePointer pointer) private
ClosureSite
(NativeClosureFactory<T> factory)