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

    Modifier and Type
    Method
    Description
    void
    Do something to the method.
  • Method Details

    • examineCode

      void examineCode(MethodData data)
      Do something to the method.