Searched refs:LL_EXACT_AMBIG_DETECTION (Results 1 – 2 of 2) sorted by relevance
| /plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/ | ||
| H A D | PredictionMode.php | 77 public const LL_EXACT_AMBIG_DETECTION = 2; define in Antlr\\Antlr4\\Runtime\\Atn\\PredictionMode |
| H A D | ParserATNSimulator.php | 820 if ($this->mode !== PredictionMode::LL_EXACT_AMBIG_DETECTION) { |