Interface StringInstance
- All Superinterfaces:
HeapObject, Instance
Represents a
java.lang.String instance in a heap dump.
Provides a method to retrieve the string value of this instance.-
Method Summary
Methods inherited from interface HeapObject
classDescriptor, id, referencedObjects, referencingObjects, sizeMethods inherited from interface Instance
fieldValue, fieldValue
-
Method Details
-
value
Retrieves the value of thisStringInstance. The value corresponds to the representedjava.lang.Stringcontent, ornullif the string value is unavailable because the heap dump doesn't contain primitive data.- Returns:
- the string value of this instance, or
nullif unavailable.
-