Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php141 return $this->matchATN($input);
158 protected function matchATN(CharStream $input) : int function in Antlr\\Antlr4\\Runtime\\Atn\\LexerATNSimulator
163 $this->log[] = \sprintf('matchATN mode %d start: %s', $this->mode, (string) $startState);
181 $this->log[] = \sprintf('DFA after matchATN: %s', $this->decisionToDFA[$old_mode]->toLexerString());