Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationReader.php155 private $phpParser; variable in Doctrine\\Common\\Annotations\\AnnotationReader
209 $this->phpParser = new PhpParser;
364 $traitImports = array_merge($traitImports, $this->phpParser->parseClass($trait));
390 $traitImports = array_merge($traitImports, $this->phpParser->parseClass($trait));
419 $this->phpParser->parseClass($class),