Re: Backing off instrumentation
Eugene Kuleshov <[email protected]>
| Newsgroups | gmane.comp.java.objectweb.asm |
|---|---|
| Message-ID | <[email protected]> |
Look at the JSRInlinerAdapter it does something like that. The idea is to collect results in a MethodNode and make a decision before calling accept() method with the next visitor. regards, Eugene On Tue, Nov 30, 2010 at 3:40 PM, <[email protected]> wrote: > Hi, > > If I have partially instrumented a method, and while in the process of doing > this, I decide I don't want to instrument it, how can I back off those changes? > > There may be other methods in the same class that I do want to instrument (both > before and after this method) > > thanks > > Mike > > > -- > You receive this message as a subscriber of the [email protected] mailing list. > To unsubscribe: mailto:[email protected] > For general help: mailto:[email protected]?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws > >
message-footer.txt
(text/plain, 238 B)
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws