Uses of Enum
jnr.ffi.CallingConvention
Packages that use CallingConvention
-
Uses of CallingConvention in jnr.ffi
Subclasses with type arguments of type CallingConvention in jnr.ffiMethods in jnr.ffi that return CallingConventionModifier and TypeMethodDescriptionstatic CallingConventionReturns 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 CallingConventionModifier and TypeMethodDescriptionLibraryLoader.convention(CallingConvention convention) Sets the native function calling convention. -
Uses of CallingConvention in jnr.ffi.provider
Methods in jnr.ffi.provider that return CallingConventionConstructors in jnr.ffi.provider with parameters of type CallingConventionModifierConstructorDescriptionInterfaceScanner(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 CallingConventionModifier and TypeMethodDescriptionbooleanFastLongMethodGenerator.isSupported(ResultType resultType, ParameterType[] parameterTypes, CallingConvention callingConvention) booleanMethodGenerator.isSupported(ResultType resultType, ParameterType[] parameterTypes, CallingConvention callingConvention)