@Version(value="1.0.0")
Interface | Description |
---|---|
AbstractParser<T> |
A partial implementation of
Parser with sensible default behavior
provided for a large number of methods. |
Parser<T> |
A simple text parser, composable by way of fluent and type-safe API.
|
ParseState |
Class | Description |
---|---|
AppendingParser<T,U> | |
ChoiceParser<U,T> | |
DateTimeParser<T> | |
JoiningParser<T,U,V> | |
ParseResult<T> | |
ParserProxy<U,T> | |
ParseStateImpl | |
PrependingParser<T,U> | |
RegexParser<T> |
Exception | Description |
---|---|
ParseException |