Home
last modified time | relevance | path

Searched refs:tokenTypeMapCache (Results 1 – 1 of 1) sorted by last modified time

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DRecognizer.php21 private static $tokenTypeMapCache = []; variable in Antlr\\Antlr4\\Runtime\\Recognizer
60 $result = self::$tokenTypeMapCache[$key] ?? null;
81 self::$tokenTypeMapCache[$key] = $result;