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