public class EQQInstr extends TwoOperandResultBaseInstr implements FixedArityInstr
resultEMPTY_OPERANDS| Constructor and Description |
|---|
EQQInstr(Variable result,
Operand v1,
Operand v2)
Deprecated.
|
EQQInstr(Variable result,
Operand v1,
Operand v2,
boolean splattedValue) |
| Modifier and Type | Method and Description |
|---|---|
Instr |
clone(CloneInfo ii)
Clone the instruction for use in an inlining context (either when a scope is inlined into
another scope, or when a block has to be cloned because its associated call belongs to
an inlined scope).
|
static EQQInstr |
decode(IRReaderDecoder d) |
void |
encode(IRWriterEncoder e) |
Operand |
getArg1() |
Operand |
getArg2() |
Object |
interpret(ThreadContext context,
StaticScope currScope,
DynamicScope currDynScope,
IRubyObject self,
Object[] temp) |
boolean |
isSplattedValue() |
String[] |
toStringNonOperandArgs() |
void |
visit(IRVisitor visitor) |
getOperand1, getOperand2, getOperands, setOperand, setOperand1, setOperand2getResult, updateResultcanBeDeletedFromScope, canRaiseException, cloneOperands, computeScopeFlags, dumpableFields, getOperation, getUsedVariables, hasSideEffects, interpretAndGetNewIPC, isDead, isDeletable, markDead, renameVars, simplifyAndGetResult, simplifyOperands, toString, transfersControl@Deprecated public EQQInstr(Variable result, Operand v1, Operand v2)
public String[] toStringNonOperandArgs()
toStringNonOperandArgs in class Instrpublic Operand getArg1()
public Operand getArg2()
public boolean isSplattedValue()
public Instr clone(CloneInfo ii)
Instrpublic void encode(IRWriterEncoder e)
encode in class ResultBaseInstrpublic static EQQInstr decode(IRReaderDecoder d)
public Object interpret(ThreadContext context, StaticScope currScope, DynamicScope currDynScope, IRubyObject self, Object[] temp)
Copyright © 2001-2017 JRuby. All Rights Reserved.