/**
  * Returns the start position in the file token stream.
  *
  * @return integer
  */
 public function getStartPosition()
 {
     return $this->declaringClass->getStartPosition();
 }