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

Method reuse

java/com/google/re2j/Parser.java:81–86  ·  view source on GitHub ↗
(Regexp re)

Source from the content-addressed store, hash-verified

79 }
80
81 private void reuse(Regexp re) {
82 if (re.subs != null && re.subs.length > 0) {
83 re.subs[0] = free;
84 }
85 free = re;
86 }
87
88 // Parse stack manipulation.
89

Callers 7

maybeConcatMethod · 0.95
collapseMethod · 0.95
factorMethod · 0.95
removeLeadingStringMethod · 0.95
removeLeadingRegexpMethod · 0.95
parseInternalMethod · 0.95
swapVerticalBarMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected