Uses of Class
edu.umd.cs.findbugs.ba.ch.InheritanceEdge
Packages that use InheritanceEdge
-
Uses of InheritanceEdge in edu.umd.cs.findbugs.ba.ch
Subclasses with type arguments of type InheritanceEdge in edu.umd.cs.findbugs.ba.chModifier and TypeClassDescription(package private) classVertex class - represents a class or interface in the InheritanceGraph.classAn edge in the InheritanceGraph.classGraph of inheritance relationships.Methods in edu.umd.cs.findbugs.ba.ch that return InheritanceEdgeModifier and TypeMethodDescriptionprotected InheritanceEdgeInheritanceGraph.allocateEdge(ClassVertex source, ClassVertex target) InheritanceGraph.createEdge(ClassVertex source, ClassVertex target)