Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DPredictionMode.php43 public const SLL = 0; define in Antlr\\Antlr4\\Runtime\\Atn\\PredictionMode
177 if ($mode === self::SLL) {
H A DParserATNSimulator.php520 if ($D->requiresFullContext && $this->mode !== PredictionMode::SLL) {