org.jruby.ir.instructions.FixedArityInstr Maven / Gradle / Ivy
package org.jruby.ir.instructions;
/**
* Marker interface to allow persistence to know whether operand arity is fixed or variable
*/
public interface FixedArityInstr {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy