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

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

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  Class Hierarchy  This Package  Previous  Next  Index