Uses of Class
com.sonar.sslr.impl.Lexer.Builder

Packages that use Lexer.Builder
com.sonar.sslr.impl   
 

Uses of Lexer.Builder in com.sonar.sslr.impl
 

Methods in com.sonar.sslr.impl that return Lexer.Builder
static Lexer.Builder Lexer.builder()
           
 Lexer.Builder Lexer.Builder.withChannel(org.sonar.channel.Channel<Lexer> channel)
           
 Lexer.Builder Lexer.Builder.withCharset(Charset charset)
           
 Lexer.Builder Lexer.Builder.withFailIfNoChannelToConsumeOneCharacter(boolean failIfNoChannelToConsumeOneCharacter)
           
 Lexer.Builder Lexer.Builder.withPreprocessor(Preprocessor preprocessor)
           
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.