static PairS lhsRhs_replaceStarsWithCountingDollarVars(PairS rule) { ret pairMap(s -> join(replaceStarsWithCountingDollarVars(javaTok(s))), rule); }