Overrides NodeInterface::getSpecificity
public function getSpecificity() : Specificity { return $this->selector ->getSpecificity() ->plus($this->subSelector ->getSpecificity()); }