Uses of Class
edu.umd.cs.findbugs.ba.type2.InheritanceGraphEdge

Packages that use InheritanceGraphEdge
edu.umd.cs.findbugs.ba.type2 A whizzy set of classes for representing Java types. 
 

Uses of InheritanceGraphEdge in edu.umd.cs.findbugs.ba.type2
 

Methods in edu.umd.cs.findbugs.ba.type2 that return InheritanceGraphEdge
protected  InheritanceGraphEdge InheritanceGraph.allocateEdge(ObjectType subtype, ObjectType supertype)
           
 InheritanceGraphEdge InheritanceGraph.createEdge(ObjectType subtype, ObjectType supertype, int edgeType)