public class InstructionsExaminer extends InstructionsIterator
| Constructor and Description |
|---|
InstructionsExaminer(org.apache.bcel.classfile.Code code) |
InstructionsExaminer(org.apache.bcel.generic.Instruction[] instructions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
findAndNotify(InstructionDetector instructionDetector,
InstructionHandler instructionHandler)
Tries to find the next instruction that matches the given instructionDetector.
|
checkOutOfBounds, hasNext, next, peekpublic InstructionsExaminer(org.apache.bcel.generic.Instruction[] instructions)
public InstructionsExaminer(org.apache.bcel.classfile.Code code)
public boolean findAndNotify(InstructionDetector instructionDetector, InstructionHandler instructionHandler)