Returns the number of subgroups in this pattern. @return the number of subgroups; the overall match (group 0) does not count
()
| 272 | * @return the number of subgroups; the overall match (group 0) does not count |
| 273 | */ |
| 274 | public int groupCount() { |
| 275 | return groupCount; |
| 276 | } |
| 277 | |
| 278 | /** Helper: finds subgroup information if needed for group. */ |
| 279 | private void loadGroup(int group) { |
no outgoing calls