/**
  * Returns FQSEN-name of current method (without class name)
  *
  * @return string FQSEN of current method
  *
  * @see CodeGenerator::fqsenForMethod()
  */
 function getNameFQSEN()
 {
     return CodeGenerator::fqsenForMethod($this->name);
 }