use of spoon.support.reflect.code.CtCatchImpl in project spoon by INRIA.
the class DefaultCoreFactory method createCatch.
public CtCatch createCatch() {
CtCatch e = new CtCatchImpl();
e.setFactory(getMainFactory());
return e;
}
Aggregations