Example #1
0
 /**
  * Get the local name of this type
  *
  * @return the local name of this type definition, if it has one. Return null in the case of an
  *     anonymous type.
  */
 public String getName() {
   return StandardNames.getLocalName(fingerprint);
 }