187188189190191192193194195
return declaredMembers.get(signature); } public Collection<ClassUnit> getSupertypes() { TypeCollector collector= new TypeCollector(); project.visitSuperTypes(this, collector); return collector.collectedTypes; }