new CallWrapperMethodPatcher(
methodIdx.intValue(), mGen, constPoolGen,
joinpointPattern.pattern(), targets );
// install the advice to the wrapper
cWrapper.install( (BeforeAfterAdvice)advice );
// create mapping: method->joinpointPattern->wrapper
callWrappers.get( methodIdx ).put(
joinpointPattern.pattern(), cWrapper );