public class FrozenString extends ImmutableLiteral
EMPTY_ARRAY| Constructor and Description |
|---|
FrozenString(org.jruby.util.ByteList byteList) |
| Modifier and Type | Method and Description |
|---|---|
Object |
createCacheObject(ThreadContext context)
Implementing class is responsible for constructing the cached value.
|
boolean |
equals(Object other) |
org.jruby.util.ByteList |
getByteList() |
int |
hashCode() |
String |
toString() |
void |
visit(IRVisitor visitor) |
addUsedVariables, cachedObject, canCopyPropagate, cloneForInlining, hasKnownValue, isCached, retrievegetOperandType, getSimplifiedOperand, getValuepublic Object createCacheObject(ThreadContext context)
ImmutableLiteralcreateCacheObject in class ImmutableLiteralpublic org.jruby.util.ByteList getByteList()
Copyright © 2001-2015 JRuby. All Rights Reserved.