public class Nil extends ImmutableLiteral
EMPTY_ARRAY
Modifier | Constructor and Description |
---|---|
|
Nil() |
protected |
Nil(OperandType type) |
Modifier and Type | Method and Description |
---|---|
Object |
createCacheObject(ThreadContext context)
Implementing class is responsible for constructing the cached value.
|
String |
toString() |
void |
visit(IRVisitor visitor) |
addUsedVariables, cachedObject, canCopyPropagate, cloneForInlining, hasKnownValue, isCached, retrieve
getOperandType, getSimplifiedOperand, getValue
public Nil()
protected Nil(OperandType type)
public Object createCacheObject(ThreadContext context)
ImmutableLiteral
createCacheObject
in class ImmutableLiteral
Copyright © 2001-2015 JRuby. All Rights Reserved.