Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Rule/
H A DToken.php79 ->integer($result->getUnificationIndex())
103 ->integer($result->getUnificationIndex())
302 ->when($result = $token->getUnificationIndex())
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DToken.php269 public function getUnificationIndex() function in Hoa\\Compiler\\Llk\\Rule\\Token
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DLlk.php180 $arguments['unification'] = $rule->getUnificationIndex();
H A DParser.php298 if (0 <= $unification = $zeRule->getUnificationIndex()) {
320 $unification === $trace->getUnificationIndex() &&