Search in sources :

Example 1 with CtStatementListImpl

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

the class DefaultCoreFactory method createStatementList.

public <R> CtStatementList createStatementList() {
    CtStatementList e = new CtStatementListImpl<R>();
    e.setFactory(getMainFactory());
    return e;
}
Also used : CtStatementListImpl(spoon.support.reflect.code.CtStatementListImpl) CtStatementList(spoon.reflect.code.CtStatementList)

Aggregations

CtStatementList (spoon.reflect.code.CtStatementList)1 CtStatementListImpl (spoon.support.reflect.code.CtStatementListImpl)1