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

org.jruby.compiler.BranchCallback Maven / Gradle / Ivy

There is a newer version: 9.4.7.0
Show newest version
/*
 * BranchCallback.java
 *
 * Created on January 3, 2007, 4:51 PM
 *
 * To change this template, choose Tools | Template Manager
 * and open the template in the editor.
 */

package org.jruby.compiler;

/**
 *
 * @author headius
 */
public interface BranchCallback {
    public void branch(BodyCompiler context);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy