public class UnexecutableNil extends Nil
| Modifier and Type | Field and Description |
|---|---|
static UnexecutableNil |
U_NIL |
EMPTY_ARRAY| Modifier and Type | Method and Description |
|---|---|
Object |
retrieve(ThreadContext context,
IRubyObject self,
DynamicScope currDynScope,
Object[] temp)
retrieve the live value represented by this immutable literal.
|
String |
toString() |
void |
visit(IRVisitor visitor) |
createCacheObjectaddUsedVariables, cachedObject, canCopyPropagate, cloneForInlining, hasKnownValue, isCachedfetchCompileTimeArrayElement, getSimplifiedOperand, getValuepublic static final UnexecutableNil U_NIL
public Object retrieve(ThreadContext context, IRubyObject self, DynamicScope currDynScope, Object[] temp)
ImmutableLiteralretrieve in class ImmutableLiteralCopyright © 2001–2024 JRuby. All rights reserved.