Package proguard.util

Class BasicHierarchyProvider

java.lang.Object
proguard.util.BasicHierarchyProvider
All Implemented Interfaces:
HierarchyProvider

public class BasicHierarchyProvider extends Object implements HierarchyProvider
Basic implementation of HierarchyProvider, walking the class pools every time the sub-classes of a class are needed. If there is need to compute the hierarchy for a class multiple times and performance is a concern, rely on an implementation precomputing or caching the class hierarchy.