Class sun.tools.debug.RemoteChar
All Packages Class Hierarchy This Package Previous Next Index
Class sun.tools.debug.RemoteChar
java.lang.Object
|
+----sun.tools.debug.RemoteValue
|
+----sun.tools.debug.RemoteChar
- public class RemoteChar
- extends RemoteValue
The RemoteChar class extends RemoteValue for chars.
- See Also:
- RemoteValue, RemoteDebugger
-
get()
- Return the char's value.
-
toString()
- Return the char's value as a string.
-
typeName()
- Print this RemoteValue's type ("char").
get
public char get()
- Return the char's value.
typeName
public String typeName()
- Print this RemoteValue's type ("char").
- Overrides:
- typeName in class RemoteValue
toString
public String toString()
- Return the char's value as a string.
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index