Uses of Interface
org.sonar.sslr.channel.EndMatcher
Packages that use EndMatcher
Package
Description
Provides a basic framework to sequentially read any kind of character stream in order to feed a generic OUTPUT.
-
Uses of EndMatcher in org.sonar.sslr.channel
Methods in org.sonar.sslr.channel with parameters of type EndMatcherModifier and TypeMethodDescriptionfinal voidCodeReader.peekTo(EndMatcher matcher, Appendable appendable) Read without consuming the next characters until a condition is reached (EndMatcher)