/**
  * get all built-in simple types, which are stored in a hashtable keyed by the name
  *
  * @return a hashtable which contains all built-in simple types
  */
 public SymbolHash getBuiltInTypes() {
   return (SymbolHash) fBaseTypes.makeClone();
 }