Uses of Interface
edu.umd.cs.findbugs.ba.EdgeTypes
-
Packages that use EdgeTypes Package Description 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.bcp edu.umd.cs.findbugs.ba.npe edu.umd.cs.findbugs.ba.type -
-
Uses of EdgeTypes in edu.umd.cs.findbugs.ba
Classes in edu.umd.cs.findbugs.ba that implement EdgeTypes Modifier and Type Class Description class
BetterCFGBuilder2
A CFGBuilder that really tries to construct accurate control flow graphs.class
Edge
An edge of a control flow graph.class
PruneInfeasibleExceptionEdges
Prune a CFG to remove infeasible exception edges.class
PruneUnconditionalExceptionThrowerEdges
class
ResourceValueAnalysis<Resource>
class
ReturnPathAnalysis
class
SimplePathEnumerator
Object to enumerate (some subset of) the simple paths in a CFG.class
TargetEnumeratingVisitor
Visitor to find all of the targets of an instruction whose InstructionHandle is given. -
Uses of EdgeTypes in edu.umd.cs.findbugs.ba.bcp
Classes in edu.umd.cs.findbugs.ba.bcp that implement EdgeTypes Modifier and Type Class Description class
IfNull
-
Uses of EdgeTypes in edu.umd.cs.findbugs.ba.npe
Classes in edu.umd.cs.findbugs.ba.npe that implement EdgeTypes Modifier and Type Class Description class
IsNullValueAnalysis
A dataflow analysis to detect potential null pointer dereferences. -
Uses of EdgeTypes in edu.umd.cs.findbugs.ba.type
Classes in edu.umd.cs.findbugs.ba.type that implement EdgeTypes Modifier and Type Class Description class
TypeAnalysis
A forward dataflow analysis to determine the types of all values in the Java stack frame at all points in a Java method.
-