|
Java Debug Interface | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A string object from the target VM.
A StringReference is an ObjectReference
with additional
access to string-specific information from the target VM.
Field Summary |
Fields inherited from interface com.sun.jdi.ObjectReference |
INVOKE_NONVIRTUAL, INVOKE_SINGLE_THREADED |
Method Summary | |
String |
value()
Returns the StringReference as a String. |
Methods inherited from interface com.sun.jdi.ObjectReference |
disableCollection, enableCollection, entryCount, equals, getValue, getValues, hashCode, invokeMethod, isCollected, owningThread, referenceType, setValue, uniqueID, waitingThreads |
Methods inherited from interface com.sun.jdi.Value |
type |
Methods inherited from interface com.sun.jdi.Mirror |
toString, virtualMachine |
Method Detail |
public String value()
|
Java Debug Interface | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |