Home
last modified time | relevance | path

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

/template/strap/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