Home
last modified time | relevance | path

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

/template/strap/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) : v… argument
129 $runtimeConflictsWithCompileTimeTool = $compileTimeVersion !== self::VERSION
130 … && self::getMajorMinorVersion($compileTimeVersion) !== self::getMajorMinorVersion(self::VERSION);
149 $compileTimeVersion,