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