org.jruby.compiler.ir.operands
Class StringLiteral
java.lang.Object
org.jruby.compiler.ir.operands.Operand
org.jruby.compiler.ir.operands.Constant
org.jruby.compiler.ir.operands.StringLiteral
public class StringLiteral
- extends Constant
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_bl_value
public final org.jruby.util.ByteList _bl_value
_str_value
public final java.lang.String _str_value
StringLiteral
public StringLiteral(org.jruby.util.ByteList val)
StringLiteral
public StringLiteral(java.lang.String s)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getTargetClass
public IRClass getTargetClass()
- Overrides:
getTargetClass
in class Operand
retrieve
public java.lang.Object retrieve(InterpreterContext interp)
- Overrides:
retrieve
in class Operand
Copyright © 2002-2009 JRuby Team. All Rights Reserved.