[Soot-list] Re: Global variables in soot

Eric Bodden eric.bodden at mail.mcgill.ca
Fri May 4 09:09:15 EDT 2007


What's a global variable?

Soot knows variables of type soot.Local. Those are obviously local.
Then there also are field references, which are obviously field
references. Are those what you mean by global? (Of course, a local can
well be assigned a field reference, the same way as it can happen in
Java code.)

Eric

On 04/05/07, John Chaitanya Kati <johnkati at cse.iitb.ac.in> wrote:
> Hi,
>    Is there a way to find out if a variable is global or not in soot ?
>
> --
> Thanks for any help in advance
> John Chaitanya
>


-- 
Eric Bodden
Sable Research Group
McGill University, Montréal, Canada


More information about the Soot-list mailing list