Search in sources :

Example 1 with CtImportImpl

use of spoon.support.reflect.declaration.CtImportImpl in project spoon by INRIA.

the class DefaultCoreFactory method createImport.

public CtImport createImport() {
    CtImport e = new CtImportImpl();
    e.setFactory(getMainFactory());
    return e;
}
Also used : CtImport(spoon.reflect.declaration.CtImport) CtImportImpl(spoon.support.reflect.declaration.CtImportImpl)

Aggregations

CtImport (spoon.reflect.declaration.CtImport)1 CtImportImpl (spoon.support.reflect.declaration.CtImportImpl)1