public class BuildCompoundArrayInstr extends TwoOperandResultBaseInstr
resultEMPTY_OPERANDS| Constructor and Description |
|---|
BuildCompoundArrayInstr(Variable result,
Operand a1,
Operand a2,
boolean isArgsPush,
boolean usesKeywordRest) |
| 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 BuildCompoundArrayInstr |
decode(IRReaderDecoder d) |
void |
encode(IRWriterEncoder e) |
Operand |
getAppendedArg() |
Operand |
getAppendingArg() |
java.lang.Object |
interpret(ThreadContext context,
StaticScope currScope,
DynamicScope currDynScope,
IRubyObject self,
java.lang.Object[] temp) |
boolean |
isArgsPush() |
java.lang.String[] |
toStringNonOperandArgs() |
boolean |
usesKeywordRest() |
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, transfersControlpublic Operand getAppendingArg()
public Operand getAppendedArg()
public boolean isArgsPush()
public boolean usesKeywordRest()
public Instr clone(CloneInfo ii)
Instrpublic void encode(IRWriterEncoder e)
encode in class ResultBaseInstrpublic static BuildCompoundArrayInstr decode(IRReaderDecoder d)
public java.lang.Object interpret(ThreadContext context, StaticScope currScope, DynamicScope currDynScope, IRubyObject self, java.lang.Object[] temp)
public java.lang.String[] toStringNonOperandArgs()
toStringNonOperandArgs in class InstrCopyright © 2001-2023 JRuby. All Rights Reserved.