public abstract class GetInstr extends OneOperandResultBaseInstr implements FixedArityInstr
resultEMPTY_OPERANDS| Constructor and Description |
|---|
GetInstr(Operation op,
Variable result,
Operand source,
RubySymbol name) |
| Modifier and Type | Method and Description |
|---|---|
void |
encode(IRWriterEncoder e) |
java.lang.String |
getId() |
RubySymbol |
getName() |
Operand |
getSource() |
java.lang.String[] |
toStringNonOperandArgs() |
getOperand1, getOperands, setOperand, setOperand1getResult, updateResultcanBeDeletedFromScope, canRaiseException, clone, cloneOperands, computeScopeFlags, dumpableFields, getOperation, getUsedVariables, hasSideEffects, interpret, interpretAndGetNewIPC, isDead, isDeletable, markDead, renameVars, simplifyAndGetResult, simplifyOperands, toString, transfersControl, visitpublic GetInstr(Operation op, Variable result, Operand source, RubySymbol name)
public java.lang.String getId()
public RubySymbol getName()
public Operand getSource()
public void encode(IRWriterEncoder e)
encode in class ResultBaseInstrpublic java.lang.String[] toStringNonOperandArgs()
toStringNonOperandArgs in class InstrCopyright © 2001-2018 JRuby. All Rights Reserved.