return;
}
final boolean kind = sk != null;
String[] parents = ss != null ? ss.parents() : sk.parents();
Map<String, MethodDeclaration> methods = new LinkedHashMap<String, MethodDeclaration>();
for(MethodDeclaration md : cd.getMethods()) {
SephMethod anno = md.getAnnotation(SephMethod.class);