static SS functionsToComments() { new TreeMap map; S src = myJavaSource(); for (L tok : tok_findMainFunctions(src)) { S name = tok_functionName(tok); S comments = trim(get(tok, 0)); map.put(name, comments); } ret map; }