Class FastLongMethodGenerator

  • All Implemented Interfaces:
    MethodGenerator

    public class FastLongMethodGenerator
    extends java.lang.Object
    • Constructor Detail

      • FastLongMethodGenerator

        public FastLongMethodGenerator()
    • Method Detail

      • generate

        public void generate​(jnr.ffi.provider.jffi.AsmBuilder builder,
                             SkinnyMethodAdapter mv,
                             jnr.ffi.provider.jffi.LocalVariableAllocator localVariableAllocator,
                             com.kenai.jffi.CallContext callContext,
                             ResultType resultType,
                             ParameterType[] parameterTypes,
                             boolean ignoreError)
      • generate

        public void generate​(jnr.ffi.provider.jffi.AsmBuilder builder,
                             java.lang.String functionName,
                             com.kenai.jffi.Function function,
                             ResultType resultType,
                             ParameterType[] parameterTypes,
                             boolean ignoreError)
        Specified by:
        generate in interface MethodGenerator