Package proguard.util
Interface HierarchyProvider
- All Known Implementing Classes:
BasicHierarchyProvider
public interface HierarchyProvider
And interface to be implemented by classes that are able to provide information on the hierarchy
of classes.
For example implementations could simply use a ClassHierarchyTraveler or provide faster access by pre-computing the
class hierarchy.
-
Method Summary