jnr.ffi.provider.jffi
Interface MethodGenerator

All Known Implementing Classes:
FastLongMethodGenerator

public interface MethodGenerator


Method Summary
 void 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 Detail

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)


Copyright © 2014. All rights reserved.