MCPcopy Create free account
hub / github.com/ReadyTalk/avian / toString

Method toString

classpath/java/util/regex/Compiler.java:326–334  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

324 }
325
326 public String toString() {
327 String inner = group.toString();
328 if (inner.startsWith("(?:")) {
329 inner = inner.substring(3);
330 } else {
331 inner += ")";
332 }
333 return "(?=" + inner;
334 }
335 }
336
337 private class Group0 extends Expression {

Callers

nothing calls this directly

Calls 3

startsWithMethod · 0.95
substringMethod · 0.95
toStringMethod · 0.65

Tested by

no test coverage detected