Class ClassHierarchy

  • All Implemented Interfaces:
    IClassHierarchy, Iterable<IClass>

    public class ClassHierarchy
    extends Object
    implements IClassHierarchy
    Simple implementation of a class hierarchy. Note that this class hierarchy implementation is mutable. You can add classes via addClass(). You can add a class even if c.getClassLoader() does not appear in getLoaders().