| Package | Description |
|---|---|
| com.mpobjects.bdparsii.eval | |
| com.mpobjects.bdparsii.tokenizer |
| Class and Description |
|---|
| ParseException
Used to signal that processing an input failed.
|
| Token.TokenType
Contains the different token types supported by this class.
|
| Class and Description |
|---|
| Char
Represents a single character read from a
LookaheadReader. |
| Lookahead
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.
|
| ParseError.Severity
Specifies whether an error (unrecoverable problem) or a warning occurred.
|
| ParseException
Used to signal that processing an input failed.
|
| Position
Describes a position in a file or a stream based on lines and the character position within the line.
|
| Token
Represents a token of text read from a
Tokenizer. |
| Token.TokenType
Contains the different token types supported by this class.
|
Copyright © 2019. All rights reserved.