You can go about this in many ways. One way is to push the arguments on the stack and invoke the method.
On Tue, Nov 18, 2008 at 5:49 AM, Sergio Ciruela Martín <[EMAIL PROTECTED]>wrote: > Hi! > > > > I am a novice with BCEL and I would like to insert an instruction in a > class. The instruction is the next: > > > > this.method(this,variable) > > > > How I can add this instruction using the reserved word "this"? > > > > Thanks. > > -- ..::[ solarwind ]::..
