Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerActionExecutor.php37 private $cachedHashCode; variable in Antlr\\Antlr4\\Runtime\\Atn\\LexerActionExecutor
192 if ($this->cachedHashCode === null) {
193 $this->cachedHashCode = Hasher::hash($this->lexerActions);
196 return $this->cachedHashCode;
H A DATNConfigSet.php84 private $cachedHashCode; variable in Antlr\\Antlr4\\Runtime\\Atn\\ATNConfigSet
161 $this->cachedHashCode = null;
306 if ($this->cachedHashCode === null) {
307 $this->cachedHashCode = Hasher::hash($this->configs);
310 return $this->cachedHashCode;
349 $this->cachedHashCode = -1;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DPredictionContext.php51 public $cachedHashCode; variable in Antlr\\Antlr4\\Runtime\\PredictionContexts\\PredictionContext
115 if ($this->cachedHashCode === null) {
116 $this->cachedHashCode = $this->computeHashCode();
119 return $this->cachedHashCode;
640 $this->cachedHashCode = null;