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

Method pos

java/com/google/re2j/Parser.java:715–717  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

713
714 // Returns the cursor position. Do not interpret the result!
715 int pos() {
716 return pos;
717 }
718
719 // Resets the cursor position to a previous value returned by pos().
720 void rewindTo(int pos) {

Callers 8

parseInternalMethod · 0.95
parseRepeatMethod · 0.80
parsePerlFlagsMethod · 0.80
parseIntMethod · 0.80
parseEscapeMethod · 0.80
parsePerlClassEscapeMethod · 0.80
parseUnicodeClassMethod · 0.80
parseClassMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected