Module io.github.mmm.scanner
Package io.github.mmm.scanner
package io.github.mmm.scanner
Provides the API for scanners that help to parse character sequences efficient and easily.
-
ClassDescriptionAbstract implementation of
CharStreamScanner.
ATTENTION:
This implementation and its sub-classes are NOT thread-safe and have no intention to be thread-safe.Simple static helper for dealing with escaped characters.Implementation ofCharStreamScannerthat adapts aReaderto read and parse textual data.Interface of a parser the canparsea Java object from astring representation.This is the interface used to define the syntax to scan characters.This is the implementation ofCharScannerSyntaxas Java bean.This is the interface for a scanner that can be used to parse a stream or sequence of characters.Default implementation ofTextFormatMessageHandler.