Re: How to make a method Synthetic
"Juozas Baliuka" <[email protected]>
| Newsgroups | gmane.comp.jakarta.bcel.devel |
|---|---|
| Message-ID | <007301c31e31$cc443a00$0111010a@user> |
see javadoc for org.apache.bcel.classfile.Synthetic. ----- Original Message ----- From: "Niklas Mehner" <[email protected]> To: <[email protected]>; <[email protected]> Sent: Monday, May 19, 2003 7:47 PM Subject: Re: How to make a method Synthetic > 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 > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >