public class BuildCompoundStringInstr extends NOperandResultBaseInstr
resultEMPTY_OPERANDS| Constructor and Description |
|---|
BuildCompoundStringInstr(Variable result,
Operand[] pieces,
org.jcodings.Encoding encoding,
int estimatedSize,
boolean frozen,
boolean debug,
java.lang.String file,
int line) |
| 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 BuildCompoundStringInstr |
decode(IRReaderDecoder d) |
void |
encode(IRWriterEncoder e) |
org.jcodings.Encoding |
getEncoding() |
java.lang.String |
getFile() |
int |
getInitialSize() |
int |
getLine() |
Operand[] |
getPieces() |
java.lang.Object |
interpret(ThreadContext context,
StaticScope currScope,
DynamicScope currDynScope,
IRubyObject self,
java.lang.Object[] temp) |
boolean |
isFrozen() |
void |
visit(IRVisitor visitor) |
getOperands, setOperandgetResult, updateResultcanBeDeletedFromScope, canRaiseException, cloneOperands, computeScopeFlags, dumpableFields, getOperation, getUsedVariables, hasSideEffects, interpretAndGetNewIPC, isDead, isDeletable, markDead, renameVars, simplifyAndGetResult, simplifyOperands, toString, toStringNonOperandArgs, transfersControlpublic Operand[] getPieces()
public org.jcodings.Encoding getEncoding()
public int getInitialSize()
public Instr clone(CloneInfo ii)
Instrpublic void encode(IRWriterEncoder e)
encode in class ResultBaseInstrpublic static BuildCompoundStringInstr decode(IRReaderDecoder d)
public java.lang.Object interpret(ThreadContext context, StaticScope currScope, DynamicScope currDynScope, IRubyObject self, java.lang.Object[] temp)
public boolean isFrozen()
public java.lang.String getFile()
public int getLine()
Copyright © 2001-2023 JRuby. All Rights Reserved.