class NotImplMethodGenerator extends java.lang.Object implements MethodGenerator
| Constructor and Description |
|---|
NotImplMethodGenerator() |
| Modifier and Type | Method and 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) |
public boolean isSupported(ResultType resultType, ParameterType[] parameterTypes, CallingConvention callingConvention)
isSupported in interface MethodGeneratorpublic void generate(AsmBuilder builder, java.lang.String functionName, com.kenai.jffi.Function function, ResultType resultType, ParameterType[] parameterTypes, boolean ignoreError)
generate in interface MethodGenerator