/* This method is also called by CtClassType.getMethods0().
   */
  final String getStringRep() {
    if (cachedStringRep == null)
      cachedStringRep =
          methodInfo.getName() + Descriptor.getParamDescriptor(methodInfo.getDescriptor());

    return cachedStringRep;
  }