public final class NativeFunction extends Object
Constructor and Description |
---|
NativeFunction(Method method,
CallingConvention callingConvention) |
Modifier and Type | Method and Description |
---|---|
Collection<Annotation> |
annotations() |
CallingConvention |
convention() |
Method |
getMethod() |
boolean |
isErrnoRequired() |
String |
name() |
public NativeFunction(Method method, CallingConvention callingConvention)
public Collection<Annotation> annotations()
public CallingConvention convention()
public String name()
public boolean isErrnoRequired()
public Method getMethod()
Copyright © 2015. All Rights Reserved.