Packages  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

Method Index

 o get()
Return the char's value.
 o toString()
Return the char's value as a string.
 o typeName()
Print this RemoteValue's type ("char").

Methods

 o get
  public char get()
Return the char's value.
 o typeName
  public String typeName()
Print this RemoteValue's type ("char").
Overrides:
typeName in class RemoteValue
 o toString
  public String toString()
Return the char's value as a string.
Overrides:
toString in class Object

Packages  This Package  Previous  Next  Index