Package org.jruby.ext.ffi.jffi
Class Signature
java.lang.Object
org.jruby.ext.ffi.jffi.Signature
A native function signature
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancom.kenai.jffi.CallingConventiongetEnums()intgetParameterType(int parameterIndex) inthashCode()boolean
-
Field Details
-
resultType
-
parameterTypes
-
convention
private final com.kenai.jffi.CallingConvention convention -
ignoreError
private final boolean ignoreError -
enums
-
-
Constructor Details
-
Signature
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
getCallingConvention
public com.kenai.jffi.CallingConvention getCallingConvention() -
isIgnoreError
public boolean isIgnoreError() -
getParameterCount
public int getParameterCount() -
getParameterType
-
getResultType
-
getEnums
-