Class FastNumericMethodGenerator

java.lang.Object
org.jruby.ext.ffi.jffi.AbstractNumericMethodGenerator
org.jruby.ext.ffi.jffi.FastNumericMethodGenerator
All Implemented Interfaces:
JITMethodGenerator

final class FastNumericMethodGenerator extends AbstractNumericMethodGenerator
  • Field Details

    • MAX_PARAMETERS

      private static final int MAX_PARAMETERS
    • signatures

      private static final String[] signatures
    • methodNames

      private static final String[] methodNames
  • Constructor Details

    • FastNumericMethodGenerator

      FastNumericMethodGenerator()
  • Method Details