public class ConstantStringLiteral extends StringLiteral
bytelist, coderange, EMPTY_STRING, string
EMPTY_ARRAY
Constructor and Description |
---|
ConstantStringLiteral(String s) |
Modifier and Type | Method and Description |
---|---|
Object |
retrieve(ThreadContext context,
IRubyObject self,
StaticScope currScope,
DynamicScope currDynScope,
Object[] temp) |
addUsedVariables, cloneForInlining, equals, getByteList, getCodeRange, getString, hashCode, hasKnownValue, toString, visit
canCopyPropagate, getOperandType, getSimplifiedOperand, getValue
public ConstantStringLiteral(String s)
public Object retrieve(ThreadContext context, IRubyObject self, StaticScope currScope, DynamicScope currDynScope, Object[] temp)
retrieve
in class StringLiteral
Copyright © 2001-2015 JRuby. All Rights Reserved.