Home
last modified time | relevance | path

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

/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php476 bool $speculative, argument
520 $speculative,
538 …$cfg = $this->getEpsilonTarget($input, $config, $trans, $configs, $speculative, $treatEofAsEpsilon…
546 $speculative,
563 bool $speculative, argument
611 if ($this->evaluatePredicate($input, $t->ruleIndex, $t->predIndex, $speculative)) {
687 * @param bool $speculative `true` if the current index in `input` is
692 …tion evaluatePredicate(CharStream $input, int $ruleIndex, int $predIndex, bool $speculative) : bool argument
698 if (!$speculative) {