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

Method rest

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

Source from the content-addressed store, hash-verified

767
768 // Returns the rest of the pattern as a Java UTF-16 string.
769 String rest() {
770 return str.substring(pos);
771 }
772
773 // Returns the substring from |beforePos| to the current position.
774 // |beforePos| must have been previously returned by |pos()|.

Callers 7

lookingAtMethod · 0.95
toStringMethod · 0.95
parseInternalMethod · 0.95
parsePerlFlagsMethod · 0.80
parseNamedClassMethod · 0.80
parseUnicodeClassMethod · 0.80
parseClassMethod · 0.80

Calls 1

substringMethod · 0.80

Tested by

no test coverage detected