Example #1
0
 private static boolean isIndexable(FileType fileType) {
   return fileType instanceof LanguageFileType
       || fileType instanceof CustomSyntaxTableFileType
       || IdTableBuilding.isIdIndexerRegistered(fileType)
       || CacheBuilderRegistry.getInstance().getCacheBuilder(fileType) != null;
 }