Uses of Enum
com.kenai.jffi.CallingConvention
Packages that use CallingConvention
-
Uses of CallingConvention in com.kenai.jffi
Subclasses with type arguments of type CallingConvention in com.kenai.jffiModifier and TypeClassDescriptionenumDefines the function calling conventions.Methods in com.kenai.jffi 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 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.