public interface InstructionScannerGenerator
| Modifier and Type | Method and Description |
|---|---|
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.
|
boolean start(org.apache.bcel.generic.InstructionHandle handle)
InstructionScanner createScanner()
Copyright © 2003–2015. All rights reserved.