Uses of Class
jnr.ffi.provider.jffi.NativeClosureFactory
-
Packages that use NativeClosureFactory Package Description jnr.ffi.provider.jffi -
-
Uses of NativeClosureFactory in jnr.ffi.provider.jffi
Fields in jnr.ffi.provider.jffi declared as NativeClosureFactory Modifier and Type Field Description private NativeClosureFactory
NativeClosureFactory.ClosureReference. factory
private NativeClosureFactory<T>
NativeClosureManager.ClosureSite. factory
Fields in jnr.ffi.provider.jffi with type parameters of type NativeClosureFactory Modifier and Type Field Description private java.util.Map<java.lang.Class<?>,NativeClosureFactory>
NativeClosureManager. factories
Methods in jnr.ffi.provider.jffi that return NativeClosureFactory Modifier and Type Method Description (package private) <T> NativeClosureFactory<T>
NativeClosureManager. getClosureFactory(java.lang.Class<T> closureClass)
(package private) <T> NativeClosureFactory<T>
NativeClosureManager. initClosureFactory(java.lang.Class<T> closureClass, AsmClassLoader classLoader)
(package private) static <T> NativeClosureFactory
NativeClosureFactory. newClosureFactory(Runtime runtime, java.lang.Class<T> closureClass, SignatureTypeMapper typeMapper, AsmClassLoader classLoader)
Constructors in jnr.ffi.provider.jffi with parameters of type NativeClosureFactory Constructor Description ClosureReference(java.lang.Object referent, java.lang.Integer key, NativeClosureFactory factory, NativeClosurePointer pointer)
ClosureSite(NativeClosureFactory<T> factory)
-