Re: Re: Adding a local variable in TreeAPI
| Newsgroups | gmane.comp.java.objectweb.asm |
|---|---|
| Message-ID | <[email protected]> |
I have the same problem and I would to ask: " However you can subclass MethodNode and add such method to cover your own use cases. It would look something like this: Type type = Type.INT_TYPE; int variable = mn.maxLocals; mn.maxLocals += type.size(); mn.visitLocalVariable(name, type.getDescriptor(), signature, begin, end, variable);" How to determine begin and end Labels? regards
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