Home
last modified time | relevance | path

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 DPredictionMode.php77 public const LL_EXACT_AMBIG_DETECTION = 2; define in Antlr\\Antlr4\\Runtime\\Atn\\PredictionMode
H A DParserATNSimulator.php820 if ($this->mode !== PredictionMode::LL_EXACT_AMBIG_DETECTION) {