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

Method toString

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

Source from the content-addressed store, hash-verified

354 }
355
356 public String toString() {
357 String inner = group.toString();
358 return inner.startsWith("(?:") && inner.endsWith(")") ?
359 inner.substring(1, inner.length() - 1) : inner;
360 }
361 }
362
363 private Group0 root;

Callers

nothing calls this directly

Calls 5

startsWithMethod · 0.95
endsWithMethod · 0.95
substringMethod · 0.95
lengthMethod · 0.95
toStringMethod · 0.65

Tested by

no test coverage detected