f.add(reference);
refs.put(reference.getSource(), f);
}
}
for (Map.Entry<IMember, List<IAopReference>> entry : refs.entrySet()) {
nodes.add(new AdviceDeclareParentAopSourceNode(entry.getValue()));
}
return nodes.toArray();
}
else if (parentElement instanceof ElementImpl) {
ElementImpl element = (ElementImpl) parentElement;