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