Package net.md_5.specialsource.provider
Interface InheritanceProvider
- All Known Implementing Classes:
ClassLoaderProvider,InheritanceMap,JarProvider,JointProvider
public interface InheritanceProvider
-
Method Summary
Modifier and TypeMethodDescriptiongetParents(String className) Get the superclass and implemented interfaces of a class
-
Method Details
-
getParents
Get the superclass and implemented interfaces of a class- Parameters:
className-- Returns:
- List of interfaces, or null if no information is available and other providers should be checked
-