Package org.jruby.ext.ffi.jffi
Interface JITMethodGenerator
- All Known Implementing Classes:
AbstractNumericMethodGenerator,FastIntMethodGenerator,FastLongMethodGenerator,FastNumericMethodGenerator
public interface JITMethodGenerator
-
Method Summary
Modifier and TypeMethodDescriptionvoidgenerate(AsmClassBuilder builder, String functionName, JITSignature signature) booleanisSupported(JITSignature signature)
-
Method Details
-
isSupported
-
generate
-