Uses of Class
edu.umd.cs.findbugs.graph.AbstractVertex
Packages that use AbstractVertex
Package
Description
Main package for the FindBugs application - contains the engine class
(
FindBugs), the object model classes for bug
instances (BugInstance,
BugAnnotation), and other miscellany.A bytecode analysis framework for BCEL, providing CFG construction, generic
dataflow analysis, and a variety of specific dataflow analyses.
-
Uses of AbstractVertex in edu.umd.cs.findbugs
Subclasses of AbstractVertex in edu.umd.cs.findbugs -
Uses of AbstractVertex in edu.umd.cs.findbugs.ba
Subclasses of AbstractVertex in edu.umd.cs.findbugs.ba -
Uses of AbstractVertex in edu.umd.cs.findbugs.ba.ch
Subclasses of AbstractVertex in edu.umd.cs.findbugs.ba.chModifier and TypeClassDescription(package private) classVertex class - represents a class or interface in the InheritanceGraph.classClass representing a vertex in the interprocedural call graph; i.e., a method. -
Uses of AbstractVertex in edu.umd.cs.findbugs.graph
Classes in edu.umd.cs.findbugs.graph with type parameters of type AbstractVertexModifier and TypeClassDescriptionclassAbstractEdge<ActualEdgeType extends AbstractEdge<ActualEdgeType, VertexType>, VertexType extends AbstractVertex<ActualEdgeType, VertexType>>GraphEdge implementation for use with AbstractGraph.classAbstractGraph<EdgeType extends AbstractEdge<EdgeType, VertexType>, VertexType extends AbstractVertex<EdgeType, VertexType>>A simple Graph implementation where the vertex objects store a list of incoming and outgoing edges.private static classAbstractGraph.IncomingEdgeIterator<EdgeType extends AbstractEdge<EdgeType, VertexType>, VertexType extends AbstractVertex<EdgeType, VertexType>>Iterator over incoming edges.private static classAbstractGraph.OutgoingEdgeIterator<EdgeType extends AbstractEdge<EdgeType, VertexType>, VertexType extends AbstractVertex<EdgeType, VertexType>>Iterator over outgoing edges.classAbstractVertex<EdgeType extends AbstractEdge<EdgeType, ActualVertexType>, ActualVertexType extends AbstractVertex<EdgeType, ActualVertexType>>GraphVertex implementation for use with AbstractGraph.Fields in edu.umd.cs.findbugs.graph declared as AbstractVertexModifier and TypeFieldDescriptionprivate final VertexTypeAbstractEdge.sourceprivate final VertexTypeAbstractEdge.target -
Uses of AbstractVertex in edu.umd.cs.findbugs.plan
Subclasses of AbstractVertex in edu.umd.cs.findbugs.plan