Searched refs:zeRule (Results 1 – 2 of 2) sorted by relevance
268 $zeRule = $this->_rules[$ruleName];269 $out = $this->_parse($zeRule, $next);287 protected function _parse(Rule $zeRule, $next) argument289 if ($zeRule instanceof Rule\Token) {292 if ($zeRule->getTokenName() !== $name) {298 if (0 <= $unification = $zeRule->getUnificationIndex()) {328 $zzeRule = clone $zeRule;356 } elseif ($zeRule instanceof Rule\Concatenation) {357 if (false === $zeRule->isTransitional()) {362 $zeRule->getName(),[all …]
171 $zeRule = $this->_parsedRules[$rule];172 $zeRule->setName($key);173 $zeRule->setPPRepresentation($value);176 $zeRule->setDefaultId($nodeId);180 $this->_parsedRules[$key] = $zeRule;