Uses of Class
org.sonar.sslr.channel.ChannelDispatcher.Builder
-
Packages that use ChannelDispatcher.Builder Package Description 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.Builder in org.sonar.sslr.channel
Methods in org.sonar.sslr.channel that return ChannelDispatcher.Builder Modifier and Type Method Description ChannelDispatcher.BuilderChannelDispatcher.Builder. addChannel(Channel channel)ChannelDispatcher.BuilderChannelDispatcher.Builder. addChannels(Channel... c)static ChannelDispatcher.BuilderChannelDispatcher. builder()Get a Builder instance to build a new ChannelDispatcherChannelDispatcher.BuilderChannelDispatcher.Builder. failIfNoChannelToConsumeOneCharacter()If this option is activated, an IllegalStateException will be thrown as soon as a character won't be consumed by any channel.
-