Uses of Enum Class
com.kenai.jffi.CallingConvention
Packages that use CallingConvention
-
Uses of CallingConvention in com.kenai.jffi
Fields in com.kenai.jffi declared as CallingConventionModifier and TypeFieldDescriptionprivate final CallingConvention
CallContextCache.Signature.convention
Methods in com.kenai.jffi that return CallingConventionModifier and TypeMethodDescriptionstatic CallingConvention
Returns the enum constant of this class with the specified name.static CallingConvention[]
CallingConvention.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.kenai.jffi with parameters of type CallingConventionModifier and TypeMethodDescriptionstatic CallContext
CallContext.getCallContext
(Type returnType, int fixedParamCount, Type[] parameterTypes, CallingConvention convention, boolean saveErrno) static CallContext
CallContext.getCallContext
(Type returnType, Type[] parameterTypes, CallingConvention convention, boolean saveErrno) Returns aCallContext
instance.static CallContext
CallContext.getCallContext
(Type returnType, Type[] parameterTypes, CallingConvention convention, boolean saveErrno, boolean faultProtect) final CallContext
CallContextCache.getCallContext
(Type returnType, int fixedParamCount, Type[] parameterTypes, CallingConvention convention, boolean saveErrno) final CallContext
CallContextCache.getCallContext
(Type returnType, int fixedParamCount, Type[] parameterTypes, CallingConvention convention, boolean saveErrno, boolean faultProtect) final CallContext
CallContextCache.getCallContext
(Type returnType, Type[] parameterTypes, CallingConvention convention) final CallContext
CallContextCache.getCallContext
(Type returnType, Type[] parameterTypes, CallingConvention convention, boolean saveErrno) final CallContext
CallContextCache.getCallContext
(Type returnType, Type[] parameterTypes, CallingConvention convention, boolean saveErrno, boolean faultProtect) final Closure.Handle
ClosureManager.newClosure
(Closure closure, Type returnType, Type[] parameterTypes, CallingConvention convention) Wraps a java object that implements theClosure
interface in a native closure.Constructors in com.kenai.jffi with parameters of type CallingConventionModifierConstructorDescription(package private)
CallContext
(Type returnType, int fixedParamCount, Type[] parameterTypes, CallingConvention convention, boolean saveErrno, boolean faultProtect) Creates a new instance ofFunction
.CallContext
(Type returnType, Type[] parameterTypes, CallingConvention convention) Creates a new instance ofFunction
.CallContext
(Type returnType, Type[] parameterTypes, CallingConvention convention, boolean saveErrno) Function
(long address, Type returnType, int fixedParamCount, Type[] paramTypes, CallingConvention convention, boolean saveErrno) Creates a new instance ofFunction
.Function
(long address, Type returnType, Type[] paramTypes, CallingConvention convention) Creates a new instance ofFunction
.Function
(long address, Type returnType, Type[] paramTypes, CallingConvention convention, boolean saveErrno) Creates a new instance ofFunction
.Signature
(Type returnType, Type[] parameterTypes, CallingConvention convention, boolean saveErrno, boolean faultProtect)