Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php38 protected $recog; variable in Antlr\\Antlr4\\Runtime\\Atn\\LexerATNSimulator
81 ?Lexer $recog, argument
89 $this->recog = $recog;
347 if ($this->recog === null) {
351 throw new LexerNoViableAltException($this->recog, $input, $this->startIndex, $reach);
434 if ($lexerActionExecutor !== null && $this->recog) {
435 $lexerActionExecutor->execute($this->recog, $input, $startIndex);
487 if ($this->recog) {
490 $this->recog
[all...]