public abstract class ThreeOperandInstr extends Instr
EMPTY_OPERANDS
Constructor and Description |
---|
ThreeOperandInstr(Operation operation,
Operand operand1,
Operand operand2,
Operand operand3) |
Modifier and Type | Method and Description |
---|---|
Operand |
getOperand1() |
Operand |
getOperand2() |
Operand |
getOperand3() |
Operand[] |
getOperands() |
canBeDeletedFromScope, canRaiseException, clone, cloneOperands, computeScopeFlags, encode, getIPC, getOperation, getRPC, getUsedVariables, hasSideEffects, interpret, interpretAndGetNewIPC, isDead, isDeletable, markDead, renameVars, setIPC, setOperand, setRPC, simplifyAndGetResult, simplifyOperands, toString, toStringNonOperandArgs, transfersControl, visit
Copyright © 2001-2015 JRuby. All Rights Reserved.