sS defaultModuleClassForSnippetID(S snippetID) { LS tok = javaTok(getServerTranspiled2(snippetID)); new Matches m; for (int i : jfindAll(tok, "boolean = true;")) if (startsWith(tok.get(i+2), "_moduleClass_", m) && isIdentifier(m.rest())) ret m.rest(); null; }