static bool isCurlyBraced(S s) { L tok = tok_combineCurlyBrackets_keep(javaTok(s)); ret l(tok) == 3 && startsWithAndEndsWith(tok.get(1), "{", "}"); }