Modifier and Type | Method and Description |
---|---|
Lexer |
build() |
Lexer.Builder |
withChannel(Channel<Lexer> channel) |
Lexer.Builder |
withCharset(Charset charset) |
Lexer.Builder |
withFailIfNoChannelToConsumeOneCharacter(boolean failIfNoChannelToConsumeOneCharacter) |
Lexer.Builder |
withPreprocessor(Preprocessor preprocessor) |
public Lexer build()
public Lexer.Builder withCharset(Charset charset)
public Lexer.Builder withPreprocessor(Preprocessor preprocessor)
public Lexer.Builder withChannel(Channel<Lexer> channel)
public Lexer.Builder withFailIfNoChannelToConsumeOneCharacter(boolean failIfNoChannelToConsumeOneCharacter)
Copyright © 2009–2017 SonarSource. All rights reserved.