static S getNameOfAnyClass(L tok) { for (L c : allClasses(tok)) return getClassDeclarationName(c); return null; }