Uses of Interface
edu.umd.cs.findbugs.ba.ch.InheritanceGraphVisitor
-
Packages that use InheritanceGraphVisitor Package Description edu.umd.cs.findbugs.ba.ch -
-
Uses of InheritanceGraphVisitor in edu.umd.cs.findbugs.ba.ch
Methods in edu.umd.cs.findbugs.ba.ch with parameters of type InheritanceGraphVisitor Modifier and Type Method Description private booleanSubtypes2. traverseEdge(ClassVertex vertex, ClassDescriptor supertypeDescriptor, boolean isInterfaceEdge, InheritanceGraphVisitor visitor)voidSubtypes2. 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.
-