Searched refs:treatEofAsEpsilon (Results 1 – 2 of 2) sorted by relevance
| /template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/ |
| H A D | LexerATNSimulator.php | 397 $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 D | ParserATNSimulator.php | 987 $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 …losure_($config, $configs, $closureBusy, $collectPredicates, $fullCtx, $depth, $treatEofAsEpsilon); 1718 bool $treatEofAsEpsilon argument 1736 …is->getEpsilonTarget($config, $t, $continueCollecting, $depth === 0, $fullCtx, $treatEofAsEpsilon); [all …]
|