Class ValueDouble
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
- All Implemented Interfaces:
ITypedValue
A double-precision floating point value provided by a debugger unit.
-
Field Summary
Fields inherited from interface com.pnfsoftware.jeb.core.units.code.debug.ITypedValue
TYPE_ARRAY, TYPE_BOOLEAN, TYPE_BYTE, TYPE_CHARACTER, TYPE_DOUBLE, TYPE_FLOAT, TYPE_INTEGER, TYPE_LONG, TYPE_OBJECT, TYPE_RAW, TYPE_SHORT, TYPE_STRING -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.pnfsoftware.jeb.core.units.code.debug.impl.AbstractValueNumber
parseNumberMethods inherited from class com.pnfsoftware.jeb.core.units.code.debug.impl.AbstractValuePrimitive
format, parseValue
-
Constructor Details
-
ValueDouble
public ValueDouble(double v)
-
-
Method Details
-
getTypeName
Description copied from interface:ITypedValueGet the type name. One of TYPE_* or a language type (Ljava/util/ArrayList; for example)- Returns:
-
getValue
Description copied from interface:ITypedValueGet the value. The object returned depends onITypedValue.getTypeName(). For raw types, the returned byte array contains the value bytes in the target byte order.- Specified by:
getValuein interfaceITypedValue- Specified by:
getValuein classAbstractValueNumber- Returns:
-
toString
- Overrides:
toStringin classAbstractValueNumber
-