| java.lang.Object | ||
| ↳ | com.pnfsoftware.jeb.core.units.code.debug.impl.AbstractValuePrimitive | |
| ↳ | com.pnfsoftware.jeb.core.units.code.debug.impl.AbstractValueNumber | |
Known Direct Subclasses
|
Typed value that has an inner representation as a number.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.pnfsoftware.jeb.core.units.code.debug.ITypedValue
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| AbstractValueNumber() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract Number | getValue() | ||||||||||
| static AbstractValueNumber |
parseNumber(String typeHint, String value)
Parse a String and build the best matching type.
| ||||||||||
| String | toString() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
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
| |||||||||||
Parse a String and build the best matching type.
| typeHint | one from ITypedValue |
|---|---|
| value | value to parse 0x123, 12h, 12, 1.23 are valid values |