static S getNameOfPublicClass(L tok) { for (L c : allClasses(tok)) if (hasModifier(c, "public")) return getClassDeclarationName(c); return null; }