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