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
 void examineCode(MethodData data)
          Do something to the method.
 

Method Detail

examineCode

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