Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php316 return $this->addDFAEdgeATNConfigSet($s, $t, $reach) ?? ATNSimulator::error();
727 protected function addDFAEdgeATNConfigSet(DFAState $from, int $t, ATNConfigSet $configs) : DFAState function in Antlr\\Antlr4\\Runtime\\Atn\\LexerATNSimulator