Uses of Class
edu.umd.cs.findbugs.ba.ch.InterproceduralCallGraphVertex
Packages that use InterproceduralCallGraphVertex
-
Uses of InterproceduralCallGraphVertex in edu.umd.cs.findbugs.ba.ch
Methods in edu.umd.cs.findbugs.ba.ch that return InterproceduralCallGraphVertexModifier and TypeMethodDescriptionInterproceduralCallGraph.lookupVertex(MethodDescriptor methodDesc) Deprecated.Look up vertex corresponding to given method.Methods in edu.umd.cs.findbugs.ba.ch with parameters of type InterproceduralCallGraphVertexModifier and TypeMethodDescriptionvoidInterproceduralCallGraph.addVertex(InterproceduralCallGraphVertex v) Deprecated.protected InterproceduralCallGraphEdgeInterproceduralCallGraph.allocateEdge(InterproceduralCallGraphVertex source, InterproceduralCallGraphVertex target) Deprecated.Constructors in edu.umd.cs.findbugs.ba.ch with parameters of type InterproceduralCallGraphVertexModifierConstructorDescriptionInterproceduralCallGraphEdge(InterproceduralCallGraphVertex source, InterproceduralCallGraphVertex target) Constructor.