Whether the class is explicitly abstract.
public function isAbstract() : bool { return (bool) ($this->flags & Modifiers::ABSTRACT); }