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

Method plus

java/com/google/re2j/Compiler.java:163–165  ·  view source on GitHub ↗
(Frag f1, boolean nongreedy)

Source from the content-addressed store, hash-verified

161
162 // Given a fragment for a, returns a fragment for a+ or a+? (if nongreedy)
163 private Frag plus(Frag f1, boolean nongreedy) {
164 return new Frag(f1.i, loop(f1, nongreedy).out, f1.nullable);
165 }
166
167 // op is a bitmask of EMPTY_* flags.
168 private Frag empty(int op) {

Callers 2

starMethod · 0.95
compileMethod · 0.95

Calls 1

loopMethod · 0.95

Tested by

no test coverage detected