public abstract class PutInstr extends TwoOperandInstr implements FixedArityInstr
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
ref |
EMPTY_OPERANDS| Constructor and Description |
|---|
PutInstr(Operation op,
Operand target,
java.lang.String ref,
Operand value) |
| Modifier and Type | Method and Description |
|---|---|
void |
encode(IRWriterEncoder e) |
java.lang.String |
getRef() |
Operand |
getTarget() |
Operand |
getValue() |
java.lang.String[] |
toStringNonOperandArgs() |
getOperand1, getOperand2, getOperands, setOperand, setOperand1, setOperand2canBeDeletedFromScope, canRaiseException, clone, cloneOperands, computeScopeFlags, dumpableFields, getOperation, getUsedVariables, hasSideEffects, interpret, interpretAndGetNewIPC, isDead, isDeletable, markDead, renameVars, simplifyAndGetResult, simplifyOperands, toString, transfersControl, visitpublic java.lang.String getRef()
public Operand getTarget()
public Operand getValue()
public void encode(IRWriterEncoder e)
public java.lang.String[] toStringNonOperandArgs()
toStringNonOperandArgs in class InstrCopyright © 2001-2018 JRuby. All Rights Reserved.