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

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

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    This Package    Previous    Next