Re: Create a pointer to an InstructionHandle

Atam <[email protected]> Sun, 18 Dec 2005 17:59:05 +0530
Newsgroups gmane.comp.jakarta.bcel.user
Message-ID <[email protected]>
thanks,

i wil llook into it,

Atam


On 12/18/05, Andrew Huntwork <[email protected]> wrote:
>
> The InstructionTargeter interface may be what you want.  You may also want
> to make sure that when you serialize your attribute (in dump(), it would
> appear), InstructionHandle.getPosition is up to date.  You can use
> InstructionList.setPositions() for that purpose.
>
> On 12/15/05, Emanuele Debenedetti <[email protected]> wrote:
> >
> > I have created a new attribute using bcel.
> > This attribute should points at two instructions:
> > actually I record two integer, but if I delete one or
> > more instruction this interger become wrong.
> >
> > I think that I should create a pointer to an
> > InstructionHandle like the goto Instruction, but I
> > have non idea how to do this.
> >
> > Could you help me?
> >
> > Thanks.
> >
> >
> >
> >
> >
> >
> > ___________________________________
> > Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB
> > http://mail.yahoo.it
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [email protected]
> > For additional commands, e-mail: [email protected]
> >
> >
>
>