All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sun.tools.debug.RemoteDouble

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

public class RemoteDouble
extends RemoteValue
The RemoteDouble class extends RemoteValue for doubles.

See Also:
RemoteValue, RemoteDebugger

Method Index

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

Methods

 o get
 public double get()
Return the double's value.

 o typeName
 public String typeName()
Print this RemoteValue's type ("double").

Overrides:
typeName in class RemoteValue
 o toString
 public String toString()
Return the double's value as a string.

Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index

Submit a bug or feature