| 程序包 | 说明 |
|---|---|
| jnr.ffi | |
| jnr.ffi.provider | |
| jnr.ffi.provider.jffi |
| 限定符和类型 | 方法和说明 |
|---|---|
static CallingConvention |
CallingConvention.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static CallingConvention[] |
CallingConvention.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
LibraryLoader<T> |
LibraryLoader.convention(CallingConvention convention)
Sets the native function calling convention.
|
| 限定符和类型 | 方法和说明 |
|---|---|
CallingConvention |
NativeFunction.convention() |
| 构造器和说明 |
|---|
InterfaceScanner(Class interfaceClass,
SignatureTypeMapper typeMapper,
CallingConvention callingConvention) |
NativeFunction(Method method,
CallingConvention callingConvention) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
FastLongMethodGenerator.isSupported(ResultType resultType,
ParameterType[] parameterTypes,
CallingConvention callingConvention) |
boolean |
MethodGenerator.isSupported(ResultType resultType,
ParameterType[] parameterTypes,
CallingConvention callingConvention) |
Copyright © 2021. All rights reserved.