Package com.sonar.sslr.impl
Class Lexer.Builder
java.lang.Object
com.sonar.sslr.impl.Lexer.Builder
- Enclosing class:
Lexer
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withChannel(Channel<Lexer> channel) withCharset(Charset charset) withFailIfNoChannelToConsumeOneCharacter(boolean failIfNoChannelToConsumeOneCharacter) withPreprocessor(Preprocessor preprocessor) Deprecated.in 1.20 - use your own preprocessor instead
-
Method Details
-
build
-
withCharset
-
withPreprocessor
Deprecated.in 1.20 - use your own preprocessor instead -
withChannel
-
withFailIfNoChannelToConsumeOneCharacter
public Lexer.Builder withFailIfNoChannelToConsumeOneCharacter(boolean failIfNoChannelToConsumeOneCharacter)
-