public class DynamicSymbol extends Operand
EMPTY_ARRAY
Constructor and Description |
---|
DynamicSymbol(Operand n) |
Modifier and Type | Method and Description |
---|---|
void |
addUsedVariables(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) |
Operand |
getSimplifiedOperand(Map<Operand,Operand> valueMap,
boolean force) |
Operand |
getSymbolName() |
Object |
retrieve(ThreadContext context,
IRubyObject self,
StaticScope currScope,
DynamicScope currDynScope,
Object[] temp) |
String |
toString() |
void |
visit(IRVisitor visitor) |
canCopyPropagate, getOperandType, getValue, hasKnownValue
public DynamicSymbol(Operand n)
public Operand getSymbolName()
public Operand getSimplifiedOperand(Map<Operand,Operand> valueMap, boolean force)
getSimplifiedOperand
in class Operand
public void addUsedVariables(List<Variable> l)
addUsedVariables
in class Operand
public Operand cloneForInlining(CloneInfo ii)
cloneForInlining
in class Operand
public Object retrieve(ThreadContext context, IRubyObject self, StaticScope currScope, DynamicScope currDynScope, Object[] temp)
public void encode(IRWriterEncoder e)
public static DynamicSymbol decode(IRReaderDecoder d)
Copyright © 2001-2015 JRuby. All Rights Reserved.