Uses of Class
jnr.ffi.provider.jffi.NativeRuntime
-
Packages that use NativeRuntime Package Description jnr.ffi.provider.jffi -
-
Uses of NativeRuntime in jnr.ffi.provider.jffi
Fields in jnr.ffi.provider.jffi declared as NativeRuntime Modifier and Type Field Description static NativeRuntime
NativeRuntime.SingletonHolder. INSTANCE
private NativeRuntime
AsmLibraryLoader. runtime
private NativeRuntime
Provider. runtime
Methods in jnr.ffi.provider.jffi that return NativeRuntime Modifier and Type Method Description static NativeRuntime
NativeRuntime. getInstance()
Constructors in jnr.ffi.provider.jffi with parameters of type NativeRuntime Constructor Description NativeClosureProxy(NativeRuntime runtime)
NativeMemoryManager(NativeRuntime runtime)
-