Uses of Class
edu.umd.cs.findbugs.ba.ch.InterproceduralCallGraphEdge
Packages that use InterproceduralCallGraphEdge
-
Uses of InterproceduralCallGraphEdge in edu.umd.cs.findbugs.ba.ch
Subclasses with type arguments of type InterproceduralCallGraphEdge in edu.umd.cs.findbugs.ba.chModifier and TypeClassDescriptionclassDeprecated.classA class representing an edge in the interprocedural call graph; i.e., a call from one method to another.classClass representing a vertex in the interprocedural call graph; i.e., a method.Methods in edu.umd.cs.findbugs.ba.ch that return InterproceduralCallGraphEdgeModifier and TypeMethodDescriptionprotected InterproceduralCallGraphEdgeInterproceduralCallGraph.allocateEdge(InterproceduralCallGraphVertex source, InterproceduralCallGraphVertex target) Deprecated.