All Packages Class Hierarchy This Package Previous Next Index
Interface espresso.classfile.classgen.CodeConstraint
- public interface CodeConstraint
Code patterns found with the FindPattern class may receive an additional
CodeConstraint argument that checks the found piece of code for user-defined
constraints. I.e. FindPatterrn.search() returns the matching code if and
only if CodeConstraint.checkCode() returns true.
- See Also:
- FindPattern
-
checkCode(InstructionHandle[])
-
checkCode
public abstract boolean checkCode(InstructionHandle match[])
- Parameters:
- match - array of instructions matching the requested pattern
All Packages Class Hierarchy This Package Previous Next Index