Uses of Class
edu.umd.cs.findbugs.graph.AbstractEdge
-
Packages that use AbstractEdge Package Description edu.umd.cs.findbugs Main package for the FindBugs application - contains the engine class (FindBugs), the object model classes for bug instances (BugInstance,BugAnnotation), and other miscellany.edu.umd.cs.findbugs.ba A bytecode analysis framework for BCEL, providing CFG construction, generic dataflow analysis, and a variety of specific dataflow analyses.edu.umd.cs.findbugs.ba.ch edu.umd.cs.findbugs.graph edu.umd.cs.findbugs.plan -
-
Uses of AbstractEdge in edu.umd.cs.findbugs
Subclasses of AbstractEdge in edu.umd.cs.findbugs Modifier and Type Class Description classCallGraphEdge -
Uses of AbstractEdge in edu.umd.cs.findbugs.ba
Subclasses of AbstractEdge in edu.umd.cs.findbugs.ba Modifier and Type Class Description classEdgeAn edge of a control flow graph. -
Uses of AbstractEdge in edu.umd.cs.findbugs.ba.ch
Subclasses of AbstractEdge in edu.umd.cs.findbugs.ba.ch Modifier and Type Class Description classInheritanceEdgeAn edge in the InheritanceGraph.classInterproceduralCallGraphEdgeA class representing an edge in the interprocedural call graph; i.e., a call from one method to another. -
Uses of AbstractEdge in edu.umd.cs.findbugs.graph
Classes in edu.umd.cs.findbugs.graph with type parameters of type AbstractEdge Modifier and Type Class Description classAbstractEdge<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 AbstractEdge Modifier and Type Field Description private EdgeTypeAbstractGraph.IncomingEdgeIterator. edgeprivate EdgeTypeAbstractGraph.OutgoingEdgeIterator. edge(package private) EdgeTypeAbstractVertex. firstIncomingEdge(package private) EdgeTypeAbstractVertex. firstOutgoingEdge(package private) EdgeTypeAbstractVertex. lastIncomingEdge(package private) EdgeTypeAbstractVertex. lastOutgoingEdgeprivate ActualEdgeTypeAbstractEdge. nextIncomingEdgeprivate ActualEdgeTypeAbstractEdge. nextOutgoingEdge -
Uses of AbstractEdge in edu.umd.cs.findbugs.plan
Subclasses of AbstractEdge in edu.umd.cs.findbugs.plan Modifier and Type Class Description classConstraintEdgeEdge in a ConstraintGraph.
-