MCPcopy Create free account
hub / github.com/google/re2j / rewindTo

Method rewindTo

java/com/google/re2j/Parser.java:720–722  ·  view source on GitHub ↗
(int pos)

Source from the content-addressed store, hash-verified

718
719 // Resets the cursor position to a previous value returned by pos().
720 void rewindTo(int pos) {
721 this.pos = pos;
722 }
723
724 // Returns true unless the stream is exhausted.
725 boolean more() {

Callers 3

parseInternalMethod · 0.95
parseUnicodeClassMethod · 0.80
parseClassMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected