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