org.jruby.ir.instructions.ResultInstr Maven / Gradle / Ivy
package org.jruby.ir.instructions;
import org.jruby.ir.operands.Variable;
public interface ResultInstr {
public Variable getResult();
public void updateResult(Variable v);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy