static Collection functionNamesInSnippet(S snippetID) { ret mapToHashSet tok_functionName(findFullFunctionDefs(javaTokSnippet(snippetID), true)); }