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

org.jruby.ir.instructions.ResultInstr Maven / Gradle / Ivy

There is a newer version: 9.4.9.0
Show newest version
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