Class FastLongMethodGenerator

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

final class FastLongMethodGenerator 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

    • FastLongMethodGenerator

      FastLongMethodGenerator()
  • Method Details