@NotNull
 public PsiElement setName(String newName) {
   return ErlangPsiImplUtil.setName(this, newName);
 }