-
Methods in com.kenai.jffi with parameters of type CallingConvention
| Modifier and Type |
Method |
Description |
static 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) |
|
static CallContext |
CallContext.getCallContext(Type returnType,
Type[] parameterTypes,
CallingConvention convention,
boolean saveErrno,
boolean faultProtect) |
|
CallContext |
CallContextCache.getCallContext(Type returnType,
int fixedParamCount,
Type[] parameterTypes,
CallingConvention convention,
boolean saveErrno) |
|
CallContext |
CallContextCache.getCallContext(Type returnType,
int fixedParamCount,
Type[] parameterTypes,
CallingConvention convention,
boolean saveErrno,
boolean faultProtect) |
|
CallContext |
CallContextCache.getCallContext(Type returnType,
Type[] parameterTypes,
CallingConvention convention) |
|
CallContext |
CallContextCache.getCallContext(Type returnType,
Type[] parameterTypes,
CallingConvention convention,
boolean saveErrno) |
|
CallContext |
CallContextCache.getCallContext(Type returnType,
Type[] parameterTypes,
CallingConvention convention,
boolean saveErrno,
boolean faultProtect) |
|
Closure.Handle |
ClosureManager.newClosure(Closure closure,
Type returnType,
Type[] parameterTypes,
CallingConvention convention) |
Wraps a java object that implements the Closure interface in a
native closure.
|
Constructors in com.kenai.jffi with parameters of type CallingConvention
| Constructor |
Description |
CallContext(Type returnType,
Type[] parameterTypes,
CallingConvention convention) |
Creates a new instance of Function.
|
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 of Function.
|
Function(long address,
Type returnType,
Type[] paramTypes,
CallingConvention convention) |
Creates a new instance of Function.
|
Function(long address,
Type returnType,
Type[] paramTypes,
CallingConvention convention,
boolean saveErrno) |
Creates a new instance of Function.
|