Package jnr.ffi.provider.jffi
Class NotImplMethodGenerator
- java.lang.Object
-
- jnr.ffi.provider.jffi.NotImplMethodGenerator
-
- All Implemented Interfaces:
MethodGenerator
class NotImplMethodGenerator extends java.lang.Object implements MethodGenerator
-
-
Constructor Summary
Constructors Constructor Description NotImplMethodGenerator()
-
Method Summary
All Methods Instance Methods Concrete 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
public boolean isSupported(ResultType resultType, ParameterType[] parameterTypes, CallingConvention callingConvention)
- Specified by:
isSupported
in interfaceMethodGenerator
-
generate
public void generate(AsmBuilder builder, java.lang.String functionName, com.kenai.jffi.Function function, ResultType resultType, ParameterType[] parameterTypes, boolean ignoreError)
- Specified by:
generate
in interfaceMethodGenerator
-
-