jnr.ffi.provider
Class NativeFunction
java.lang.Object
jnr.ffi.provider.NativeFunction
public final class NativeFunction
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NativeFunction
public NativeFunction(Method method,
CallingConvention callingConvention)
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.