sbool tok_hasDefaultConstructor(LS contents, S className) { LS contentsWithoutCurly = replaceCurlyBracedWith(tok_combineCurlyBrackets_keep(cloneList(contents)), ""); ret jcontains_any(contentsWithoutCurly, "\\*()", className + "()"); }