Uses of Class
org.sonar.sslr.channel.ChannelDispatcher
-
Packages that use ChannelDispatcher Package Description com.sonar.sslr.impl org.sonar.sslr.channel Provides a basic framework to sequentially read any kind of character stream in order to feed a generic OUTPUT. -
-
Uses of ChannelDispatcher in com.sonar.sslr.impl
Methods in com.sonar.sslr.impl that return ChannelDispatcher Modifier and Type Method Description protected ChannelDispatcher<LexerOutput>Lexer2. getChannelDispatcher() -
Uses of ChannelDispatcher in org.sonar.sslr.channel
Methods in org.sonar.sslr.channel that return ChannelDispatcher Modifier and Type Method Description <O> ChannelDispatcher<O>ChannelDispatcher.Builder. build()
-