static S firstQuoted(Collection l) { if (l != null) for (S s : l) if (isQuoted(s)) ret s; null; } sS firstQuoted(S s) { ret firstQuotedToken(s); }