Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
DParser.php86 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();
[all …]