Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DLexer.php26 public const MIN_CHAR_VALUE = 0x0000; define in Antlr\\Antlr4\\Runtime\\Lexer
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php441 if ($trans->matches($t, Lexer::MIN_CHAR_VALUE, Lexer::MAX_CHAR_VALUE)) {