Uses of Interface
edu.umd.cs.findbugs.ba.ch.InheritanceGraphVisitor
Packages that use InheritanceGraphVisitor
-
Uses of InheritanceGraphVisitor in edu.umd.cs.findbugs.ba.ch
Methods in edu.umd.cs.findbugs.ba.ch with parameters of type InheritanceGraphVisitorModifier and TypeMethodDescriptionvoid
Subtypes2.traverseSupertypes
(ClassDescriptor start, InheritanceGraphVisitor visitor) Starting at the class or interface named by the given ClassDescriptor, traverse the inheritance graph, exploring all paths from the class or interface to java.lang.Object.