Class CallContextCache.Signature
java.lang.Object
com.kenai.jffi.CallContextCache.Signature
- Enclosing class:
CallContextCache
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final CallingConventionprivate final booleanprivate intprivate final Type[]private final TypeKeep 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
-
equals
-
calculateHashCode
private final int calculateHashCode() -
hashCode
-