Class sun.tools.debug.RemoteString
All Packages    This Package    Previous    Next

Class sun.tools.debug.RemoteString

java.lang.Object
   |
   +----sun.tools.debug.RemoteValue
           |
           +----sun.tools.debug.RemoteObject
                   |
                   +----sun.tools.debug.RemoteString

public class RemoteString
extends RemoteObject
The RemoteString class allows access to a string in a remote Java interpreter.
See Also:
RemoteDebugger
Author:
Thomas Ball

Method Index

 o description()
Return the string value, or "null"
 o toString()
Return the string value, or "null"
 o typeName()
Print this RemoteValue's type ("String").

Methods

 o typeName
  public String typeName()
Print this RemoteValue's type ("String").
Overrides:
typeName in class RemoteObject

 o description

  public String description()
Return the string value, or "null"
Overrides:
description in class RemoteObject

 o toString

  public String toString()
Return the string value, or "null"
Overrides:
toString in class RemoteObject


All Packages    This Package    Previous    Next