Search in sources :

Example 1 with CtTryImpl

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

the class DefaultCoreFactory method createTry.

public CtTry createTry() {
    CtTry e = new CtTryImpl();
    e.setFactory(getMainFactory());
    return e;
}
Also used : CtTryImpl(spoon.support.reflect.code.CtTryImpl) CtTry(spoon.reflect.code.CtTry)

Aggregations

CtTry (spoon.reflect.code.CtTry)1 CtTryImpl (spoon.support.reflect.code.CtTryImpl)1