48495051525354
* @param runtime * runtime used by the instrumented classes */ public Instrumenter(final IExecutionDataAccessorGenerator runtime) { this.accessorGenerator = runtime; this.signatureRemover = new SignatureRemover(); }