Searched refs:_todo (Results 1 – 4 of 4) sorted by relevance
61 protected $_todo = null; variable in Hoa\\Compiler\\Llk\\Sampler\\BoundedExhaustive153 $this->_todo = [193 while (0 < count($this->_todo)) {194 $pop = array_pop($this->_todo);231 array_pop($this->_todo);232 $this->_todo[] = new Compiler\Llk\Rule\Ekzit(235 $this->_todo239 $this->_todo[] = new Compiler\Llk\Rule\Ekzit(243 $this->_todo[] = new Compiler\Llk\Rule\Entry(263 $this->_todo[] = new Compiler\Llk\Rule\Ekzit([all …]
69 protected $_todo = null; variable in Hoa\\Compiler\\Llk\\Sampler\\Coverage195 $this->_todo = [new Compiler\Llk\Rule\Entry(236 while (0 < count($this->_todo)) {237 $pop = array_pop($this->_todo);295 $this->_todo297 $this->_todo[] = new Compiler\Llk\Rule\Ekzit(304 $this->_todo[] = new Compiler\Llk\Rule\Entry(307 $this->_todo333 $this->_todo335 $this->_todo[] = new Compiler\Llk\Rule\Ekzit([all …]
107 protected $_todo = null; variable in Hoa\\Compiler\\Llk\\Parser170 $this->_todo = [];178 $this->_todo = [$closeRule, $openRule];255 while (0 < count($this->_todo)) {256 $rule = array_pop($this->_todo);350 array_pop($this->_todo);371 $this->_todo[] = new Rule\Ekzit($nextRule, 0);372 $this->_todo[] = new Rule\Entry($nextRule, 0);390 $this->_todo,394 $this->_todo[] = new Rule\Ekzit($nextRule, 0);[all …]
68 protected $_todo = null; variable in Hoa\\Compiler\\Llk\\Rule\\Invocation103 $this->_todo = $todo;137 return $this->_todo;