Uses of Class
com.sonar.sslr.impl.Lexer2.LexerBuilder
-
Packages that use Lexer2.LexerBuilder Package Description com.sonar.sslr.impl -
-
Uses of Lexer2.LexerBuilder in com.sonar.sslr.impl
Methods in com.sonar.sslr.impl that return Lexer2.LexerBuilder Modifier and Type Method Description static Lexer2.LexerBuilderLexer2. builder()Lexer2.LexerBuilderLexer2.LexerBuilder. withChannel(org.sonar.channel.Channel<LexerOutput> channel)Lexer2.LexerBuilderLexer2.LexerBuilder. withCharset(Charset charset)Define the charset to be used in order to read the source code.Lexer2.LexerBuilderLexer2.LexerBuilder. withCodeReaderConfiguration(org.sonar.channel.CodeReaderConfiguration conf)Lexer2.LexerBuilderLexer2.LexerBuilder. withFailIfNoChannelToConsumeOneCharacter(boolean failIfNoChannelToConsumeOneCharacter)Lexer2.LexerBuilderLexer2.LexerBuilder. withPreprocessor(Preprocessor2 preprocessor)
-