blob: cf4164977fcdf936a929bf872a72d0992b49adb1 [file] [log] [blame]
package com.sun.jdi;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
public interface StringReference extends ObjectReference {
public String value();
}