Search in sources :

Example 1 with CtCatchImpl

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

the class DefaultCoreFactory method createCatch.

public CtCatch createCatch() {
    CtCatch e = new CtCatchImpl();
    e.setFactory(getMainFactory());
    return e;
}
Also used : CtCatchImpl(spoon.support.reflect.code.CtCatchImpl) CtCatch(spoon.reflect.code.CtCatch)

Aggregations

CtCatch (spoon.reflect.code.CtCatch)1 CtCatchImpl (spoon.support.reflect.code.CtCatchImpl)1