| Package | Description |
|---|---|
| jnr.ffi | |
| jnr.ffi.provider | |
| jnr.ffi.provider.jffi |
| Modifier and Type | Method and Description |
|---|---|
static CallingConvention |
CallingConvention.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CallingConvention[] |
CallingConvention.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LibraryLoader<T> |
LibraryLoader.convention(CallingConvention convention)
Sets the native function calling convention.
|
| Modifier and Type | Method and Description |
|---|---|
CallingConvention |
NativeFunction.convention() |
| Constructor and Description |
|---|
InterfaceScanner(Class interfaceClass,
SignatureTypeMapper typeMapper,
CallingConvention callingConvention) |
NativeFunction(Method method,
CallingConvention callingConvention) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MethodGenerator.isSupported(ResultType resultType,
ParameterType[] parameterTypes,
CallingConvention callingConvention) |
boolean |
FastLongMethodGenerator.isSupported(ResultType resultType,
ParameterType[] parameterTypes,
CallingConvention callingConvention) |
Copyright © 2017. All rights reserved.