Module jdk.jdi
Package com.sun.jdi

Interface StringReference

    • Method Detail

      • value

        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.