Package jnr.ffi.provider.jffi
Class NotImplMethodGenerator
java.lang.Object
jnr.ffi.provider.jffi.NotImplMethodGenerator
- All Implemented Interfaces:
MethodGenerator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
generate
(AsmBuilder builder, String functionName, com.kenai.jffi.Function function, ResultType resultType, ParameterType[] parameterTypes, boolean ignoreError) boolean
isSupported
(ResultType resultType, ParameterType[] parameterTypes, CallingConvention callingConvention)
-
Constructor Details
-
NotImplMethodGenerator
NotImplMethodGenerator()
-
-
Method Details
-
isSupported
public boolean isSupported(ResultType resultType, ParameterType[] parameterTypes, CallingConvention callingConvention) - Specified by:
isSupported
in interfaceMethodGenerator
-
generate
public void generate(AsmBuilder builder, String functionName, com.kenai.jffi.Function function, ResultType resultType, ParameterType[] parameterTypes, boolean ignoreError) - Specified by:
generate
in interfaceMethodGenerator
-