org.jruby.compiler.ir.instructions.AttributeInstr Maven / Gradle / Ivy
package org.jruby.compiler.ir.instructions;
import org.jruby.compiler.ir.Operation;
import org.jruby.compiler.ir.representations.InlinerInfo;
// SSS FIXME: Not used yet!
public class AttributeInstr extends NoOperandInstr
{
public AttributeInstr(Operation op) { super(op); }
public Instr cloneForInlining(InlinerInfo ii) { return this; }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy