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