Uses of Enum Class
com.kenai.jffi.CallingConvention
Packages that use CallingConvention
-
Uses of CallingConvention in com.kenai.jffi
Methods in com.kenai.jffi that return CallingConventionModifier and TypeMethodDescriptionstatic CallingConventionReturns 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 CallContextCallContext.getCallContext(Type returnType, int fixedParamCount, Type[] parameterTypes, CallingConvention convention, boolean saveErrno) static CallContextCallContext.getCallContext(Type returnType, Type[] parameterTypes, CallingConvention convention, boolean saveErrno) Returns aCallContextinstance.static CallContextCallContext.getCallContext(Type returnType, Type[] parameterTypes, CallingConvention convention, boolean saveErrno, boolean faultProtect) final CallContextCallContextCache.getCallContext(Type returnType, int fixedParamCount, Type[] parameterTypes, CallingConvention convention, boolean saveErrno) final CallContextCallContextCache.getCallContext(Type returnType, int fixedParamCount, Type[] parameterTypes, CallingConvention convention, boolean saveErrno, boolean faultProtect) final CallContextCallContextCache.getCallContext(Type returnType, Type[] parameterTypes, CallingConvention convention) final CallContextCallContextCache.getCallContext(Type returnType, Type[] parameterTypes, CallingConvention convention, boolean saveErrno) final CallContextCallContextCache.getCallContext(Type returnType, Type[] parameterTypes, CallingConvention convention, boolean saveErrno, boolean faultProtect) final Closure.HandleClosureManager.newClosure(Closure closure, Type returnType, Type[] parameterTypes, CallingConvention convention) Wraps a java object that implements theClosureinterface in a native closure.Constructors in com.kenai.jffi with parameters of type CallingConventionModifierConstructorDescriptionCallContext(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.