Home
last modified time | relevance | path

Searched defs:EOF (Results 1 – 3 of 3) sorted by relevance

/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DIntStream.php27 public const EOF = -1; define
H A DToken.php24 public const EOF = IntStream::EOF; define
H A DRecognizer.php15 public const EOF = -1; define in Antlr\\Antlr4\\Runtime\\Recognizer