private static class DataFlowConstants.Anything extends Operand
EMPTY_ARRAY| Modifier | Constructor and Description |
|---|---|
private |
Anything() |
| 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 |
toString() |
canCopyPropagate, fetchCompileTimeArrayElement, getSimplifiedOperand, getValue, hasKnownValue, retrieve, visitpublic 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.Object