Home
last modified time | relevance | path

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

/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php143 return $this->execATN($input, $dfa->s0);
178 $predict = $this->execATN($input, $next);
187 protected function execATN(CharStream $input, DFAState $ds0) : int function in Antlr\\Antlr4\\Runtime\\Atn\\LexerATNSimulator
H A DParserATNSimulator.php408 $alt = $this->execATN($dfa, $s0, $input, $index, $outerContext);
454 public function execATN( function in Antlr\\Antlr4\\Runtime\\Atn\\ParserATNSimulator