_isNextToken(Doctrine_Query_Token::T_NOT)) { $this->_parser->match(Doctrine_Query_Token::T_NOT); } $this->_parser->match(Doctrine_Query_Token::T_BETWEEN); $this->Expression(); $this->_parser->match(Doctrine_Query_Token::T_AND); $this->Expression(); } }