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