static bool hasUnclosedStringLiterals(S s) { for (S t : javaTokC(s)) if (isUnproperlyQuoted(t)) true; false; }