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, retrieve
getOperandType, getSimplifiedOperand, getValue
public Object createCacheObject(ThreadContext context)
ImmutableLiteral
createCacheObject
in class ImmutableLiteral
public org.jruby.util.ByteList getByteList()
Copyright © 2001-2015 JRuby. All Rights Reserved.