Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DRecognizer.php24 private static $ruleIndexMapCache = []; variable in Antlr\\Antlr4\\Runtime\\Recognizer
96 $result = self::$ruleIndexMapCache[static::class] ?? null;
99 self::$ruleIndexMapCache[static::class] = $this->getRuleNames();