Class | Description |
---|---|
NumberInstance |
An implementation of NumberWrapper that represents a single number object.
|
NumberInterval |
An implementation of NumberWrapper that represents an interval of numbers.
|
NumberList |
An implementation of NumberWrapper that represents an enumeration of single
number objects.
|
NumberParser |
A parser able to read a definition of numbers.
|
NumberWrapper |
An abstract class for the implementation of objects that may occur in the
definition of a number string.
|