if(token!=null)
gen.add(new DeclName(lineMap, token));
List<ParsedType> descendants = getParsedType(e).descendants;
gen.add(new ClassDecl(cu, srcPos, ct, e, descendants));
if(e.getNestingKind()== NestingKind.ANONYMOUS) {
// don't visit the extends and implements clause as
// they already show up in the NewClassTree
scan(ct.getMembers());