All Classes and Interfaces

Class
Description
Abstract implementation of CharStreamScanner.
Simple static helper for dealing with escaped characters.
Implementation of CharStreamScanner that adapts a Reader to read and parse textual data.
Callback interface to parse a number as sequence of digits, signs, and symbols.
CharScannerNumberParser to parse java.lang Number values such as Long, Integer, Double or Float.
Interface for handling of a special number syntax.
CharScannerNumberParser to parse java.lang Number values such as Long, Integer, Double or Float.
CharScannerNumberParser to parse java.lang Number values such as Long, Integer, Double or Float.
Interface of a parser the can parse a Java object from a string representation.
Interface for radix handling.
Enum for to decide on radix when parsing numbers.
This is the interface used to define the syntax to scan characters.
This is the implementation of CharScannerSyntax as Java bean.
Implementation of CharStreamScanner based on String.
This is the interface for a scanner that can be used to parse a stream or sequence of character code-points.
Default implementation of TextFormatMessageHandler.