Re: [BCEL-info]accept method in the StoreInstruction class
Brought to you by:
dahm
|
From: <m....@4f...> - 2002-05-13 08:37:46
|
I fixed that, thanks.
(It was probably due to automagically generated code ..)
MD
> -----Ursprungliche Nachricht-----
> Von: bce...@li...
> [mailto:bce...@li...]Im Auftrag von Laurent
> Rolaz
> Gesendet: Sonntag, 12. Mai 2002 15:12
> An: bce...@li...
> Betreff: [BCEL-info]accept method in the StoreInstruction class
>=20
>=20
> Is this implementation of the accept method in
> de.fub.bytecode.generic.StoreInstruction class correct ? It call
> visitStoreInstruction twice !
>=20
> public void accept(Visitor v) {
> v.visitStackConsumer(this);
> v.visitPopInstruction(this);
> v.visitStoreInstruction(this); <- ?
> v.visitTypedInstruction(this);
> v.visitLocalVariableInstruction(this);
> v.visitStoreInstruction(this);
> }
>=20
> Thanks.
> Laurent.
>=20
>=20
> _______________________________________________________________
>=20
> Have big pipes? SourceForge.net is looking for download=20
> mirrors. We supply
> the hardware. You get the recognition. Email Us:=20
> ban...@so...
> _______________________________________________
> BCEL-info mailing list
> BCE...@li...
> https://lists.sourceforge.net/lists/listinfo/bcel-info
>=20
|