|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.InstructionScannerDriver
public class 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.
Constructor Summary | |
---|---|
InstructionScannerDriver(java.util.Iterator<Edge> edgeIter)
Constructor. |
Method Summary | |
---|---|
void |
execute(InstructionScannerGenerator generator)
Execute by driving the InstructionScannerGenerator over all instructions. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InstructionScannerDriver(java.util.Iterator<Edge> edgeIter)
edgeIter
- iterator over Edges specifying path to be scannedMethod Detail |
---|
public void execute(InstructionScannerGenerator generator)
generator
- the InstructionScannerGenerator
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |