protected function hasAtToken() : bool { $this->lexer ->moveNext(); $this->lexer ->moveNext(); return !$this->lexer->current ->isA(EmailLexer::S_AT); }