Searched refs:phpParser (Results 1 – 1 of 1) sorted by relevance
155 private $phpParser; variable in Doctrine\\Common\\Annotations\\AnnotationReader209 $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),