Searched refs:_currentNamespace (Results 1 – 1 of 1) sorted by relevance
93 protected $_currentNamespace = 'default'; variable in Hoa\\Compiler\\Llk\\Sampler\\Sampler139 if (!isset($this->_skipTokenAST[$this->_currentNamespace])) {148 $this->_tokens[$this->_currentNamespace]['skip']151 $this->_skipTokenAST[$this->_currentNamespace] = $token->getAST();154 return $this->_skipTokenAST[$this->_currentNamespace];167 return $this->_currentNamespace;171 $token->setNamespace($this->_currentNamespace);172 $toNamespace = $this->_currentNamespace;174 if (isset($this->_tokens[$this->_currentNamespace][$name])) {176 $this->_tokens[$this->_currentNamespace][$name][all …]