Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DParserATNSimulator.php1047 * When `lookToEndOfRule` is true, this method uses {@see ATN::nextTokens()}
1053 * @param bool $lookToEndOfRule When true, this method checks for
1065 protected function removeAllConfigsNotInRuleStopState(ATNConfigSet $configs, bool $lookToEndOfRule) : ATNConfigSet argument
1080 if ($lookToEndOfRule && $config->state->onlyHasEpsilonTransitions()) {