public abstract class

AbstractValueNumber

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

Class Overview

Typed value that has an inner representation as a number.

Summary

[Expand]
Inherited Constants
From interface com.pnfsoftware.jeb.core.units.code.debug.ITypedValue
Public Constructors
AbstractValueNumber()
Public Methods
abstract Number getValue()
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

Public Constructors

public AbstractValueNumber ()

Public Methods

public abstract Number getValue ()

public String toString ()