| Interface | Description |
|---|---|
| Format<T> |
A format can produce a textual representation of an entity and also, create an entity from a textual representation.
|
| Formatter<T> |
Simple contract that provide a String representation from a T value.
|
| Parser<T> |
Simple contract that allows to convert a string representation to a T value.
|
| Class | Description |
|---|---|
| LineCursor |
Created with IntelliJ IDEA.
|
| LocalDateFormat |
Formatter for LocalDate.
|
| ParserUtils |
Created by epoitras on 06/11/14.
|
| ReaderCursor |
Helper class to build recursive parsing routines.
|
| TokenParser |
This class allow sequential parsing of text stream to extract tokens.
|
| Enum | Description |
|---|---|
| Token |
Token class.
|
| Exception | Description |
|---|---|
| FormatException | |
| ParseException |
Copyright © 2015. All rights reserved.