Checks whether the identifier is a special class name (self, parent or static).
bool Whether identifier is a special class name
public function isSpecialClassName() : bool { return isset(self::$specialClassNames[strtolower($this->name)]); }