public abstract class PutInstr extends Instr implements FixedArityInstr
Modifier and Type | Field and Description |
---|---|
protected String |
ref |
EMPTY_OPERANDS, operands
Constructor and Description |
---|
PutInstr(Operation op,
Operand target,
String ref,
Operand value) |
Modifier and Type | Method and Description |
---|---|
void |
encode(IRWriterEncoder e) |
String |
getRef() |
Operand |
getTarget() |
Operand |
getValue() |
String[] |
toStringNonOperandArgs() |
canBeDeleted, canRaiseException, clone, cloneOperands, computeScopeFlags, getIPC, getOperands, getOperation, getRPC, getUsedVariables, hasSideEffects, interpret, interpretAndGetNewIPC, isDead, markDead, renameVars, setIPC, setRPC, simplifyAndGetResult, simplifyOperands, toString, transfersControl, visit
protected String ref
public String getRef()
public Operand getTarget()
public Operand getValue()
public void encode(IRWriterEncoder e)
public String[] toStringNonOperandArgs()
toStringNonOperandArgs
in class Instr
Copyright © 2001-2015 JRuby. All Rights Reserved.