Package org.python.modules.jffi
Class JITSignature
java.lang.Object
org.python.modules.jffi.JITSignature
-
Constructor Summary
ConstructorsConstructorDescriptionJITSignature(NativeType resultType, NativeType[] parameterTypes, boolean hasResultConverter, boolean[] hasParameterConverter, com.kenai.jffi.CallingConvention convention, boolean ignoreError) -
Method Summary
Modifier and TypeMethodDescriptionbooleanfinal com.kenai.jffi.CallingConventionfinal intfinal NativeTypegetParameterType(int parameterIndex) final NativeTypeinthashCode()final booleanhasParameterConverter(int parameterIndex) final booleanboolean
-
Constructor Details
-
JITSignature
public JITSignature(NativeType resultType, NativeType[] parameterTypes, boolean hasResultConverter, boolean[] hasParameterConverter, com.kenai.jffi.CallingConvention convention, boolean ignoreError)
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
getResultType
-
getParameterType
-
getCallingConvention
public final com.kenai.jffi.CallingConvention getCallingConvention() -
getParameterCount
public final int getParameterCount() -
hasResultConverter
public final boolean hasResultConverter() -
hasParameterConverter
public final boolean hasParameterConverter(int parameterIndex) -
isIgnoreError
public boolean isIgnoreError()
-