public class StandardError extends Operand
EMPTY_ARRAY
Constructor and Description |
---|
StandardError() |
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(CloneInfo ii) |
String |
toString() |
void |
visit(IRVisitor visitor) |
canCopyPropagate, encode, getOperandType, getSimplifiedOperand, getValue, hasKnownValue, retrieve
public void addUsedVariables(List<Variable> l)
Operand
addUsedVariables
in class Operand
public Operand cloneForInlining(CloneInfo ii)
cloneForInlining
in class Operand
Copyright © 2001-2015 JRuby. All Rights Reserved.