Similar to #reset(Mark) but no new Mark will be created. Therefore, the parameter mark must NOT be used in other places.
(Mark mark)
| 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 |
no outgoing calls
no test coverage detected