static Set extAllFlags(Ext e) { new Set flags; while (e != null) { addAll(flags, stringsOnly(keysWithValue(true, e.fieldValues))); e = (Ext) mapGet(e.fieldValues, 'src); } ret flags; }