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
-
description()
- Return the string value, or "null"
-
toString()
- Return the string value, or "null"
-
typeName()
- Print this RemoteValue's type ("String").
typeName
public String typeName()
- Print this RemoteValue's type ("String").
- Overrides:
- typeName in class RemoteObject
description
public String description()
- Return the string value, or "null"
- Overrides:
- description in class RemoteObject
toString
public String toString()
- Return the string value, or "null"
- Overrides:
- toString in class RemoteObject
All Packages Class Hierarchy This Package Previous Next Index