Home
last modified time | relevance | path

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

/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DParserATNSimulator.php1013 … $reach = $this->removeAllConfigsNotInRuleStopState($reach, $reach->equals($intermediate));
1065 …protected function removeAllConfigsNotInRuleStopState(ATNConfigSet $configs, bool $lookToEndOfRule… function in Antlr\\Antlr4\\Runtime\\Atn\\ParserATNSimulator