Searched refs:_tokenSequence (Results 1 – 1 of 1) sorted by relevance
86 protected $_tokenSequence = null; variable in Hoa\\Compiler\\Llk\\Parser162 $this->_tokenSequence = new Iterator\Buffer(166 $this->_tokenSequence->rewind();192 $token = $this->_tokenSequence->current();290 $name = $this->_tokenSequence->current()['token'];296 $value = $this->_tokenSequence->current()['value'];352 $this->_tokenSequence->next();353 $this->_errorToken = $this->_tokenSequence->current();469 $this->_tokenSequence->previous();471 if (false === $this->_tokenSequence->valid()) {[all …]