Uses of Interface
edu.umd.cs.findbugs.ba.DFSEdgeTypes
Packages that use DFSEdgeTypes
Package
Description
A bytecode analysis framework for BCEL, providing CFG construction, generic
dataflow analysis, and a variety of specific dataflow analyses.
-
Uses of DFSEdgeTypes in edu.umd.cs.findbugs.ba
Classes in edu.umd.cs.findbugs.ba that implement DFSEdgeTypesModifier and TypeClassDescriptionclass
class
Object to enumerate (some subset of) the simple paths in a CFG. -
Uses of DFSEdgeTypes in edu.umd.cs.findbugs.ba.bcp
Classes in edu.umd.cs.findbugs.ba.bcp that implement DFSEdgeTypesModifier and TypeClassDescriptionclass
Match a ByteCodePattern against the code of a method, represented by a CFG.