Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNSimulator.php9 use Antlr\Antlr4\Runtime\PredictionContexts\PredictionContextCache; alias
58 * @var PredictionContextCache
62 public function __construct(ATN $atn, PredictionContextCache $sharedContextCache)
91 public function getSharedContextCache() : PredictionContextCache
H A DLexerATNSimulator.php20 use Antlr\Antlr4\Runtime\PredictionContexts\PredictionContextCache; alias
84 PredictionContextCache $sharedContextCache
H A DParserATNSimulator.php30 use Antlr\Antlr4\Runtime\PredictionContexts\PredictionContextCache; alias
164 * {@see PredictionContextCache} object that makes sure that all
301 PredictionContextCache $sharedContextCache
/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSqlLexer.php12 use Antlr\Antlr4\Runtime\PredictionContexts\PredictionContextCache; alias
626 self::$sharedContextCache = new PredictionContextCache();
H A DPageSqlParser.php14 use Antlr\Antlr4\Runtime\PredictionContexts\PredictionContextCache; alias
254 self::$sharedContextCache = new PredictionContextCache();
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DPredictionContextCache.php14 class PredictionContextCache class
H A DPredictionContext.php562 PredictionContextCache $contextCache,