Interface ClassInstrumenter.MethodExaminer
- Enclosing class:
ClassInstrumenter
public static interface ClassInstrumenter.MethodExaminer
Implement this interface to instrument every method of a class using visitMethods() below.
-
Method Summary
-
Method Details
-
examineCode
Do something to the method.
-