| Package | Description |
|---|---|
| com.io7m.jsx.api.lexer |
Lexer API.
|
| Modifier and Type | Method | Description |
|---|---|---|
static JSXLexerConfiguration.Builder |
JSXLexerConfiguration.builder() |
Creates a builder for
JSXLexerConfiguration. |
JSXLexerConfiguration.Builder |
JSXLexerConfiguration.Builder.from(JSXLexerConfigurationType instance) |
Fill a builder with attribute values from the provided
JSXLexerConfigurationType instance. |
JSXLexerConfiguration.Builder |
JSXLexerConfiguration.Builder.setComments(EnumSet<JSXLexerComment> comments) |
Initializes the value for the
comments attribute. |
JSXLexerConfiguration.Builder |
JSXLexerConfiguration.Builder.setFile(URI file) |
Initializes the optional value
file to file. |
JSXLexerConfiguration.Builder |
JSXLexerConfiguration.Builder.setFile(Optional<? extends URI> file) |
Initializes the optional value
file to file. |
JSXLexerConfiguration.Builder |
JSXLexerConfiguration.Builder.setNewlinesInQuotedStrings(boolean newlinesInQuotedStrings) |
Initializes the value for the
newlinesInQuotedStrings attribute. |
JSXLexerConfiguration.Builder |
JSXLexerConfiguration.Builder.setSquareBrackets(boolean squareBrackets) |
Initializes the value for the
squareBrackets attribute. |
JSXLexerConfiguration.Builder |
JSXLexerConfiguration.Builder.setStartAtLine(int startAtLine) |
Initializes the value for the
startAtLine attribute. |
Copyright © 2017 <code@io7m.com> http://io7m.com