public class DynamicSymbol extends Operand
EMPTY_ARRAY
Constructor and Description |
---|
DynamicSymbol(Operand n) |
Modifier and Type | Method and Description |
---|---|
void |
addUsedVariables(java.util.List<Variable> l)
Append the list of variables used in this operand to the input list
|
Operand |
cloneForInlining(CloneInfo ii) |
static DynamicSymbol |
decode(IRReaderDecoder d) |
void |
encode(IRWriterEncoder e) |
OperandType |
getOperandType() |
Operand |
getSimplifiedOperand(java.util.Map<Operand,Operand> valueMap,
boolean force) |
Operand |
getSymbolName() |
java.lang.Object |
retrieve(ThreadContext context,
IRubyObject self,
StaticScope currScope,
DynamicScope currDynScope,
java.lang.Object[] temp) |
java.lang.String |
toString() |
void |
visit(IRVisitor visitor) |
canCopyPropagate, getValue, hasKnownValue, isFalseyImmediate, isTruthyImmediate
public DynamicSymbol(Operand n)
public OperandType getOperandType()
getOperandType
in class Operand
public Operand getSymbolName()
public Operand getSimplifiedOperand(java.util.Map<Operand,Operand> valueMap, boolean force)
getSimplifiedOperand
in class Operand
public void addUsedVariables(java.util.List<Variable> l)
addUsedVariables
in class Operand
public Operand cloneForInlining(CloneInfo ii)
cloneForInlining
in class Operand
public java.lang.Object retrieve(ThreadContext context, IRubyObject self, StaticScope currScope, DynamicScope currDynScope, java.lang.Object[] temp)
public void encode(IRWriterEncoder e)
public static DynamicSymbol decode(IRReaderDecoder d)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2001-2020 JRuby. All Rights Reserved.