MCPcopy 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

maybeConcatMethod · 0.95
parseInternalMethod · 0.95
swapVerticalBarMethod · 0.95
parseRightParenMethod · 0.95
parsePerlFlagsMethod · 0.45
parseEscapeMethod · 0.45
parseClassCharMethod · 0.45
parsePerlClassEscapeMethod · 0.45
parseUnicodeClassMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected