Package com.ibm.wala.shrikeBT.shrikeCT
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
examineCode(MethodData data)
Do something to the method.
-
-
-
Method Detail
-
examineCode
void examineCode(MethodData data)
Do something to the method.
-
-