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