Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DParserATNSimulator.php504 $e = $this->noViableAlt($input, $outerContext, $previousD->configs, $startIndex);
590 throw $this->noViableAlt($input, $outerContext, $D->configs, $startIndex);
787 $e = $this->noViableAlt($input, $outerContext, $previous, $startIndex);
2288 protected function noViableAlt( function in Antlr\\Antlr4\\Runtime\\Atn\\ParserATNSimulator