Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php611 if ($this->evaluatePredicate($input, $t->ruleIndex, $t->predIndex, $speculative)) {
692 protected function evaluatePredicate(CharStream $input, int $ruleIndex, int $predIndex, bool $speculative) : bool function in Antlr\\Antlr4\\Runtime\\Atn\\LexerATNSimulator