static ItIt tok_groupAfterNTokens_all(S s) { ret tok_groupAfterNTokens_all(javaTokWithAllBrackets(s)); } static ItIt tok_groupAfterNTokens_all(LS tok) { ret countIterator_exclusive(1, countCodeTokens(tok), n -> tok_groupAfterNTokens(tok, n)); }