Lines Matching refs:_tokenSequence
86 protected $_tokenSequence = null; variable in Hoa\\Compiler\\Llk\\Parser
162 $this->_tokenSequence = new Iterator\Buffer(
166 $this->_tokenSequence->rewind();
184 'EOF' === $this->_tokenSequence->current()['token']) {
192 $token = $this->_tokenSequence->current();
290 $name = $this->_tokenSequence->current()['token'];
296 $value = $this->_tokenSequence->current()['value'];
327 $namespace = $this->_tokenSequence->current()['namespace'];
352 $this->_tokenSequence->next();
353 $this->_errorToken = $this->_tokenSequence->current();
469 $this->_tokenSequence->previous();
471 if (false === $this->_tokenSequence->valid()) {
734 return $this->_tokenSequence;