# Class: com.pnfsoftware.jeb.core.units.code.debug.impl.AbstractValueNumber

Typed value that has an inner representation as a number.

## Constructor: AbstractValueNumber


## Method: getValue
- return type: `java.lang.Number`


## Method: toString
- return type: `java.lang.String`


## Static Method: parseNumber
- parameter: `typeHint`, type: `java.lang.String`
- parameter: `value`, type: `java.lang.String`
- return type: `com.pnfsoftware.jeb.core.units.code.debug.impl.AbstractValueNumber`

Description: Parse a String and build the best matching type.
parameter: typeHint: one from [ITypedValue](ITypedValue)
parameter: value: value to parse 0x123, 12h, 12, 1.23 are valid values
return: parsed number value, or null on unsupported type

