Class sun.tools.debug.RemoteShort
All Packages    This Package    Previous    Next

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
Author:
Thomas Ball

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


All Packages    This Package    Previous    Next