| Interface | Description |
|---|---|
| JSXLexerConfigurationType |
The type of lexer configurations.
|
| JSXLexerSupplierType |
The type of lexer suppliers.
|
| JSXLexerType |
The type of lexers.
|
| Class | Description |
|---|---|
| JSXLexerConfiguration |
The type of lexer configurations.
|
| JSXLexerConfiguration.Builder |
Builds instances of type
JSXLexerConfiguration. |
| Enum | Description |
|---|---|
| JSXLexerComment |
The available types of comments.
|
| Exception | Description |
|---|---|
| JSXLexerBareCarriageReturnException |
An exception indicating that a bare carriage return was present in the
source.
|
| JSXLexerException |
The type of exceptions raised by the lexer.
|
| JSXLexerInvalidCodePointException |
The type of exceptions indicating invalid unicode codepoints.
|
| JSXLexerNewLinesInStringsException |
The type of exceptions indicating that a quoted string contained a newline,
but the lexer configuration forbids them.
|
| JSXLexerNotHexCharException |
An exception indicating that a hexadecimal character was expected, but
something else was provided.
|
| JSXLexerUnexpectedEOFException |
The type of exceptions indicating that EOF was reached unexpectedly.
|
| JSXLexerUnknownEscapeCodeException |
The type of exceptions indicating that an unknown escape code was provided.
|
Copyright © 2017 <code@io7m.com> http://io7m.com