You can buy this project and download/modify it how often you want.
package org.jruby.ir.instructions; import org.jruby.ir.operands.Variable; public interface ResultInstr { public Variable getResult(); public void updateResult(Variable v); }