_isNextToken('+')) { $this->_parser->match('+'); } elseif ($this->_isNextToken('-')) { $this->_parser->match('-'); } $this->Primary(); } }