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

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

Uses of Lexer in com.sonar.sslr.impl
 

Methods in com.sonar.sslr.impl that return Lexer
 Lexer Lexer.Builder.build()
           
 

Method parameters in com.sonar.sslr.impl with type arguments of type Lexer
 Lexer.Builder Lexer.Builder.withChannel(org.sonar.channel.Channel<Lexer> channel)
           
 

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

Methods in com.sonar.sslr.impl.channel with parameters of type Lexer
 boolean UnknownCharacterChannel.consume(org.sonar.channel.CodeReader code, Lexer lexer)
           
 boolean RegexpChannel.consume(org.sonar.channel.CodeReader code, Lexer lexer)
           
 boolean PunctuatorChannel.consume(org.sonar.channel.CodeReader code, Lexer lexer)
           
 boolean IdentifierAndKeywordChannel.consume(org.sonar.channel.CodeReader code, Lexer lexer)
           
 boolean CommentRegexpChannel.consume(org.sonar.channel.CodeReader code, Lexer lexer)
           
 boolean BomCharacterChannel.consume(org.sonar.channel.CodeReader code, Lexer lexer)
           
 boolean BlackHoleChannel.consume(org.sonar.channel.CodeReader code, Lexer lexer)
           
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.