JSXLexerSupplier@ProviderType @FunctionalInterface public interface JSXLexerSupplierType
| Modifier and Type | Method | Description |
|---|---|---|
JSXLexerType |
create(JSXLexerConfigurationType configuration,
com.io7m.jeucreader.UnicodeCharacterReaderPushBackType reader) |
Create a new lexer from the given configuration and reader.
|
default JSXLexerType |
createFromReader(JSXLexerConfigurationType configuration,
Reader reader) |
Create a new lexer from the given configuration and reader.
|
default JSXLexerType |
createFromStream(JSXLexerConfigurationType configuration,
Charset charset,
InputStream stream) |
Create a new lexer from the given configuration and stream.
|
default JSXLexerType |
createFromStreamUTF8(JSXLexerConfigurationType configuration,
InputStream stream) |
Create a new lexer from the given configuration and stream.
|
JSXLexerType create(JSXLexerConfigurationType configuration, com.io7m.jeucreader.UnicodeCharacterReaderPushBackType reader)
configuration - The configurationreader - The readerdefault JSXLexerType createFromReader(JSXLexerConfigurationType configuration, Reader reader)
configuration - The configurationreader - The readerdefault JSXLexerType createFromStream(JSXLexerConfigurationType configuration, Charset charset, InputStream stream)
configuration - The configurationcharset - The character set of the stream datastream - The streamdefault JSXLexerType createFromStreamUTF8(JSXLexerConfigurationType configuration, InputStream stream)
configuration - The configurationstream - The streamCopyright © 2017 <code@io7m.com> http://io7m.com