Package jnr.ffi.provider.jffi
Interface MethodGenerator
-
- All Known Implementing Classes:
AbstractFastNumericMethodGenerator
,BaseMethodGenerator
,BufferMethodGenerator
,FastIntMethodGenerator
,FastLongMethodGenerator
,FastNumericMethodGenerator
,NotImplMethodGenerator
,X86MethodGenerator
public interface MethodGenerator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
generate(AsmBuilder builder, java.lang.String functionName, com.kenai.jffi.Function function, ResultType resultType, ParameterType[] parameterTypes, boolean ignoreError)
boolean
isSupported(ResultType resultType, ParameterType[] parameterTypes, CallingConvention callingConvention)
-
-
-
Method Detail
-
isSupported
boolean isSupported(ResultType resultType, ParameterType[] parameterTypes, CallingConvention callingConvention)
-
generate
void generate(AsmBuilder builder, java.lang.String functionName, com.kenai.jffi.Function function, ResultType resultType, ParameterType[] parameterTypes, boolean ignoreError)
-
-