if (failTrace instanceof Error) throw (Error)failTrace;
throw new RuntimeException("Neither com.sun.tools.javac.util.JavacFileManager nor com.sun.tools.javac.util.DefaultFileManager could be configured", failTrace);
}
JcTreeBuilder builder = new JcTreeBuilder(source, context);
builder.visit(nodes.get(0));
return builder.get();
}
protected JCTree parseWithTargetCompiler(Source source) throws Exception {
Context context = new Context();