107108109110111112113
/** * Replace a method invocation. */ public static MethodReplaceStrategy replace(Method method) { return new MethodReplaceStrategyImpl(method); }