public interface

StringReference

implements ObjectReference
com.sun.jdi.StringReference
Known Indirect Subclasses

Class Overview

A string object from the target VM. A StringReference is an ObjectReference with additional access to string-specific information from the target VM.

Summary

[Expand]
Inherited Constants
From interface com.sun.jdi.ObjectReference
Public Methods
abstract String value()
Returns the StringReference as a String.
[Expand]
Inherited Methods
From interface com.sun.jdi.Mirror
From interface com.sun.jdi.ObjectReference
From interface com.sun.jdi.Value

Public Methods

public abstract String 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.