Search in sources :

Example 1 with CtThrowImpl

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

the class DefaultCoreFactory method createThrow.

public CtThrow createThrow() {
    CtThrow e = new CtThrowImpl();
    e.setFactory(getMainFactory());
    return e;
}
Also used : CtThrow(spoon.reflect.code.CtThrow) CtThrowImpl(spoon.support.reflect.code.CtThrowImpl)

Aggregations

CtThrow (spoon.reflect.code.CtThrow)1 CtThrowImpl (spoon.support.reflect.code.CtThrowImpl)1