else
db = new DBManager(out);
// Perform bytecode analysis on the classfiles at path "."
QueryllAnalyzer queryll2 = new QueryllAnalyzer();
queryll2.useRuntimeAnalysis(db);
// Now do some queries!
// Note: all queries are evaluated lazily, so at the end of each
// query, the size() method is called on the query to
// force the query to be evaluated.