Uses of Class
edu.umd.cs.findbugs.ba.ch.InterproceduralCallGraphVertex
Packages that use InterproceduralCallGraphVertex
-
Uses of InterproceduralCallGraphVertex in edu.umd.cs.findbugs.ba.ch
Subclasses with type arguments of type InterproceduralCallGraphVertex 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 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.