| Modifier and Type | Method and Description |
|---|---|
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 |
Copyright © 2009-2014 SonarSource. All Rights Reserved.