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
-
get()
- Return the float's value.
-
toString()
- Return the float's value as a string.
-
typeName()
- Print this RemoteValue's type ("float").
get
public float get()
- Return the float's value.
typeName
public String typeName()
- Print this RemoteValue's type ("float").
- Overrides:
- typeName in class RemoteValue
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