Uses of Class
jnr.ffi.CallingConvention
-
Packages that use CallingConvention Package Description jnr.ffi jnr.ffi.annotations jnr.ffi.provider jnr.ffi.provider.jffi -
-
Uses of CallingConvention in jnr.ffi
Methods in jnr.ffi that return CallingConvention Modifier and Type Method Description static CallingConventionCallingConvention. 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 Modifier and Type Method Description LibraryLoader<T>LibraryLoader. convention(CallingConvention convention)Sets the native function calling convention. -
Uses of CallingConvention in jnr.ffi.annotations
Methods in jnr.ffi.annotations that return CallingConvention Modifier and Type Method Description CallingConventionconvention() -
Uses of CallingConvention in jnr.ffi.provider
Methods in jnr.ffi.provider that return CallingConvention Modifier and Type Method Description CallingConventionNativeFunction. convention()Constructors in jnr.ffi.provider with parameters of type CallingConvention Constructor Description 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 Modifier and Type Method Description booleanFastLongMethodGenerator. isSupported(ResultType resultType, ParameterType[] parameterTypes, CallingConvention callingConvention)booleanMethodGenerator. isSupported(ResultType resultType, ParameterType[] parameterTypes, CallingConvention callingConvention)
-