Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DRuntimeMetaData.php119 * @param string $compileTimeVersion The version of the runtime the parser
124 public static function checkVersion(string $generatingToolVersion, string $compileTimeVersion) : void argument
129 $runtimeConflictsWithCompileTimeTool = $compileTimeVersion !== self::VERSION
130 && self::getMajorMinorVersion($compileTimeVersion) !== self::getMajorMinorVersion(self::VERSION);
149 $compileTimeVersion,