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