Lines Matching refs:fa
618 FileAnalyzer fa = AnalyzerGuru.getAnalyzer(in, path);
620 listener.fileAdd(path, fa.getClass().getSimpleName());
622 fa.setCtags(ctags);
623 fa.setProject(Project.getProject(path));
627 d = analyzerGuru.getDocument(file, in, path, fa);
643 log.log(Level.FINE, "Exception from analyzer {0}: {1} {2}{3}{4}{5}{6}", new String[]{fa.getClass().getName(), e.toString(), System.lineSeparator(), stack.toString(), System.lineSeparator(), sstack.toString()});
647 writer.addDocument(d, fa);
648 Genre g = fa.getFactory().getGenre();
658 fa.writeXref(xrefDir, path);
662 listener.fileAdded(path, fa.getClass().getSimpleName());