Package org.sonar.sslr.channel
Class ChannelDispatcher.Builder
java.lang.Object
org.sonar.sslr.channel.ChannelDispatcher.Builder
- Enclosing class:
ChannelDispatcher<O>
-
Method Summary
Modifier and TypeMethodDescriptionaddChannel(Channel channel) addChannels(Channel... c) <O> ChannelDispatcher<O> build()If this option is activated, an IllegalStateException will be thrown as soon as a character won't be consumed by any channel.
-
Method Details
-
addChannel
-
addChannels
-
failIfNoChannelToConsumeOneCharacter
If this option is activated, an IllegalStateException will be thrown as soon as a character won't be consumed by any channel. -
build
-