Packages  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

Method Index

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

Methods

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

Packages  This Package  Previous  Next  Index