use of spoon.support.reflect.code.CtSynchronizedImpl in project spoon by INRIA.
the class DefaultCoreFactory method createSynchronized.
public CtSynchronized createSynchronized() {
CtSynchronized e = new CtSynchronizedImpl();
e.setFactory(getMainFactory());
return e;
}
Aggregations