MCPcopy Index your code
hub / github.com/apache/tomcat / pushChar

Method pushChar

java/org/apache/jasper/compiler/JspReader.java:214–217  ·  view source on GitHub ↗

Back up the current cursor by one char, assumes current.cursor > 0, and that the char to be pushed back is not '\n'.

()

Source from the content-addressed store, hash-verified

212 * '\n'.
213 */
214 void pushChar() {
215 current.cursor--;
216 current.col--;
217 }
218
219 String getText(Mark start, Mark stop) {
220 Mark oldstart = mark();

Callers 1

parseTemplateTextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected