public class Attribute extends Operand
EMPTY_ARRAY| Constructor and Description |
|---|
Attribute() |
| Modifier and Type | Method and Description |
|---|---|
void |
addUsedVariables(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) |
Operand |
getSimplifiedOperand(Map<Operand,Operand> valueMap,
boolean force) |
canCopyPropagate, fetchCompileTimeArrayElement, getValue, hasKnownValue, retrieve, visitpublic Operand getSimplifiedOperand(Map<Operand,Operand> valueMap, boolean force)
getSimplifiedOperand in class Operandpublic void addUsedVariables(List<Variable> l)
OperandaddUsedVariables in class Operandpublic Operand cloneForInlining(InlinerInfo ii)
cloneForInlining in class OperandCopyright © 2001–2024 JRuby. All rights reserved.