sbool isStandardClass(S name) { ret isIdentifier(name) && standardClassesMap_cached().containsKey(name); }