Class sun.tools.debug.RemoteLong
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sun.tools.debug.RemoteLong

java.lang.Object
   |
   +----sun.tools.debug.RemoteValue
           |
           +----sun.tools.debug.RemoteLong

public class RemoteLong
extends RemoteValue
The RemoteLong class extends RemoteValue for longs.
See Also:
RemoteValue, RemoteDebugger

Method Index

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

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index