edu.umd.cs.findbugs

Class InstructionScannerDriver

public class InstructionScannerDriver extends Object

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.
Constructor Summary
InstructionScannerDriver(Iterator<Edge> edgeIter)
Constructor.
Method Summary
voidexecute(InstructionScannerGenerator generator)
Execute by driving the InstructionScannerGenerator over all instructions.

Constructor Detail

InstructionScannerDriver

public InstructionScannerDriver(Iterator<Edge> edgeIter)
Constructor.

Parameters: edgeIter iterator over Edges specifying path to be scanned

Method Detail

execute

public void execute(InstructionScannerGenerator generator)
Execute by driving the InstructionScannerGenerator over all instructions. Each generated InstructionScanner is driven over all instructions and edges.

Parameters: generator the InstructionScannerGenerator

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.