private function hasDotAtStart() : bool { return $this->lexer->current ->isA(EmailLexer::S_DOT) && $this->lexer ->getPrevious() ->isA(EmailLexer::S_EMPTY); }