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

Class sun.tools.debug.RemoteFloat

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

public class RemoteFloat
extends RemoteValue
The RemoteFloat class extends RemoteValue for floats.
See Also:
RemoteValue, RemoteDebugger

Method Index

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

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index