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