static S firstQuotedToken(S s) { for (S t : javaTok(s)) if (isQuoted(t)) ret unquote(t); null; }