Uses of Interface
org.sonar.sslr.channel.EndMatcher
-
Packages that use EndMatcher 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 EndMatcher in org.sonar.sslr.channel
Methods in org.sonar.sslr.channel with parameters of type EndMatcher Modifier and Type Method Description voidCodeReader. peekTo(EndMatcher matcher, Appendable appendable)Read without consuming the next characters until a condition is reached (EndMatcher)
-