use of spoon.support.reflect.cu.CompilationUnitImpl in project spoon by INRIA.
the class DefaultCoreFactory method createCompilationUnit.
public CompilationUnit createCompilationUnit() {
CompilationUnit cu = new CompilationUnitImpl();
cu.setFactory(getMainFactory());
return cu;
}
Aggregations