Package | Description |
---|---|
org.apache.bcel.util |
This package contains utility classes for the
Byte Code Engineering
Library, namely:
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<InstructionHandle[]> |
InstructionFinder.search(java.lang.String pattern,
InstructionFinder.CodeConstraint constraint)
Start search beginning from the start of the given instruction list.
|
java.util.Iterator<InstructionHandle[]> |
InstructionFinder.search(java.lang.String pattern,
InstructionHandle from,
InstructionFinder.CodeConstraint constraint)
Search for the given pattern in the instruction list.
|