Uses of Class
edu.umd.cs.findbugs.ba.ch.InterproceduralCallGraphVertex
Packages that use InterproceduralCallGraphVertex
-
Uses of InterproceduralCallGraphVertex in edu.umd.cs.findbugs.ba.ch
Fields in edu.umd.cs.findbugs.ba.ch with type parameters of type InterproceduralCallGraphVertexModifier and TypeFieldDescriptionprivate final Map
<MethodDescriptor, InterproceduralCallGraphVertex> InterproceduralCallGraph.methodDescToVertexMap
Deprecated.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 TypeMethodDescriptionvoid
InterproceduralCallGraph.addVertex
(InterproceduralCallGraphVertex v) Deprecated.protected InterproceduralCallGraphEdge
InterproceduralCallGraph.allocateEdge
(InterproceduralCallGraphVertex source, InterproceduralCallGraphVertex target) Deprecated.Constructors in edu.umd.cs.findbugs.ba.ch with parameters of type InterproceduralCallGraphVertexModifierConstructorDescriptionInterproceduralCallGraphEdge
(InterproceduralCallGraphVertex source, InterproceduralCallGraphVertex target) Constructor. -
Uses of InterproceduralCallGraphVertex in edu.umd.cs.findbugs.detect
Fields in edu.umd.cs.findbugs.detect declared as InterproceduralCallGraphVertexModifier and TypeFieldDescriptionprivate InterproceduralCallGraphVertex
BuildInterproceduralCallGraph.currentVertex
Methods in edu.umd.cs.findbugs.detect that return InterproceduralCallGraphVertexModifier and TypeMethodDescriptionprivate InterproceduralCallGraphVertex
BuildInterproceduralCallGraph.findVertex
(XMethod xmethod) Find the InterproceduralCallGraphVertex for given XMethod.