/**
  * Returns the source name for this node, maybe a class or interface name,
  * or a package, method, function name.
  *
  * @return string
  */
 public function getName()
 {
     return $this->node->getName();
 }