Uses of Class
edu.umd.cs.findbugs.ba.ch.InterproceduralCallGraphVertex
-
Packages that use InterproceduralCallGraphVertex Package Description edu.umd.cs.findbugs.ba.ch -
-
Uses of InterproceduralCallGraphVertex in edu.umd.cs.findbugs.ba.ch
Methods in edu.umd.cs.findbugs.ba.ch that return InterproceduralCallGraphVertex Modifier and Type Method Description InterproceduralCallGraphVertexInterproceduralCallGraph. lookupVertex(MethodDescriptor methodDesc)Deprecated.Look up vertex corresponding to given method.Methods in edu.umd.cs.findbugs.ba.ch with parameters of type InterproceduralCallGraphVertex Modifier and Type Method Description voidInterproceduralCallGraph. addVertex(InterproceduralCallGraphVertex v)Deprecated.protected InterproceduralCallGraphEdgeInterproceduralCallGraph. allocateEdge(InterproceduralCallGraphVertex source, InterproceduralCallGraphVertex target)Deprecated.Constructors in edu.umd.cs.findbugs.ba.ch with parameters of type InterproceduralCallGraphVertex Constructor Description InterproceduralCallGraphEdge(InterproceduralCallGraphVertex source, InterproceduralCallGraphVertex target)Constructor.
-