()
| 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; |
nothing calls this directly
no test coverage detected