public abstract class MultiOperandInstr extends Instr
Constructor and Description |
---|
MultiOperandInstr(Operation opType,
Variable result) |
Modifier and Type | Method and Description |
---|---|
Operand[] |
cloneOperandsForInlining(InlinerInfo ii) |
protected IRubyObject[] |
prepareArguments(Operand[] args,
InterpreterContext interp) |
java.lang.String |
toString() |
canRaiseException, cloneForInlining, getOperands, getOperation, getResult, getUsedVariables, hasSideEffects, interpret, isDead, markDead, simplifyAndGetResult, simplifyOperands
public Operand[] cloneOperandsForInlining(InlinerInfo ii)
protected IRubyObject[] prepareArguments(Operand[] args, InterpreterContext interp)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.