- 
- All Superinterfaces:
- Mirror,- ObjectReference,- Value
 
 public interface StringReference extends ObjectReference A string object from the target VM. A StringReference is anObjectReferencewith additional access to string-specific information from the target VM.- Since:
- 1.3
 
- 
- 
Field Summary- 
Fields declared in interface com.sun.jdi.ObjectReferenceINVOKE_NONVIRTUAL, INVOKE_SINGLE_THREADED
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringvalue()Returns the StringReference as a String.- 
Methods declared in interface com.sun.jdi.MirrortoString, virtualMachine
 - 
Methods declared in interface com.sun.jdi.ObjectReferencedisableCollection, enableCollection, entryCount, equals, getValue, getValues, hashCode, invokeMethod, isCollected, owningThread, referenceType, referringObjects, setValue, uniqueID, waitingThreads
 
- 
 
- 
- 
- 
Method Detail- 
valueString value() 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.- Returns:
- the string value.
 
 
- 
 
-