public class UnexecutableNil extends Nil
Modifier and Type | Field and Description |
---|---|
static UnexecutableNil |
U_NIL |
EMPTY_ARRAY
Modifier and Type | Method and Description |
---|---|
OperandType |
getOperandType() |
java.lang.Object |
retrieve(ThreadContext context,
IRubyObject self,
StaticScope currScope,
DynamicScope currDynScope,
java.lang.Object[] temp)
retrieve the live value represented by this immutable literal.
|
java.lang.String |
toString() |
void |
visit(IRVisitor visitor) |
createCacheObject, isFalseyImmediate
addUsedVariables, cachedObject, canCopyPropagate, cloneForInlining, hasKnownValue, isCached
encode, getSimplifiedOperand, getValue, isTruthyImmediate
public static final UnexecutableNil U_NIL
public OperandType getOperandType()
getOperandType
in class Nil
public java.lang.Object retrieve(ThreadContext context, IRubyObject self, StaticScope currScope, DynamicScope currDynScope, java.lang.Object[] temp)
ImmutableLiteral
retrieve
in class ImmutableLiteral
Copyright © 2001-2022 JRuby. All Rights Reserved.