_parser->match(Doctrine_Query_Token::T_IDENTIFIER); while ($this->_isNextToken('.')) { $this->_parser->match('.'); $this->_parser->match(Doctrine_Query_Token::T_IDENTIFIER); } } }