|
|||||||||
Home >> All >> org >> apache >> bcel >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
org.apache.bcel.util
Interface InstructionFinder.CodeConstraint

- Enclosing interface:
- InstructionFinder
- public static interface InstructionFinder.CodeConstraint
Code patterns found may be checked using an additional user-defined constraint object whether they really match the needed criterion. I.e., check constraints that can not expressed with regular expressions.
Method Summary | |
boolean |
checkCode(org.apache.bcel.generic.InstructionHandle[] match)
|
Method Detail |
checkCode
public boolean checkCode(org.apache.bcel.generic.InstructionHandle[] match)
|
|||||||||
Home >> All >> org >> apache >> bcel >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |