| Package | Description |
|---|---|
| com.io7m.jsx.api.parser |
Parser API.
|
| com.io7m.jsx.lexer |
Lexer.
|
| Modifier and Type | Method | Description |
|---|---|---|
default JSXParserType |
JSXParserSupplierType.createFromReader(JSXParserConfigurationType parser_configuration,
JSXLexerConfigurationType lexer_configuration,
JSXLexerSupplierType lexer_supplier,
com.io7m.jeucreader.UnicodeCharacterReaderPushBackType reader) |
Create a new parser from the given parser configuration and lexer.
|
default JSXParserType |
JSXParserSupplierType.createFromStream(JSXParserConfigurationType parser_configuration,
JSXLexerConfigurationType lexer_configuration,
JSXLexerSupplierType lexer_supplier,
Charset charset,
InputStream stream) |
Create a new parser from the given parser configuration and lexer.
|
default JSXParserType |
JSXParserSupplierType.createFromStreamUTF8(JSXParserConfigurationType parser_configuration,
JSXLexerConfigurationType lexer_configuration,
JSXLexerSupplierType lexer_supplier,
InputStream stream) |
Create a new parser from the given parser configuration and lexer.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
JSXLexerSupplier |
A lexer supplier.
|
Copyright © 2017 <code@io7m.com> http://io7m.com