public ASField getGlobalField() {
   ASPackage pkg = getPackage();
   if (pkg == null) {
     return null;
   }
   return pkg.getGlobalField();
 }