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