Class InstructionScannerDriver
java.lang.Object
edu.umd.cs.findbugs.InstructionScannerDriver
Drive an InstructionScannerGenerator over the instructions of a simple path.
The generator will create scanners at certain instructions. Each instruction
and edge is fed to all scanners so created.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final booleanprivate final LinkedList<InstructionScanner> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(InstructionScannerGenerator generator) Execute by driving the InstructionScannerGenerator over all instructions.
-
Field Details
-
edgeIter
-
scannerList
-
DEBUG
private static final boolean DEBUG
-
-
Constructor Details
-
InstructionScannerDriver
-
-
Method Details
-
execute
Execute by driving the InstructionScannerGenerator over all instructions. Each generated InstructionScanner is driven over all instructions and edges.- Parameters:
generator- the InstructionScannerGenerator
-