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;
}
Aggregations