Searched refs:sharedContextCache (Results 1 – 5 of 5) sorted by relevance
| /template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/ |
| H A D | ATNSimulator.php | 60 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 D | LexerATNSimulator.php | 84 PredictionContextCache $sharedContextCache argument 86 parent::__construct($atn, $sharedContextCache);
|
| H A D | ParserATNSimulator.php | 301 PredictionContextCache $sharedContextCache argument 303 parent::__construct($atn, $sharedContextCache);
|
| /template/strap/ComboStrap/PageSqlParser/ |
| H A D | PageSqlLexer.php | 599 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 D | PageSqlParser.php | 234 protected static $sharedContextCache; variable in ComboStrap\\PageSqlParser\\PageSqlParser 242 …nterp = new ParserATNSimulator($this, self::$atn, self::$decisionToDFA, self::$sharedContextCache); 262 self::$sharedContextCache = new PredictionContextCache();
|