Uses of Class
edu.umd.cs.findbugs.ba.ch.InterproceduralCallGraphVertex
-
Packages that use InterproceduralCallGraphVertex Package Description edu.umd.cs.findbugs.ba.ch edu.umd.cs.findbugs.detect -
-
Uses of InterproceduralCallGraphVertex in edu.umd.cs.findbugs.ba.ch
Fields in edu.umd.cs.findbugs.ba.ch with type parameters of type InterproceduralCallGraphVertex Modifier and Type Field Description private java.util.Map<MethodDescriptor,InterproceduralCallGraphVertex>
InterproceduralCallGraph. methodDescToVertexMap
Deprecated.Methods in edu.umd.cs.findbugs.ba.ch that return InterproceduralCallGraphVertex Modifier and Type Method Description InterproceduralCallGraphVertex
InterproceduralCallGraph. 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 void
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 InterproceduralCallGraphVertex Constructor Description InterproceduralCallGraphEdge(InterproceduralCallGraphVertex source, InterproceduralCallGraphVertex target)
Constructor. -
Uses of InterproceduralCallGraphVertex in edu.umd.cs.findbugs.detect
Fields in edu.umd.cs.findbugs.detect declared as InterproceduralCallGraphVertex Modifier and Type Field Description private InterproceduralCallGraphVertex
BuildInterproceduralCallGraph. currentVertex
Methods in edu.umd.cs.findbugs.detect that return InterproceduralCallGraphVertex Modifier and Type Method Description private InterproceduralCallGraphVertex
BuildInterproceduralCallGraph. findVertex(XMethod xmethod)
Find the InterproceduralCallGraphVertex for given XMethod.
-