Package org.jruby.ir.operands
Interface Stringable
- All Known Implementing Classes:
ChilledString
,FrozenString
,MutableString
,Symbol
public interface Stringable
Represents an Operand that has a Java string form.
-
Method Summary
-
Method Details
-
getString
String getString()
-