Search in sources :

Example 1 with CtUsedServiceImpl

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

the class DefaultCoreFactory method createUsedService.

@Override
public CtUsedService createUsedService() {
    CtUsedService ctUsedService = new CtUsedServiceImpl();
    ctUsedService.setFactory(getMainFactory());
    return ctUsedService;
}
Also used : CtUsedServiceImpl(spoon.support.reflect.declaration.CtUsedServiceImpl) CtUsedService(spoon.reflect.declaration.CtUsedService)

Aggregations

CtUsedService (spoon.reflect.declaration.CtUsedService)1 CtUsedServiceImpl (spoon.support.reflect.declaration.CtUsedServiceImpl)1