Uses of Class
jnr.ffi.provider.jffi.NativeRuntime

Packages that use NativeRuntime
jnr.ffi.provider.jffi   
 

Uses of NativeRuntime in jnr.ffi.provider.jffi
 

Fields in jnr.ffi.provider.jffi declared as NativeRuntime
protected  NativeRuntime NativeClosure.runtime
           
static NativeRuntime AbstractAsmLibraryInterface.runtime
           
 

Methods in jnr.ffi.provider.jffi that return NativeRuntime
static NativeRuntime NativeRuntime.getInstance()
           
 

Constructors in jnr.ffi.provider.jffi with parameters of type NativeRuntime
ByteBufferMemoryIO(NativeRuntime runtime, ByteBuffer buffer)
           
NativeClosure(NativeRuntime runtime, Object callable, ReferenceQueue<Object> queue, Integer key)
           
NativeClosureFactory(NativeRuntime runtime, com.kenai.jffi.CallContext callContext, Constructor<? extends NativeClosure> nativeClosureConstructor)
           
NativeMemoryManager(NativeRuntime runtime)
           
 



Copyright © 2012. All Rights Reserved.