public interface LexerConfigurationBuilderType
| Modifier and Type | Method and Description |
|---|---|
LexerConfiguration |
build() |
void |
setNewlinesInQuotedStrings(boolean e)
Allow or disallow the use of newlines in quoted strings.
|
void |
setSquareBrackets(boolean e)
Allow or disallow the use of square brackets to denote lists.
|
LexerConfiguration build()
void setNewlinesInQuotedStrings(boolean e)
e - true if newlines should be allowed.void setSquareBrackets(boolean e)
e - true if square brackets should be allowed.Copyright © 2015 <code@io7m.com> http://io7m.com