Search in sources :

Example 1 with CtForImpl

use of spoon.support.reflect.code.CtForImpl in project spoon by INRIA.

the class DefaultCoreFactory method createFor.

public CtFor createFor() {
    CtFor e = new CtForImpl();
    e.setFactory(getMainFactory());
    return e;
}
Also used : CtForImpl(spoon.support.reflect.code.CtForImpl) CtFor(spoon.reflect.code.CtFor)

Aggregations

CtFor (spoon.reflect.code.CtFor)1 CtForImpl (spoon.support.reflect.code.CtForImpl)1