// For method exit traps :
ChainInstrumentor exitDispatcher = new MethodDispatcherInstrumentor();
GrepInstrumentor grepExit
= new GrepInstrumentor(new MethodReturnStrategy());
grepExit.setResolutions(getResolutions());
ChainInstrumentor head = new HeadInstrumentor();
ChainInstrumentor exitCall =