Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DLl1.php161 protected $_terminal = []; variable in Hoa\\Compiler\\Ll1
400 in_array($this->_states[$c][$nextState], $this->_terminal[$c])) {
404 if (in_array($this->_states[$c][$nextState], $this->_terminal[$c]) &&
583 if ((in_array($this->_states[$c][$nextState], $this->_terminal[$c]) &&
755 $old = $this->_terminal;
756 $this->_terminal = $terminal;
860 return $this->_terminal;
944 if (!empty($this->_terminal[$e])) {
947 implode('" "' . $e . '_', $this->_terminal[$e]) . '";' . "\n";