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(CloneInfo ii) |
OperandType |
getOperandType() |
java.lang.Object |
retrieve(ThreadContext context,
IRubyObject self,
StaticScope currScope,
DynamicScope currDynScope,
java.lang.Object[] temp) |
java.lang.String |
toString() |
void |
visit(IRVisitor visitor) |
canCopyPropagate, encode, getSimplifiedOperand, getValue, hasKnownValue, isFalseyImmediate, isTruthyImmediatepublic OperandType getOperandType()
getOperandType in class Operandpublic java.lang.String toString()
toString in class java.lang.Objectpublic void addUsedVariables(java.util.List<Variable> l)
OperandaddUsedVariables in class Operandpublic Operand cloneForInlining(CloneInfo ii)
cloneForInlining in class Operandpublic java.lang.Object retrieve(ThreadContext context, IRubyObject self, StaticScope currScope, DynamicScope currDynScope, java.lang.Object[] temp)
Copyright © 2001-2021 JRuby. All Rights Reserved.