Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php397 $treatEofAsEpsilon = ($t === Token::EOF);
406 $treatEofAsEpsilon
477 bool $treatEofAsEpsilon argument
521 $treatEofAsEpsilon
538 $cfg = $this->getEpsilonTarget($input, $config, $trans, $configs, $speculative, $treatEofAsEpsilon);
547 $treatEofAsEpsilon
564 bool $treatEofAsEpsilon argument
656 if ($treatEofAsEpsilon) {
H A DParserATNSimulator.php987 $treatEofAsEpsilon = $t === Token::EOF;
990 $this->closure($item, $reach, $closureBusy, false, $fullCtx, $treatEofAsEpsilon);
1596 bool $treatEofAsEpsilon argument
1607 $treatEofAsEpsilon
1622 bool $treatEofAsEpsilon argument
1659 $treatEofAsEpsilon
1687 $treatEofAsEpsilon
1705 $this->closure_($config, $configs, $closureBusy, $collectPredicates, $fullCtx, $depth, $treatEofAsEpsilon);
1718 bool $treatEofAsEpsilon argument
1736 $c = $this->getEpsilonTarget($config, $t, $continueCollecting, $depth === 0, $fullCtx, $treatEofAsEpsilon);
2004 getEpsilonTarget(ATNConfig $config, Transition $t, bool $collectPredicates, bool $inContext, bool $fullCtx, bool $treatEofAsEpsilon) global() argument
[all...]