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/
H A DDocParser.php48 DocLexer::T_IDENTIFIER,
49 DocLexer::T_TRUE,
50 DocLexer::T_FALSE,
51 DocLexer::T_NULL
244 $this->lexer = new DocLexer;
1058 case DocLexer::T_FLOAT:
1062 case DocLexer::T_TRUE:
1066 case DocLexer::T_FALSE:
1070 case DocLexer::T_NULL:
1162 $this->matchAny(array(DocLexer::T_INTEGER, DocLexer::T_STRING));
[all …]
H A DDocLexer.php33 final class DocLexer extends AbstractLexer class
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DCHANGELOG.md139 - [44: Update DocLexer.php](https://github.com/doctrine/annotations/pull/44)