Search in sources :

Example 1 with CtWhileImpl

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

Aggregations

CtWhile (spoon.reflect.code.CtWhile)1 CtWhileImpl (spoon.support.reflect.code.CtWhileImpl)1