static bool allDollarVars(Collection l) { if (l != null) for (S s : l) if (!isDollarVar(s)) false; true; }