public abstract class ResultBaseInstr extends Instr implements ResultInstr
Modifier and Type | Field and Description |
---|---|
protected Variable |
result |
EMPTY_OPERANDS, operands
Constructor and Description |
---|
ResultBaseInstr(Operation operation,
Variable result,
Operand[] operands) |
Modifier and Type | Method and Description |
---|---|
void |
encode(IRWriterEncoder e) |
Variable |
getResult() |
void |
updateResult(Variable result) |
canBeDeleted, canRaiseException, clone, cloneOperands, computeScopeFlags, getIPC, getOperands, getOperation, getRPC, getUsedVariables, hasSideEffects, interpret, interpretAndGetNewIPC, isDead, markDead, renameVars, setIPC, setRPC, simplifyAndGetResult, simplifyOperands, toString, toStringNonOperandArgs, transfersControl, visit
protected Variable result
public void encode(IRWriterEncoder e)
public Variable getResult()
getResult
in interface ResultInstr
public void updateResult(Variable result)
updateResult
in interface ResultInstr
Copyright © 2001-2015 JRuby. All Rights Reserved.