531532533534535536537538539540541
break; case "html": processor = new HtmlProcessor(); break; case "ctags": processor = new CtagsProcessor(); break; default: throw new AssertionError("WTF?"); } HashMap<String, ASTCompilationUnit> units = new HashMap<>();