Uses of Class
com.sonar.sslr.impl.Lexer.Builder
Packages that use Lexer.Builder
-
Uses of Lexer.Builder in com.sonar.sslr.impl
Methods in com.sonar.sslr.impl that return Lexer.BuilderModifier and TypeMethodDescriptionstatic Lexer.BuilderLexer.builder()Lexer.Builder.withChannel(Channel<Lexer> channel) Lexer.Builder.withCharset(Charset charset) Lexer.Builder.withFailIfNoChannelToConsumeOneCharacter(boolean failIfNoChannelToConsumeOneCharacter) Lexer.Builder.withPreprocessor(Preprocessor preprocessor) Deprecated.in 1.20 - use your own preprocessor instead