Overrides Parser::parse
public function parse(string $str) : Result { $result = parent::parse($str); $this->addLongEmailWarning($this->idLeft, $this->idRight); return $result; }