public abstract class Reference extends Operand
EMPTY_ARRAY| Constructor and Description |
|---|
Reference(RubySymbol 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(CloneInfo ii) |
void |
encode(IRWriterEncoder e) |
java.lang.String |
getId() |
RubySymbol |
getName() |
java.lang.String |
toString() |
canCopyPropagate, getOperandType, getSimplifiedOperand, getValue, hasKnownValue, retrieve, visitpublic Reference(RubySymbol name)
public java.lang.String getId()
public RubySymbol getName()
public void addUsedVariables(java.util.List<Variable> l)
OperandaddUsedVariables in class Operandpublic Operand cloneForInlining(CloneInfo ii)
cloneForInlining in class Operandpublic void encode(IRWriterEncoder e)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2001-2018 JRuby. All Rights Reserved.