}
PatternMatcher matcher = new PatternMatcher(pattern, classContext, method);
matcher.execute();
Iterator<ByteCodePatternMatch> j = matcher.byteCodePatternMatchIterator();
while (j.hasNext()) {
ByteCodePatternMatch match = j.next();
if (DEBUG) {
System.out.println("Pattern match:");