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() |
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) |
createCacheObjectaddUsedVariables, cachedObject, canCopyPropagate, cloneForInlining, hasKnownValue, isCachedencode, getSimplifiedOperand, getValuepublic static final UnexecutableNil U_NIL
public OperandType getOperandType()
getOperandType in class Nilpublic Object retrieve(ThreadContext context, IRubyObject self, StaticScope currScope, DynamicScope currDynScope, Object[] temp)
ImmutableLiteralretrieve in class ImmutableLiteralCopyright © 2001-2016 JRuby. All Rights Reserved.