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