Search in sources :

Example 1 with CtForEachImpl

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;
}
Also used : CtForEachImpl(spoon.support.reflect.code.CtForEachImpl) CtForEach(spoon.reflect.code.CtForEach)

Aggregations

CtForEach (spoon.reflect.code.CtForEach)1 CtForEachImpl (spoon.support.reflect.code.CtForEachImpl)1