public class

ValueDouble

extends AbstractValueNumber
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.debug.impl.AbstractValuePrimitive
     ↳ com.pnfsoftware.jeb.core.units.code.debug.impl.AbstractValueNumber
       ↳ com.pnfsoftware.jeb.core.units.code.debug.impl.ValueDouble

Class Overview

A double-precision floating point value provided by a debugger unit.

Summary

[Expand]
Inherited Constants
From interface com.pnfsoftware.jeb.core.units.code.debug.ITypedValue
Public Constructors
ValueDouble(double v)
Public Methods
String getTypeName()
Double getValue()
String toString()
[Expand]
Inherited Methods
From class com.pnfsoftware.jeb.core.units.code.debug.impl.AbstractValueNumber
From class com.pnfsoftware.jeb.core.units.code.debug.impl.AbstractValuePrimitive
From class java.lang.Object
From interface com.pnfsoftware.jeb.core.units.code.debug.ITypedValue

Public Constructors

public ValueDouble (double v)

Public Methods

public String getTypeName ()

public Double getValue ()

public String toString ()