use of spoon.support.reflect.reference.CtTypeParameterReferenceImpl in project spoon by INRIA.
the class DefaultCoreFactory method createTypeParameterReference.
public CtTypeParameterReference createTypeParameterReference() {
CtTypeParameterReference e = new CtTypeParameterReferenceImpl();
e.setFactory(getMainFactory());
return e;
}
Aggregations