Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
DDocParser.php48 DocLexer::T_IDENTIFIER,
49 DocLexer::T_TRUE,
50 DocLexer::T_FALSE,
51 DocLexer::T_NULL
244 $this->lexer = new DocLexer;
642 if (DocLexer::T_AT !== $this->lexer->lookahead['type']) {
656 …|| (DocLexer::T_NAMESPACE_SEPARATOR !== $peek['type'] && !in_array($peek['type'], self::$classIden…
684 $this->match(DocLexer::T_AT);
689 if ($this->lexer->isNextToken(DocLexer::T_MINUS)
859 if ( ! $this->lexer->isNextToken(DocLexer::T_OPEN_PARENTHESIS)) {
[all …]
DDocLexer.php33 final class DocLexer extends AbstractLexer class
/plugin/findologicxmlexport/vendor/doctrine/annotations/
DCHANGELOG.md139 - [44: Update DocLexer.php](https://github.com/doctrine/annotations/pull/44)