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 NativeClosureFactoryNativeClosureFactory.ClosureReference.factoryprivate final NativeClosureFactory<T> NativeClosureManager.ClosureSite.factoryFields in jnr.ffi.provider.jffi with type parameters of type NativeClosureFactoryModifier and TypeFieldDescriptionprivate Map<Class<?>, NativeClosureFactory> NativeClosureManager.factoriesMethods 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> NativeClosureFactoryNativeClosureFactory.newClosureFactory(Runtime runtime, Class<T> closureClass, SignatureTypeMapper typeMapper, AsmClassLoader classLoader) Constructors in jnr.ffi.provider.jffi with parameters of type NativeClosureFactoryModifierConstructorDescriptionprivateClosureReference(Object referent, Integer key, NativeClosureFactory factory, NativeClosurePointer pointer) privateClosureSite(NativeClosureFactory<T> factory)