getAst() public method

Retrieve the AST node for this class
public getAst ( ) : ClassLike
return PhpParser\Node\Stmt\ClassLike
 /**
  * {@inheritdoc}
  */
 public function getAst()
 {
     return $this->reflectionClass->getAst();
 }