Uses of Class
jnr.ffi.provider.jffi.NativeClosureManager
-
Packages that use NativeClosureManager Package Description jnr.ffi.provider.jffi -
-
Uses of NativeClosureManager in jnr.ffi.provider.jffi
Fields in jnr.ffi.provider.jffi declared as NativeClosureManager Modifier and Type Field Description private NativeClosureManager
InvokerTypeMapper. closureManager
private NativeClosureManager
NativeRuntime. closureManager
Methods in jnr.ffi.provider.jffi that return NativeClosureManager Modifier and Type Method Description NativeClosureManager
NativeRuntime. getClosureManager()
Constructors in jnr.ffi.provider.jffi with parameters of type NativeClosureManager Constructor Description InvokerTypeMapper(NativeClosureManager closureManager, AsmClassLoader classLoader, boolean asmEnabled)
-