public abstract class NoOperandResultBaseInstr extends ResultBaseInstr
result
EMPTY_OPERANDS
Constructor and Description |
---|
NoOperandResultBaseInstr(Operation operation,
Variable result) |
Modifier and Type | Method and Description |
---|---|
Operand[] |
getOperands() |
void |
setOperand(int i,
Operand operand) |
encode, getResult, updateResult
canBeDeletedFromScope, canRaiseException, clone, cloneOperands, computeScopeFlags, dumpableFields, getOperation, getUsedVariables, hasSideEffects, interpret, interpretAndGetNewIPC, isDead, isDeletable, markDead, renameVars, simplifyAndGetResult, simplifyOperands, toString, toStringNonOperandArgs, transfersControl, visit
public Operand[] getOperands()
getOperands
in class Instr
public void setOperand(int i, Operand operand)
setOperand
in class Instr
Copyright © 2001-2022 JRuby. All Rights Reserved.