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

Method more

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

Source from the content-addressed store, hash-verified

723
724 // Returns true unless the stream is exhausted.
725 boolean more() {
726 return pos < str.length();
727 }
728
729 // Returns the rune at the cursor position.
730 // Precondition: |more()|.

Callers 10

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

Calls 1

lengthMethod · 0.45

Tested by

no test coverage detected