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, visit
public Reference(RubySymbol name)
public java.lang.String getId()
public RubySymbol getName()
public void addUsedVariables(java.util.List<Variable> l)
Operand
addUsedVariables
in class Operand
public Operand cloneForInlining(CloneInfo ii)
cloneForInlining
in class Operand
public void encode(IRWriterEncoder e)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2001-2018 JRuby. All Rights Reserved.