|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EndMatcher | |
|---|---|
| org.sonar.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.channel |
|---|
| Methods in org.sonar.channel with parameters of type EndMatcher | |
|---|---|
String |
CodeReader.peekTo(EndMatcher matcher)
Deprecated. in 2.2, use CodeReader.peekTo(EndMatcher matcher, Appendable appendable) instead |
void |
CodeReader.peekTo(EndMatcher matcher,
Appendable appendable)
Read without consuming the next characters until a condition is reached (EndMatcher) |
void |
CodeReader.popTo(EndMatcher matcher,
Appendable appendable)
Deprecated. in 2.2, use CodeReader.popTo(Matcher matcher, Appendable appendable) instead |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||