Searched refs:DocLexer (Results 1 – 3 of 3) sorted by relevance
48 DocLexer::T_IDENTIFIER,49 DocLexer::T_TRUE,50 DocLexer::T_FALSE,51 DocLexer::T_NULL244 $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 …]
33 final class DocLexer extends AbstractLexer class
139 - [44: Update DocLexer.php](https://github.com/doctrine/annotations/pull/44)