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, visitprotected Variable result
public void encode(IRWriterEncoder e)
public Variable getResult()
getResult in interface ResultInstrpublic void updateResult(Variable result)
updateResult in interface ResultInstrCopyright © 2001-2015 JRuby. All Rights Reserved.