Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNSimulator.php60 protected $sharedContextCache; variable in Antlr\\Antlr4\\Runtime\\Atn\\ATNSimulator
62 public function __construct(ATN $atn, PredictionContextCache $sharedContextCache) argument
65 $this->sharedContextCache = $sharedContextCache;
93 return $this->sharedContextCache;
98 if ($this->sharedContextCache === null) {
106 $this->sharedContextCache,
H A DLexerATNSimulator.php84 PredictionContextCache $sharedContextCache argument
86 parent::__construct($atn, $sharedContextCache);
H A DParserATNSimulator.php301 PredictionContextCache $sharedContextCache argument
303 parent::__construct($atn, $sharedContextCache);
/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSqlLexer.php599 protected static $sharedContextCache; variable in ComboStrap\\PageSqlParser\\PageSqlLexer
606 …interp = new LexerATNSimulator($this, self::$atn, self::$decisionToDFA, self::$sharedContextCache);
626 self::$sharedContextCache = new PredictionContextCache();
H A DPageSqlParser.php234 protected static $sharedContextCache; variable in ComboStrap\\PageSqlParser\\PageSqlParser
242 …nterp = new ParserATNSimulator($this, self::$atn, self::$decisionToDFA, self::$sharedContextCache);
262 self::$sharedContextCache = new PredictionContextCache();