Home
last modified time | relevance | path

Searched refs:_tokenSequence (Results 1 – 1 of 1) sorted by relevance

/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DParser.php86 protected $_tokenSequence = null; variable in Hoa\\Compiler\\Llk\\Parser
162 $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 …]