Search in sources :

Example 1 with CtTryWithResourceImpl

use of spoon.support.reflect.code.CtTryWithResourceImpl in project spoon by INRIA.

the class DefaultCoreFactory method createTryWithResource.

@Override
public CtTryWithResource createTryWithResource() {
    CtTryWithResource e = new CtTryWithResourceImpl();
    e.setFactory(getMainFactory());
    return e;
}
Also used : CtTryWithResourceImpl(spoon.support.reflect.code.CtTryWithResourceImpl) CtTryWithResource(spoon.reflect.code.CtTryWithResource)

Aggregations

CtTryWithResource (spoon.reflect.code.CtTryWithResource)1 CtTryWithResourceImpl (spoon.support.reflect.code.CtTryWithResourceImpl)1