Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google/re2j
/ pop
Method
pop
java/com/google/re2j/Parser.java:90–92 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
88
// Parse stack manipulation.
89
90
private
Regexp pop() {
91
return
stack.remove(stack.size() - 1);
92
}
93
94
private
Regexp[] popToPseudo() {
95
int
n = stack.size(), i = n;
Callers
9
maybeConcat
Method · 0.95
parseInternal
Method · 0.95
swapVerticalBar
Method · 0.95
parseRightParen
Method · 0.95
parsePerlFlags
Method · 0.45
parseEscape
Method · 0.45
parseClassChar
Method · 0.45
parsePerlClassEscape
Method · 0.45
parseUnicodeClass
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected