Re: How to make a method Synthetic
Niklas Mehner <[email protected]>
| Newsgroups | gmane.comp.jakarta.bcel.devel |
|---|---|
| Message-ID | <[email protected]> |
Stephen Kolaroff wrote: > 1. Can somebody explain me how to mark a method as synthetic: how (with > wich constructor/parameters) to create the Synthetic attribute. Probably MethodGen.setFlag(Constants.ACC_SYNCHRONIZED, true); should work.... Niklas