Interface InstructionFinder.CodeConstraint
- Enclosing class:
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.
- Version:
- $Id: InstructionFinder.java 516724 2007-03-10 15:08:05Z tcurdt $
- Author:
- M. Dahm
-
Method Summary
-
Method Details
-
checkCode
- Parameters:
match- array of instructions matching the requested pattern- Returns:
- true if the matched area is really useful
-