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

Method setCurrent

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

Similar to #reset(Mark) but no new Mark will be created. Therefore, the parameter mark must NOT be used in other places.

(Mark mark)

Source from the content-addressed store, hash-verified

273 * in other places.
274 */
275 private void setCurrent(Mark mark) {
276 current = mark;
277 }
278
279 /**
280 * search the stream for a match to a string

Callers 6

getTextMethod · 0.95
matchesMethod · 0.95
matchesETagMethod · 0.95
isDelimiterMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected