com.kenai.jaffl.provider.jffi
Class AsmLibraryLoader.AbstractNativeInterface

java.lang.Object
  extended by com.kenai.jaffl.provider.jffi.AsmLibraryLoader.AbstractNativeInterface
Enclosing class:
AsmLibraryLoader

public abstract static class AsmLibraryLoader.AbstractNativeInterface
extends java.lang.Object


Field Summary
static com.kenai.jffi.Invoker ffi
           
protected  Library library
           
 
Constructor Summary
AsmLibraryLoader.AbstractNativeInterface(Library library)
           
 
Method Summary
protected static com.kenai.jffi.HeapInvocationBuffer newInvocationBuffer(com.kenai.jffi.Function f)
           
 
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

library

protected final Library library
Constructor Detail

AsmLibraryLoader.AbstractNativeInterface

public AsmLibraryLoader.AbstractNativeInterface(Library library)
Method Detail

newInvocationBuffer

protected static final com.kenai.jffi.HeapInvocationBuffer newInvocationBuffer(com.kenai.jffi.Function f)