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.methodDescToVertexMapDeprecated.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. -
Uses of InterproceduralCallGraphVertex in edu.umd.cs.findbugs.detect
Fields in edu.umd.cs.findbugs.detect declared as InterproceduralCallGraphVertexModifier and TypeFieldDescriptionprivate InterproceduralCallGraphVertexBuildInterproceduralCallGraph.currentVertexMethods in edu.umd.cs.findbugs.detect that return InterproceduralCallGraphVertexModifier and TypeMethodDescriptionprivate InterproceduralCallGraphVertexBuildInterproceduralCallGraph.findVertex(XMethod xmethod) Find the InterproceduralCallGraphVertex for given XMethod.