Re: resolving offsets
Eugene Kuleshov <[email protected]>
| Newsgroups | gmane.comp.java.objectweb.asm |
|---|---|
| Message-ID | <[email protected]> |
Nikolas, You'll have to keep track of instruction indexes yourself or use MethodNode. See, for example TryCatchBlockSorter class from the commons package. regards, Eugene Nikolas Nehmer wrote: > Hi, > > I'm traversing the body of a try block. Every time I hit a GOTO > statement I have to check if the GOTO is a jump out of the try block. My > first idea was to use label offsets. Unfortunately, at that point in > time the offset are not resolved. Any ideas how to solve that problem? > > Best regards > Nikolas > >
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