jnr.ffi.provider.jffi
Class AbstractAsmLibraryInterface

java.lang.Object
  extended by jnr.ffi.provider.jffi.AbstractAsmLibraryInterface
All Implemented Interfaces:
LoadedLibrary

public abstract class AbstractAsmLibraryInterface
extends Object
implements LoadedLibrary


Field Summary
static com.kenai.jffi.Invoker ffi
           
protected  NativeLibrary library
           
protected  Runtime runtime
           
 
Constructor Summary
AbstractAsmLibraryInterface(Runtime runtime, NativeLibrary library)
           
 
Method Summary
 Runtime getRuntime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ffi

public static final com.kenai.jffi.Invoker ffi

runtime

protected final Runtime runtime

library

protected final NativeLibrary library
Constructor Detail

AbstractAsmLibraryInterface

public AbstractAsmLibraryInterface(Runtime runtime,
                                   NativeLibrary library)
Method Detail

getRuntime

public final Runtime getRuntime()
Specified by:
getRuntime in interface LoadedLibrary


Copyright © 2013. All Rights Reserved.