RE: Passing "this" as an argument to a method
"Koduru, Rajendra Kumar Reddy" <[email protected]>
| Newsgroups | gmane.comp.jakarta.bcel.user |
|---|---|
| Message-ID | <[email protected]> |
HI dave, Thank you for your reply... unfortunately it doesn't work. my scenario:: I have a class file AA , I want to insert a method call ClassName.staticMethod(this); at the entry of the methodAA in classAA could you please let me know regarding this??? Thank you Reddy >-----Original Message----- >From: Irving, Dave [mailto:[email protected]] >Sent: Freitag, 4. Februar 2005 15:37 >To: 'BCEL Users List' >Subject: RE: Passing "this" as an argument to a method > > >As far as I understand it, "this" is passed in to methods at >runtime as the >first argument. >You can therefore put "this" on the stack with something like: > >InstructionFactory.createLoad(Type.OBJECT, 0) > > >-----Original Message----- >From: Koduru, Rajendra Kumar Reddy >[mailto:[email protected]] >Sent: Friday, February 04, 2005 1:16 PM >To: BCEL Users List >Subject: Passing "this" as an argument to a method > > >Hi All, > > could you please let me know how could I pass "this" > > methodA(this) // passing reference of the invoking object > > using bcel > >Thank you >Reddy > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [email protected] >For additional commands, e-mail: [email protected] > >This e-mail and any attachment is for authorised use by the >intended recipient(s) only. It may contain proprietary >material, confidential information and/or be subject to legal >privilege. It should not be copied, disclosed to, retained or >used by, any other party. If you are not an intended recipient >then please promptly delete this e-mail and any attachment and >all copies and inform the sender. Thank you. > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [email protected] >For additional commands, e-mail: [email protected] > >