Package jnr.ffi.provider.jffi
Interface MethodGenerator
- All Known Implementing Classes:
FastLongMethodGenerator
public interface MethodGenerator
-
Method Summary
Modifier and TypeMethodDescriptionvoid
generate
(jnr.ffi.provider.jffi.AsmBuilder builder, String functionName, com.kenai.jffi.Function function, ResultType resultType, ParameterType[] parameterTypes, boolean ignoreError) boolean
isSupported
(ResultType resultType, ParameterType[] parameterTypes, CallingConvention callingConvention)
-
Method Details
-
isSupported
boolean isSupported(ResultType resultType, ParameterType[] parameterTypes, CallingConvention callingConvention) -
generate
void generate(jnr.ffi.provider.jffi.AsmBuilder builder, String functionName, com.kenai.jffi.Function function, ResultType resultType, ParameterType[] parameterTypes, boolean ignoreError)
-