Package org.jruby.ext.ffi.jffi
Class NativeFunctionInfo
java.lang.Object
org.jruby.ext.ffi.jffi.NativeFunctionInfo
Holds information for creating JFFI functions
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNativeFunctionInfo(Ruby runtime, Type returnType, Type[] parameterTypes, com.kenai.jffi.CallingConvention convention) -
Method Summary
-
Field Details
-
returnType
-
parameterTypes
-
jffiReturnType
final com.kenai.jffi.Type jffiReturnType -
jffiParameterTypes
final com.kenai.jffi.Type[] jffiParameterTypes -
convention
final com.kenai.jffi.CallingConvention convention -
callContext
final com.kenai.jffi.CallContext callContext
-
-
Constructor Details
-
NativeFunctionInfo
-