|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jruby.compiler.ir.operands.Operand
org.jruby.compiler.ir.operands.DynamicReference
public class DynamicReference
| Field Summary |
|---|
| Fields inherited from class org.jruby.compiler.ir.operands.Operand |
|---|
EMPTY_ARRAY |
| Constructor Summary | |
|---|---|
DynamicReference(CompoundString n)
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class org.jruby.compiler.ir.operands.Operand |
|---|
fetchCompileTimeArrayElement, getTargetClass, getValue, isConstant, retrieve, store |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DynamicReference(CompoundString n)
| Method Detail |
|---|
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 Operand
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||