Search in sources :

Example 1 with CompilationUnitImpl

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;
}
Also used : CompilationUnit(spoon.reflect.cu.CompilationUnit) CompilationUnitImpl(spoon.support.reflect.cu.CompilationUnitImpl)

Aggregations

CompilationUnit (spoon.reflect.cu.CompilationUnit)1 CompilationUnitImpl (spoon.support.reflect.cu.CompilationUnitImpl)1