Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
parseInternal
Method · 0.95
repeat
Method · 0.80
parseRepeat
Method · 0.80
parsePerlFlags
Method · 0.80
parseInt
Method · 0.80
parseEscape
Method · 0.80
parseClassChar
Method · 0.80
parsePerlClassEscape
Method · 0.80
parseUnicodeClass
Method · 0.80
parseClass
Method · 0.80
Calls
1
length
Method · 0.45
Tested by
no test coverage detected