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,
java.io.Reader reader) |
Create a new lexer from the given configuration and reader.
|
default JSXLexerType |
createFromStream(JSXLexerConfigurationType configuration,
java.nio.charset.Charset charset,
java.io.InputStream stream) |
Create a new lexer from the given configuration and stream.
|
default JSXLexerType |
createFromStreamUTF8(JSXLexerConfigurationType configuration,
java.io.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, java.io.Reader reader)
configuration - The configurationreader - The readerdefault JSXLexerType createFromStream(JSXLexerConfigurationType configuration, java.nio.charset.Charset charset, java.io.InputStream stream)
configuration - The configurationcharset - The character set of the stream datastream - The streamdefault JSXLexerType createFromStreamUTF8(JSXLexerConfigurationType configuration, java.io.InputStream stream)
configuration - The configurationstream - The streamCopyright © 2017 <code@io7m.com> http://io7m.com