private function noClosingParenthesis() : bool { try { $this->lexer ->find(EmailLexer::S_CLOSEPARENTHESIS); return false; } catch (\RuntimeException $e) { return true; } }