| Interface | Description |
|---|---|
| Position |
Describes a position in a file or a stream based on lines and the character position within the line.
|
| Class | Description |
|---|---|
| Char |
Represents a single character read from a
LookaheadReader. |
| Lookahead<T> |
Abstract data structure for providing streams of items with a lookahead.
|
| LookaheadReader |
An efficient reader of character streams, reading character by character and supporting lookaheads.
|
| ParseError |
Represents an error or a warning which occurred when parsing an input.
|
| Token |
Represents a token of text read from a
Tokenizer. |
| Tokenizer |
| Enum | Description |
|---|---|
| ParseError.Severity |
Specifies whether an error (unrecoverable problem) or a warning occurred.
|
| Token.TokenType |
Contains the different token types supported by this class.
|
| Exception | Description |
|---|---|
| ParseException |
Used to signal that processing an input failed.
|
Copyright © 2019. All rights reserved.