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 - 2025 Weber Informatics LLC | Privacy Policy