Interface ClassInstrumenter.MethodExaminer
-
- Enclosing class:
- ClassInstrumenter
public static interface ClassInstrumenter.MethodExaminerImplement this interface to instrument every method of a class using visitMethods() below.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexamineCode(MethodData data)Do something to the method.
-
-
-
Method Detail
-
examineCode
void examineCode(MethodData data)
Do something to the method.
-
-