|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CallingConvention | |
|---|---|
| jnr.ffi | |
| jnr.ffi.provider | |
| jnr.ffi.provider.jffi | |
| Uses of CallingConvention in jnr.ffi |
|---|
| Methods in jnr.ffi that return CallingConvention | |
|---|---|
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. |
| Methods in jnr.ffi with parameters of type CallingConvention | |
|---|---|
LibraryLoader<T> |
LibraryLoader.convention(CallingConvention convention)
Sets the native function calling convention. |
| Uses of CallingConvention in jnr.ffi.provider |
|---|
| Methods in jnr.ffi.provider that return CallingConvention | |
|---|---|
CallingConvention |
NativeFunction.convention()
|
| Constructors in jnr.ffi.provider with parameters of type CallingConvention | |
|---|---|
InterfaceScanner(Class interfaceClass,
SignatureTypeMapper typeMapper,
CallingConvention callingConvention)
|
|
NativeFunction(Method method,
CallingConvention callingConvention)
|
|
| Uses of CallingConvention in jnr.ffi.provider.jffi |
|---|
| Methods in jnr.ffi.provider.jffi with parameters of type CallingConvention | |
|---|---|
boolean |
MethodGenerator.isSupported(ResultType resultType,
ParameterType[] parameterTypes,
CallingConvention callingConvention)
|
boolean |
FastLongMethodGenerator.isSupported(ResultType resultType,
ParameterType[] parameterTypes,
CallingConvention callingConvention)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||