Uses of Class
jnr.ffi.provider.ParameterType
-
Packages that use ParameterType Package Description jnr.ffi.provider.jffi -
-
Uses of ParameterType in jnr.ffi.provider.jffi
Methods in jnr.ffi.provider.jffi with parameters of type ParameterType Modifier and Type Method Description voidMethodGenerator. generate(jnr.ffi.provider.jffi.AsmBuilder builder, String functionName, com.kenai.jffi.Function function, ResultType resultType, ParameterType[] parameterTypes, boolean ignoreError)booleanFastLongMethodGenerator. isSupported(ResultType resultType, ParameterType[] parameterTypes, CallingConvention callingConvention)booleanMethodGenerator. isSupported(ResultType resultType, ParameterType[] parameterTypes, CallingConvention callingConvention)
-