|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InstructionScannerGenerator
Class for generating InstructionScanners at particular instructions of a path. Because we don't know a priori where we might want to start scanning in order to find a pattern in a path, we use this interface to tell us which locations are candidates for starting a pattern.
Method Summary | |
---|---|
InstructionScanner |
createScanner()
Create a new scanner. |
boolean |
start(org.apache.bcel.generic.InstructionHandle handle)
Return true if a new scanner should be created starting at this instruction, false otherwise. |
Method Detail |
---|
boolean start(org.apache.bcel.generic.InstructionHandle handle)
InstructionScanner createScanner()
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |