EMPTY_ARRAY| Constructor and Description |
|---|
Reference(java.lang.String name) |
| 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 -- force every operand
to implement this because a missing implementation can cause bad failures.
|
Operand |
cloneForInlining(InlinerInfo ii) |
java.lang.String |
getName() |
java.lang.String |
toString() |
canCopyPropagate, fetchCompileTimeArrayElement, getSimplifiedOperand, getValue, hasKnownValue, retrieve, visitpublic java.lang.String getName()
public void addUsedVariables(java.util.List<Variable> l)
OperandaddUsedVariables in class Operandpublic Operand cloneForInlining(InlinerInfo ii)
cloneForInlining in class Operandpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2002-2009 JRuby Team. All Rights Reserved.