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

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

/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package org.jruby.compiler;

/**
 *
 * @author enebo
 */
public class TwoBranchCallback {
    public void valid() {
    }

    public void invalid() {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy