Home
last modified time | relevance | path

Searched refs:checkVersion (Results 1 – 4 of 4) sorted by relevance

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DRuntimeMetaData.php17 * The runtime version check is implemented by {@see RuntimeMetaData::checkVersion()}. Detailed
124 public static function checkVersion(string $generatingToolVersion, string $compileTimeVersion) : void function in Antlr\\Antlr4\\Runtime\\RuntimeMetaData
/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSqlLexer.php615 RuntimeMetaData::checkVersion('4.9.3', RuntimeMetaData::VERSION);
H A DPageSqlParser.php243 RuntimeMetaData::checkVersion('4.9.3', RuntimeMetaData::VERSION);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php135 $this->checkVersion();
191 private function checkVersion() : void function in Antlr\\Antlr4\\Runtime\\Atn\\ATNDeserializer