static Set ai_wordsInBothSidesOfPair(PairS p) { ret ciSetIntersection( asCISet(javaTokWithBracketsC(p.a)), javaTokWithBracketsC(p.b)); }