static Set collectSnippetIDsInJavaSource(S s) { new Set set; for (S t : quotedOnly(javaTokC(s))) addAll(set, collectSnippetIDsInText(t)); ret set; }