Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DParserATNSimulator.php1003 * this case, removeAllConfigsNotInRuleStopState needs to check for
1013 $reach = $this->removeAllConfigsNotInRuleStopState($reach, $reach->equals($intermediate));
1065 protected function removeAllConfigsNotInRuleStopState(ATNConfigSet $configs, bool $lookToEndOfRule) : ATNConfigSet function in Antlr\\Antlr4\\Runtime\\Atn\\ParserATNSimulator