public class DynamicReference extends Operand
EMPTY_ARRAY| Constructor and Description |
|---|
DynamicReference(CompoundString 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(InlinerInfo ii) |
Operand |
getSimplifiedOperand(java.util.Map<Operand,Operand> valueMap) |
boolean |
isNonAtomicValue() |
fetchCompileTimeArrayElement, getTargetClass, getValue, isConstant, retrieve, storepublic DynamicReference(CompoundString n)
public boolean isNonAtomicValue()
isNonAtomicValue in class Operandpublic Operand getSimplifiedOperand(java.util.Map<Operand,Operand> valueMap)
getSimplifiedOperand in class Operandpublic void addUsedVariables(java.util.List<Variable> l)
addUsedVariables in class Operandpublic Operand cloneForInlining(InlinerInfo ii)
cloneForInlining in class OperandCopyright © 2002-2009 JRuby Team. All Rights Reserved.