Search in sources :

Example 1 with CtTypeParameterImpl

use of spoon.support.reflect.declaration.CtTypeParameterImpl in project spoon by INRIA.

the class DefaultCoreFactory method createTypeParameter.

@Override
public CtTypeParameter createTypeParameter() {
    CtTypeParameter e = new CtTypeParameterImpl();
    e.setFactory(getMainFactory());
    return e;
}
Also used : CtTypeParameterImpl(spoon.support.reflect.declaration.CtTypeParameterImpl) CtTypeParameter(spoon.reflect.declaration.CtTypeParameter)

Aggregations

CtTypeParameter (spoon.reflect.declaration.CtTypeParameter)1 CtTypeParameterImpl (spoon.support.reflect.declaration.CtTypeParameterImpl)1