All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jruby.ext.ffi.jffi.JITMethodGenerator Maven / Gradle / Ivy

There is a newer version: 0.8.14
Show newest version
package org.jruby.ext.ffi.jffi;

/**
 * 
 */
public interface JITMethodGenerator {

    public boolean isSupported(JITSignature signature);

    public void generate(AsmClassBuilder builder, String functionName, JITSignature signature);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy