[Soot-list] question about reading Jimple into Soot

Patrick LAM plam at sable.mcgill.ca
Mon Dec 5 11:00:25 EST 2005


Prof. Laurie HENDREN wrote:
> Pavel (from the abc group) is producing Jimple from abc and then
> reading it back into Soot.
>
> He gets that following error:
>
>  "expecting: quoted name, identifier" pointing
>                at the start of the word 'ret' in the local declaration
>                'java.lang.Object ret, show;'
>
> Does anyone know what is going on there?

'ret' is a Jimple token (as in jsr), so it needs to be quoted.  I'm pretty
sure that java.lang.Object "ret", show; should work.

pat





More information about the Soot-list mailing list