Home
last modified time | relevance | path

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

/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php172 $next = $this->addDFAState($s0_closure);
743 $to = $this->addDFAState($configs);
780 protected function addDFAState(ATNConfigSet $configs) : DFAState function in Antlr\\Antlr4\\Runtime\\Atn\\LexerATNSimulator
H A DParserATNSimulator.php399 $s0 = $this->addDFAState($dfa, new DFAState($s0_closure));
403 $s0 = $this->addDFAState($dfa, new DFAState($s0_closure));
2349 $to = $this->addDFAState($dfa, $to);// used existing if possible not incoming
2386 protected function addDFAState(DFA $dfa, DFAState $D) : DFAState function in Antlr\\Antlr4\\Runtime\\Atn\\ParserATNSimulator