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.
|
Modifier and Type | Method and Description |
---|---|
void |
Path.acceptVisitor(CFG cfg,
PathVisitor visitor)
Accept a PathVisitor.
|
void |
Path.acceptVisitorStartingFromLocation(CFG cfg,
PathVisitor visitor,
BasicBlock startBlock,
org.apache.bcel.generic.InstructionHandle startHandle)
Accept a PathVisitor, starting from a given BasicBlock and
InstructionHandle.
|
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.