Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSqlLexer.php17 use Antlr\Antlr4\Runtime\RuntimeMetaData; alias
615 RuntimeMetaData::checkVersion('4.9.3', RuntimeMetaData::VERSION);
H A DPageSqlParser.php21 use Antlr\Antlr4\Runtime\RuntimeMetaData; alias
243 RuntimeMetaData::checkVersion('4.9.3', RuntimeMetaData::VERSION);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DRuntimeMetaData.php13 * The runtime version information is provided by {@see RuntimeMetaData::VERSION} and
14 * {@see RuntimeMetaData::getRuntimeVersion()}. Detailed information about these values is
17 * The runtime version check is implemented by {@see RuntimeMetaData::checkVersion()}. Detailed
28 final class RuntimeMetaData class
60 * {@see RuntimeMetaData::VERSION} field, as opposed to directly
122 * to {@see RuntimeMetaData::VERSION}.