Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php47 private static $classIdentifiers = array( variable in Doctrine\\Common\\Annotations\\DocParser
656 …T_NAMESPACE_SEPARATOR !== $peek['type'] && !in_array($peek['type'], self::$classIdentifiers, true))
994 if ( ! $this->lexer->isNextTokenAny(self::$classIdentifiers)) {
1006 $this->matchAny(self::$classIdentifiers);