Searched refs:collectPredicates (Results 1 – 1 of 1) sorted by relevance
| /plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/ |
| H A D | ParserATNSimulator.php | 1594 bool $collectPredicates, argument 1604 $collectPredicates, 1619 bool $collectPredicates, argument 1656 $collectPredicates, 1684 $collectPredicates, 1705 …$this->closure_($config, $configs, $closureBusy, $collectPredicates, $fullCtx, $depth, $treatEofAs… 1715 bool $collectPredicates, argument 1735 $continueCollecting = $collectPredicates && !$t instanceof ActionTransition; 2001 bool $collectPredicates, argument 2019 … return $this->precedenceTransition($config, $t, $collectPredicates, $inContext, $fullCtx); [all …]
|