jnr.ffi.provider
Class NativeFunction

java.lang.Object
  extended by jnr.ffi.provider.NativeFunction

public final class NativeFunction
extends Object


Constructor Summary
NativeFunction(Method method, CallingConvention callingConvention)
           
 
Method Summary
 Collection<Annotation> annotations()
           
 CallingConvention convention()
           
 Method getMethod()
           
 boolean isErrnoRequired()
           
 String name()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NativeFunction

public NativeFunction(Method method,
                      CallingConvention callingConvention)
Method Detail

annotations

public Collection<Annotation> annotations()

convention

public CallingConvention convention()

name

public String name()

isErrnoRequired

public boolean isErrnoRequired()

getMethod

public Method getMethod()


Copyright © 2014. All rights reserved.