Package com.kenai.jffi
Class CallContextCache.Signature
java.lang.Object
com.kenai.jffi.CallContextCache.Signature
- Enclosing class:
CallContextCache
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final CallingConvention
private final boolean
private int
private final Type[]
private final Type
Keep references to the return and parameter types so they do not get garbage collected until the closure does.private final boolean
-
Constructor Summary
ConstructorsConstructorDescriptionSignature
(Type returnType, Type[] parameterTypes, CallingConvention convention, boolean saveErrno, boolean faultProtect) -
Method Summary
-
Field Details
-
returnType
Keep references to the return and parameter types so they do not get garbage collected until the closure does. -
parameterTypes
-
convention
-
saveErrno
private final boolean saveErrno -
faultProtect
private final boolean faultProtect -
hashCode
private int hashCode
-
-
Constructor Details
-
Signature
public Signature(Type returnType, Type[] parameterTypes, CallingConvention convention, boolean saveErrno, boolean faultProtect)
-
-
Method Details