Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DSingletonPredictionContext.php96 protected function computeHashCode() : int function in Antlr\\Antlr4\\Runtime\\PredictionContexts\\SingletonPredictionContext
H A DArrayPredictionContext.php125 protected function computeHashCode() : int function in Antlr\\Antlr4\\Runtime\\PredictionContexts\\ArrayPredictionContext
H A DPredictionContext.php116 $this->cachedHashCode = $this->computeHashCode();
122 abstract protected function computeHashCode() : int; function in Antlr\\Antlr4\\Runtime\\PredictionContexts\\PredictionContext