< prev index next >

src/jdk.jdi/share/classes/com/sun/jdi/StringReference.java

Print this page
rev 17275 : 8181417: Code cleanups in com.sun.jdi

*** 34,43 **** --- 34,44 ---- * @author Gordon Hirsch * @author James McIlree * @since 1.3 */ public interface StringReference extends ObjectReference { + /** * Returns the StringReference as a String. The returned string * is the equivalent of the mirrored string, but is an entity in the * client VM and can be manipulated like any other string. *
< prev index next >