public class StandardError extends Operand
EMPTY_ARRAY
Constructor and Description |
---|
StandardError() |
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() |
void |
visit(IRVisitor visitor) |
canCopyPropagate, fetchCompileTimeArrayElement, getSimplifiedOperand, getValue, hasKnownValue, retrieve
public java.lang.String toString()
toString
in class java.lang.Object
public void addUsedVariables(java.util.List<Variable> l)
Operand
addUsedVariables
in class Operand
public Operand cloneForInlining(InlinerInfo ii)
cloneForInlining
in class Operand
Copyright © 2002-2009 JRuby Team. All Rights Reserved.