static Set collectPossibleGlobalIDs(S s) { new TreeSet ids; for (S t : javaTokC(s)) if (possibleGlobalID(t)) ids.add(t); ret ids; }