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,
StaticScope currScope,
DynamicScope currDynScope,
Object[] temp)
retrieve the live value represented by this immutable literal.
|
String |
toString() |
void |
visit(IRVisitor visitor) |
createCacheObject
addUsedVariables, cachedObject, canCopyPropagate, cloneForInlining, hasKnownValue, isCached
encode, getOperandType, getSimplifiedOperand, getValue
public static final UnexecutableNil U_NIL
public Object retrieve(ThreadContext context, IRubyObject self, StaticScope currScope, DynamicScope currDynScope, Object[] temp)
ImmutableLiteral
retrieve
in class ImmutableLiteral
Copyright © 2001-2015 JRuby. All Rights Reserved.