@Override
 public String getName() {
   // The classReference can be null when getName() is called from toString()
   // in the debugger if the node is not yet fully initialized.
   return classReference != null ? classReference.getQualifiedName() : "";
 }