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